Shades of True V #876ECE
Tints of True V #876ECE
RGB
CMYK
RGB Variations
Color information
#876ECE (or 0x876ECE) is known color: True V. HEX triplet: 87, 6E and CE. RGB value is (135,110,206). Sum of RGB (Red+Green+Blue) = 135+110+206=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #876ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876ECE is #789131. Grayscale: #808080. Windows color (decimal): -7901490 or 13528711. OLE color: 13528711.
HSL color Cylindrical-coordinate representation of color #876ECE: hue angle of 255.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #876ECE is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 110 | 206 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.19 |
| HSL | 255.63º | 0.49% | 0.62% | - |
| HSV(B) | 255.63º | 0.47% | 0.81% | - |
| XYZ | 26.71 | 20.76 | 60.99 | - |
| YUV | 128.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 206 | 0.34 | 0.47 | 0 | 0.19 | 255.63 | 0.49 | 0.62 |
| Hex | 87 | 6E | CE | 22 | 2F | 0 | 13 | 100 | 31 | 3E |
| Octal | 207 | 156 | 316 | 42 | 57 | 0 | 23 | 400 | 61 | 76 |
| Binary | 10000111 | 1101110 | 11001110 | 100010 | 101111 | 0 | 10011 | 100000000 | 110001 | 111110 |
Color Harmonies of #876ECE
Complementary color
Monochromatic Colors of #876ECE
Black with #876ECE
Text Example
Text Example
White with #876ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876ECE; }
p { color: rgb(135,110,206); }
H1.HeaderClassName
{
color: #876ECE;
}
.AnyTagClassName
{
color: #876ECE;
}
</style>
background-color css
<style>
a { background-color: #876ECE; }
a { background-color: rgb(135,110,206); }
div.DivClassName
{
background-color: #876ECE;
}
.BgClassName
{
background-color: #876ECE;
}
</style>
border-color css
<style>
span { border-color: #876ECE; }
span { border-color: rgb(135,110,206); }
td.TdClassName
{
border-color: #876ECE;
}
.TagClassName
{
border-color: #876ECE;
}
</style>