Shades of Lilac Bush #865EBC
Tints of Lilac Bush #865EBC
RGB
CMYK
RGB Variations
Color information
#865EBC (or 0x865EBC) is known color: Lilac Bush. HEX triplet: 86, 5E and BC. RGB value is (134,94,188). Sum of RGB (Red+Green+Blue) = 134+94+188=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #865EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EBC is #79A143. Grayscale: #747474. Windows color (decimal): -7971140 or 12344966. OLE color: 12344966.
HSL color Cylindrical-coordinate representation of color #865EBC: hue angle of 265.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #865EBC is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 94 | 188 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.26 |
| HSL | 265.53º | 0.41% | 0.55% | - |
| HSV(B) | 265.53º | 0.5% | 0.74% | - |
| XYZ | 22.91 | 16.7 | 49.59 | - |
| YUV | 116.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 188 | 0.29 | 0.50 | 0 | 0.26 | 265.53 | 0.41 | 0.55 |
| Hex | 86 | 5E | BC | 1D | 32 | 0 | 1A | 10A | 29 | 37 |
| Octal | 206 | 136 | 274 | 35 | 62 | 0 | 32 | 412 | 51 | 67 |
| Binary | 10000110 | 1011110 | 10111100 | 11101 | 110010 | 0 | 11010 | 100001010 | 101001 | 110111 |
Color Harmonies of #865EBC
Complementary color
Monochromatic Colors of #865EBC
Black with #865EBC
Text Example
Text Example
White with #865EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865EBC; }
p { color: rgb(134,94,188); }
H1.HeaderClassName
{
color: #865EBC;
}
.AnyTagClassName
{
color: #865EBC;
}
</style>
background-color css
<style>
a { background-color: #865EBC; }
a { background-color: rgb(134,94,188); }
div.DivClassName
{
background-color: #865EBC;
}
.BgClassName
{
background-color: #865EBC;
}
</style>
border-color css
<style>
span { border-color: #865EBC; }
span { border-color: rgb(134,94,188); }
td.TdClassName
{
border-color: #865EBC;
}
.TagClassName
{
border-color: #865EBC;
}
</style>