Shades of True V #876BD2
Tints of True V #876BD2
RGB
CMYK
RGB Variations
Color information
#876BD2 (or 0x876BD2) is known color: True V. HEX triplet: 87, 6B and D2. RGB value is (135,107,210). Sum of RGB (Red+Green+Blue) = 135+107+210=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 210 (82.42% from 255 or 46.46% from 452); Max value from RGB is 210 - color contains mainly: blue. Hex color #876BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BD2 is #78942D. Grayscale: #7E7E7E. Windows color (decimal): -7902254 or 13790087. OLE color: 13790087.
HSL color Cylindrical-coordinate representation of color #876BD2: hue angle of 256.31º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876BD2 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 107 | 210 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.18 |
| HSL | 256.31º | 0.53% | 0.62% | - |
| HSV(B) | 256.31º | 0.49% | 0.82% | - |
| XYZ | 26.88 | 20.32 | 63.48 | - |
| YUV | 127.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 107 | 210 | 0.36 | 0.49 | 0 | 0.18 | 256.31 | 0.53 | 0.62 |
| Hex | 87 | 6B | D2 | 24 | 31 | 0 | 12 | 100 | 35 | 3E |
| Octal | 207 | 153 | 322 | 44 | 61 | 0 | 22 | 400 | 65 | 76 |
| Binary | 10000111 | 1101011 | 11010010 | 100100 | 110001 | 0 | 10010 | 100000000 | 110101 | 111110 |
Color Harmonies of #876BD2
Complementary color
Monochromatic Colors of #876BD2
Black with #876BD2
Text Example
Text Example
White with #876BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876BD2; }
p { color: rgb(135,107,210); }
H1.HeaderClassName
{
color: #876BD2;
}
.AnyTagClassName
{
color: #876BD2;
}
</style>
background-color css
<style>
a { background-color: #876BD2; }
a { background-color: rgb(135,107,210); }
div.DivClassName
{
background-color: #876BD2;
}
.BgClassName
{
background-color: #876BD2;
}
</style>
border-color css
<style>
span { border-color: #876BD2; }
span { border-color: rgb(135,107,210); }
td.TdClassName
{
border-color: #876BD2;
}
.TagClassName
{
border-color: #876BD2;
}
</style>