Shades of True V #876DCC
Tints of True V #876DCC
RGB
CMYK
RGB Variations
Color information
#876DCC (or 0x876DCC) is known color: True V. HEX triplet: 87, 6D and CC. RGB value is (135,109,204). Sum of RGB (Red+Green+Blue) = 135+109+204=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #876DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DCC is #789233. Grayscale: #7F7F7F. Windows color (decimal): -7901748 or 13397383. OLE color: 13397383.
HSL color Cylindrical-coordinate representation of color #876DCC: hue angle of 256.42º 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 #876DCC is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 109 | 204 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.2 |
| HSL | 256.42º | 0.48% | 0.61% | - |
| HSV(B) | 256.42º | 0.47% | 0.8% | - |
| XYZ | 26.36 | 20.45 | 59.68 | - |
| YUV | 127.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 204 | 0.34 | 0.47 | 0 | 0.2 | 256.42 | 0.48 | 0.61 |
| Hex | 87 | 6D | CC | 22 | 2F | 0 | 14 | 100 | 30 | 3D |
| Octal | 207 | 155 | 314 | 42 | 57 | 0 | 24 | 400 | 60 | 75 |
| Binary | 10000111 | 1101101 | 11001100 | 100010 | 101111 | 0 | 10100 | 100000000 | 110000 | 111101 |
Color Harmonies of #876DCC
Complementary color
Monochromatic Colors of #876DCC
Black with #876DCC
Text Example
Text Example
White with #876DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876DCC; }
p { color: rgb(135,109,204); }
H1.HeaderClassName
{
color: #876DCC;
}
.AnyTagClassName
{
color: #876DCC;
}
</style>
background-color css
<style>
a { background-color: #876DCC; }
a { background-color: rgb(135,109,204); }
div.DivClassName
{
background-color: #876DCC;
}
.BgClassName
{
background-color: #876DCC;
}
</style>
border-color css
<style>
span { border-color: #876DCC; }
span { border-color: rgb(135,109,204); }
td.TdClassName
{
border-color: #876DCC;
}
.TagClassName
{
border-color: #876DCC;
}
</style>