Shades of True V #876FCD
Tints of True V #876FCD
RGB
CMYK
RGB Variations
Color information
#876FCD (or 0x876FCD) is known color: True V. HEX triplet: 87, 6F and CD. RGB value is (135,111,205). Sum of RGB (Red+Green+Blue) = 135+111+205=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #876FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FCD is #789032. Grayscale: #808080. Windows color (decimal): -7901235 or 13463431. OLE color: 13463431.
HSL color Cylindrical-coordinate representation of color #876FCD: hue angle of 255.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #876FCD is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 111 | 205 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.20 |
| HSL | 255.32º | 0.48% | 0.62% | - |
| HSV(B) | 255.32º | 0.46% | 0.8% | - |
| XYZ | 26.7 | 20.93 | 60.39 | - |
| YUV | 128.89 | 170.95 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 205 | 0.34 | 0.46 | 0 | 0.20 | 255.32 | 0.48 | 0.62 |
| Hex | 87 | 6F | CD | 22 | 2E | 0 | 14 | FF | 30 | 3E |
| Octal | 207 | 157 | 315 | 42 | 56 | 0 | 24 | 377 | 60 | 76 |
| Binary | 10000111 | 1101111 | 11001101 | 100010 | 101110 | 0 | 10100 | 11111111 | 110000 | 111110 |
Color Harmonies of #876FCD
Complementary color
Monochromatic Colors of #876FCD
Black with #876FCD
Text Example
Text Example
White with #876FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876FCD; }
p { color: rgb(135,111,205); }
H1.HeaderClassName
{
color: #876FCD;
}
.AnyTagClassName
{
color: #876FCD;
}
</style>
background-color css
<style>
a { background-color: #876FCD; }
a { background-color: rgb(135,111,205); }
div.DivClassName
{
background-color: #876FCD;
}
.BgClassName
{
background-color: #876FCD;
}
</style>
border-color css
<style>
span { border-color: #876FCD; }
span { border-color: rgb(135,111,205); }
td.TdClassName
{
border-color: #876FCD;
}
.TagClassName
{
border-color: #876FCD;
}
</style>