Shades of True V #876ED0
Tints of True V #876ED0
RGB
CMYK
RGB Variations
Color information
#876ED0 (or 0x876ED0) is known color: True V. HEX triplet: 87, 6E and D0. RGB value is (135,110,208). Sum of RGB (Red+Green+Blue) = 135+110+208=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #876ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876ED0 is #78912F. Grayscale: #808080. Windows color (decimal): -7901488 or 13659783. OLE color: 13659783.
HSL color Cylindrical-coordinate representation of color #876ED0: hue angle of 255.31º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #876ED0 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 110 | 208 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.18 |
| HSL | 255.31º | 0.51% | 0.62% | - |
| HSV(B) | 255.31º | 0.47% | 0.82% | - |
| XYZ | 26.95 | 20.86 | 62.28 | - |
| YUV | 128.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 208 | 0.35 | 0.47 | 0 | 0.18 | 255.31 | 0.51 | 0.62 |
| Hex | 87 | 6E | D0 | 23 | 2F | 0 | 12 | FF | 33 | 3E |
| Octal | 207 | 156 | 320 | 43 | 57 | 0 | 22 | 377 | 63 | 76 |
| Binary | 10000111 | 1101110 | 11010000 | 100011 | 101111 | 0 | 10010 | 11111111 | 110011 | 111110 |
Color Harmonies of #876ED0
Complementary color
Monochromatic Colors of #876ED0
Black with #876ED0
Text Example
Text Example
White with #876ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876ED0; }
p { color: rgb(135,110,208); }
H1.HeaderClassName
{
color: #876ED0;
}
.AnyTagClassName
{
color: #876ED0;
}
</style>
background-color css
<style>
a { background-color: #876ED0; }
a { background-color: rgb(135,110,208); }
div.DivClassName
{
background-color: #876ED0;
}
.BgClassName
{
background-color: #876ED0;
}
</style>
border-color css
<style>
span { border-color: #876ED0; }
span { border-color: rgb(135,110,208); }
td.TdClassName
{
border-color: #876ED0;
}
.TagClassName
{
border-color: #876ED0;
}
</style>