Shades of True V #876CCC
Tints of True V #876CCC
RGB
CMYK
RGB Variations
Color information
#876CCC (or 0x876CCC) is known color: True V. HEX triplet: 87, 6C and CC. RGB value is (135,108,204). Sum of RGB (Red+Green+Blue) = 135+108+204=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #876CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CCC is #789333. Grayscale: #7E7E7E. Windows color (decimal): -7902004 or 13397127. OLE color: 13397127.
HSL color Cylindrical-coordinate representation of color #876CCC: hue angle of 256.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #876CCC is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 108 | 204 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.2 |
| HSL | 256.88º | 0.48% | 0.61% | - |
| HSV(B) | 256.88º | 0.47% | 0.8% | - |
| XYZ | 26.25 | 20.24 | 59.65 | - |
| YUV | 127.02 | 171.45 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 204 | 0.34 | 0.47 | 0 | 0.2 | 256.88 | 0.48 | 0.61 |
| Hex | 87 | 6C | CC | 22 | 2F | 0 | 14 | 101 | 30 | 3D |
| Octal | 207 | 154 | 314 | 42 | 57 | 0 | 24 | 401 | 60 | 75 |
| Binary | 10000111 | 1101100 | 11001100 | 100010 | 101111 | 0 | 10100 | 100000001 | 110000 | 111101 |
Color Harmonies of #876CCC
Complementary color
Monochromatic Colors of #876CCC
Black with #876CCC
Text Example
Text Example
White with #876CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876CCC; }
p { color: rgb(135,108,204); }
H1.HeaderClassName
{
color: #876CCC;
}
.AnyTagClassName
{
color: #876CCC;
}
</style>
background-color css
<style>
a { background-color: #876CCC; }
a { background-color: rgb(135,108,204); }
div.DivClassName
{
background-color: #876CCC;
}
.BgClassName
{
background-color: #876CCC;
}
</style>
border-color css
<style>
span { border-color: #876CCC; }
span { border-color: rgb(135,108,204); }
td.TdClassName
{
border-color: #876CCC;
}
.TagClassName
{
border-color: #876CCC;
}
</style>