Shades of Lilac Bush #8764BB
Tints of Lilac Bush #8764BB
RGB
CMYK
RGB Variations
Color information
#8764BB (or 0x8764BB) is known color: Lilac Bush. HEX triplet: 87, 64 and BB. RGB value is (135,100,187). Sum of RGB (Red+Green+Blue) = 135+100+187=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #8764BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764BB is #789B44. Grayscale: #787878. Windows color (decimal): -7904069 or 12280967. OLE color: 12280967.
HSL color Cylindrical-coordinate representation of color #8764BB: hue angle of 264.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8764BB is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 100 | 187 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.27 |
| HSL | 264.14º | 0.39% | 0.56% | - |
| HSV(B) | 264.14º | 0.47% | 0.73% | - |
| XYZ | 23.52 | 17.85 | 49.22 | - |
| YUV | 120.38 | 165.6 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 187 | 0.28 | 0.47 | 0 | 0.27 | 264.14 | 0.39 | 0.56 |
| Hex | 87 | 64 | BB | 1C | 2F | 0 | 1B | 108 | 27 | 38 |
| Octal | 207 | 144 | 273 | 34 | 57 | 0 | 33 | 410 | 47 | 70 |
| Binary | 10000111 | 1100100 | 10111011 | 11100 | 101111 | 0 | 11011 | 100001000 | 100111 | 111000 |
Color Harmonies of #8764BB
Complementary color
Monochromatic Colors of #8764BB
Black with #8764BB
Text Example
Text Example
White with #8764BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8764BB; }
p { color: rgb(135,100,187); }
H1.HeaderClassName
{
color: #8764BB;
}
.AnyTagClassName
{
color: #8764BB;
}
</style>
background-color css
<style>
a { background-color: #8764BB; }
a { background-color: rgb(135,100,187); }
div.DivClassName
{
background-color: #8764BB;
}
.BgClassName
{
background-color: #8764BB;
}
</style>
border-color css
<style>
span { border-color: #8764BB; }
span { border-color: rgb(135,100,187); }
td.TdClassName
{
border-color: #8764BB;
}
.TagClassName
{
border-color: #8764BB;
}
</style>