Shades of True V #876CCE
Tints of True V #876CCE
RGB
CMYK
RGB Variations
Color information
#876CCE (or 0x876CCE) is known color: True V. HEX triplet: 87, 6C and CE. RGB value is (135,108,206). Sum of RGB (Red+Green+Blue) = 135+108+206=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #876CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CCE is #789331. Grayscale: #7E7E7E. Windows color (decimal): -7902002 or 13528199. OLE color: 13528199.
HSL color Cylindrical-coordinate representation of color #876CCE: hue angle of 256.53º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #876CCE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 108 | 206 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.19 |
| HSL | 256.53º | 0.5% | 0.62% | - |
| HSV(B) | 256.53º | 0.48% | 0.81% | - |
| XYZ | 26.49 | 20.33 | 60.92 | - |
| YUV | 127.25 | 172.45 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 206 | 0.34 | 0.48 | 0 | 0.19 | 256.53 | 0.5 | 0.62 |
| Hex | 87 | 6C | CE | 22 | 30 | 0 | 13 | 101 | 32 | 3E |
| Octal | 207 | 154 | 316 | 42 | 60 | 0 | 23 | 401 | 62 | 76 |
| Binary | 10000111 | 1101100 | 11001110 | 100010 | 110000 | 0 | 10011 | 100000001 | 110010 | 111110 |
Color Harmonies of #876CCE
Complementary color
Monochromatic Colors of #876CCE
Black with #876CCE
Text Example
Text Example
White with #876CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876CCE; }
p { color: rgb(135,108,206); }
H1.HeaderClassName
{
color: #876CCE;
}
.AnyTagClassName
{
color: #876CCE;
}
</style>
background-color css
<style>
a { background-color: #876CCE; }
a { background-color: rgb(135,108,206); }
div.DivClassName
{
background-color: #876CCE;
}
.BgClassName
{
background-color: #876CCE;
}
</style>
border-color css
<style>
span { border-color: #876CCE; }
span { border-color: rgb(135,108,206); }
td.TdClassName
{
border-color: #876CCE;
}
.TagClassName
{
border-color: #876CCE;
}
</style>