Shades of True V #876ED2
Tints of True V #876ED2
RGB
CMYK
RGB Variations
Color information
#876ED2 (or 0x876ED2) is known color: True V. HEX triplet: 87, 6E and D2. RGB value is (135,110,210). Sum of RGB (Red+Green+Blue) = 135+110+210=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 210 - color contains mainly: blue. Hex color #876ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876ED2 is #78912D. Grayscale: #808080. Windows color (decimal): -7901486 or 13790855. OLE color: 13790855.
HSL color Cylindrical-coordinate representation of color #876ED2: hue angle of 255º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #876ED2 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 110 | 210 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.18 |
| HSL | 255º | 0.53% | 0.63% | - |
| HSV(B) | 255º | 0.48% | 0.82% | - |
| XYZ | 27.2 | 20.96 | 63.58 | - |
| YUV | 128.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 210 | 0.36 | 0.48 | 0 | 0.18 | 255 | 0.53 | 0.63 |
| Hex | 87 | 6E | D2 | 24 | 30 | 0 | 12 | FF | 35 | 3F |
| Octal | 207 | 156 | 322 | 44 | 60 | 0 | 22 | 377 | 65 | 77 |
| Binary | 10000111 | 1101110 | 11010010 | 100100 | 110000 | 0 | 10010 | 11111111 | 110101 | 111111 |
Color Harmonies of #876ED2
Complementary color
Monochromatic Colors of #876ED2
Black with #876ED2
Text Example
Text Example
White with #876ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876ED2; }
p { color: rgb(135,110,210); }
H1.HeaderClassName
{
color: #876ED2;
}
.AnyTagClassName
{
color: #876ED2;
}
</style>
background-color css
<style>
a { background-color: #876ED2; }
a { background-color: rgb(135,110,210); }
div.DivClassName
{
background-color: #876ED2;
}
.BgClassName
{
background-color: #876ED2;
}
</style>
border-color css
<style>
span { border-color: #876ED2; }
span { border-color: rgb(135,110,210); }
td.TdClassName
{
border-color: #876ED2;
}
.TagClassName
{
border-color: #876ED2;
}
</style>