Shades of True V #876CCD
Tints of True V #876CCD
RGB
CMYK
RGB Variations
Color information
#876CCD (or 0x876CCD) is known color: True V. HEX triplet: 87, 6C and CD. RGB value is (135,108,205). Sum of RGB (Red+Green+Blue) = 135+108+205=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #876CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CCD is #789332. Grayscale: #7E7E7E. Windows color (decimal): -7902003 or 13462663. OLE color: 13462663.
HSL color Cylindrical-coordinate representation of color #876CCD: hue angle of 256.7º degrees, saturation: 0.49, 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 #876CCD is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 108 | 205 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.20 |
| HSL | 256.7º | 0.49% | 0.61% | - |
| HSV(B) | 256.7º | 0.47% | 0.8% | - |
| XYZ | 26.37 | 20.28 | 60.28 | - |
| YUV | 127.13 | 171.95 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 205 | 0.34 | 0.47 | 0 | 0.20 | 256.7 | 0.49 | 0.61 |
| Hex | 87 | 6C | CD | 22 | 2F | 0 | 14 | 101 | 31 | 3D |
| Octal | 207 | 154 | 315 | 42 | 57 | 0 | 24 | 401 | 61 | 75 |
| Binary | 10000111 | 1101100 | 11001101 | 100010 | 101111 | 0 | 10100 | 100000001 | 110001 | 111101 |
Color Harmonies of #876CCD
Complementary color
Monochromatic Colors of #876CCD
Black with #876CCD
Text Example
Text Example
White with #876CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876CCD; }
p { color: rgb(135,108,205); }
H1.HeaderClassName
{
color: #876CCD;
}
.AnyTagClassName
{
color: #876CCD;
}
</style>
background-color css
<style>
a { background-color: #876CCD; }
a { background-color: rgb(135,108,205); }
div.DivClassName
{
background-color: #876CCD;
}
.BgClassName
{
background-color: #876CCD;
}
</style>
border-color css
<style>
span { border-color: #876CCD; }
span { border-color: rgb(135,108,205); }
td.TdClassName
{
border-color: #876CCD;
}
.TagClassName
{
border-color: #876CCD;
}
</style>