BLENDMULTIPLY

Creates a new color by multiplying the corresponding RGB channels of the specified colors, resulting in a darker color.

Syntax

=BLENDMULTIPLY(color1, color2)

Arguments

ArgumentTypeDescription
color1ColorThe first color to blend
color2ColorThe second color to blend

Examples

=BLENDMULTIPLY("#0080ff", "#101010")#000810ff

=BLENDMULTIPLY("#ffffff", "#2080d0")#2080d0ff