Shades of True V #876ECD
Tints of True V #876ECD
RGB
CMYK
RGB Variations
Color information
#876ECD (or 0x876ECD) is known color: True V. HEX triplet: 87, 6E and CD. RGB value is (135,110,205). Sum of RGB (Red+Green+Blue) = 135+110+205=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #876ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876ECD is #789132. Grayscale: #7F7F7F. Windows color (decimal): -7901491 or 13463175. OLE color: 13463175.
HSL color Cylindrical-coordinate representation of color #876ECD: hue angle of 255.79º degrees, saturation: 0.49, 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 #876ECD is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 110 | 205 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.20 |
| HSL | 255.79º | 0.49% | 0.62% | - |
| HSV(B) | 255.79º | 0.46% | 0.8% | - |
| XYZ | 26.59 | 20.71 | 60.35 | - |
| YUV | 128.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 205 | 0.34 | 0.46 | 0 | 0.20 | 255.79 | 0.49 | 0.62 |
| Hex | 87 | 6E | CD | 22 | 2E | 0 | 14 | 100 | 31 | 3E |
| Octal | 207 | 156 | 315 | 42 | 56 | 0 | 24 | 400 | 61 | 76 |
| Binary | 10000111 | 1101110 | 11001101 | 100010 | 101110 | 0 | 10100 | 100000000 | 110001 | 111110 |
Color Harmonies of #876ECD
Complementary color
Monochromatic Colors of #876ECD
Black with #876ECD
Text Example
Text Example
White with #876ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876ECD; }
p { color: rgb(135,110,205); }
H1.HeaderClassName
{
color: #876ECD;
}
.AnyTagClassName
{
color: #876ECD;
}
</style>
background-color css
<style>
a { background-color: #876ECD; }
a { background-color: rgb(135,110,205); }
div.DivClassName
{
background-color: #876ECD;
}
.BgClassName
{
background-color: #876ECD;
}
</style>
border-color css
<style>
span { border-color: #876ECD; }
span { border-color: rgb(135,110,205); }
td.TdClassName
{
border-color: #876ECD;
}
.TagClassName
{
border-color: #876ECD;
}
</style>