BLENDOVERLAY

Creates a new color from the two provided by performing an overlay blend, making light colors lighter and dark colors darker.

Syntax

=BLENDOVERLAY(color1, color2)

Arguments

ArgumentTypeDescription
color1ColorThe first color to blend
color2ColorThe second color to blend

Examples

=BLENDOVERLAY("#2080d0", "#2080d0")#0880eeff

=BLENDOVERLAY("#0080ff", "#ffffff")#00ffffff