Shades of Lilac Bush #8762BC
Tints of Lilac Bush #8762BC
RGB
CMYK
RGB Variations
Color information
#8762BC (or 0x8762BC) is known color: Lilac Bush. HEX triplet: 87, 62 and BC. RGB value is (135,98,188). Sum of RGB (Red+Green+Blue) = 135+98+188=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #8762BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8762BC is #789D43. Grayscale: #777777. Windows color (decimal): -7904580 or 12345991. OLE color: 12345991.
HSL color Cylindrical-coordinate representation of color #8762BC: hue angle of 264.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8762BC is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 98 | 188 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.26 |
| HSL | 264.67º | 0.4% | 0.56% | - |
| HSV(B) | 264.67º | 0.48% | 0.74% | - |
| XYZ | 23.44 | 17.52 | 49.72 | - |
| YUV | 119.32 | 166.76 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 188 | 0.28 | 0.48 | 0 | 0.26 | 264.67 | 0.4 | 0.56 |
| Hex | 87 | 62 | BC | 1C | 30 | 0 | 1A | 109 | 28 | 38 |
| Octal | 207 | 142 | 274 | 34 | 60 | 0 | 32 | 411 | 50 | 70 |
| Binary | 10000111 | 1100010 | 10111100 | 11100 | 110000 | 0 | 11010 | 100001001 | 101000 | 111000 |
Color Harmonies of #8762BC
Complementary color
Monochromatic Colors of #8762BC
Black with #8762BC
Text Example
Text Example
White with #8762BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8762BC; }
p { color: rgb(135,98,188); }
H1.HeaderClassName
{
color: #8762BC;
}
.AnyTagClassName
{
color: #8762BC;
}
</style>
background-color css
<style>
a { background-color: #8762BC; }
a { background-color: rgb(135,98,188); }
div.DivClassName
{
background-color: #8762BC;
}
.BgClassName
{
background-color: #8762BC;
}
</style>
border-color css
<style>
span { border-color: #8762BC; }
span { border-color: rgb(135,98,188); }
td.TdClassName
{
border-color: #8762BC;
}
.TagClassName
{
border-color: #8762BC;
}
</style>