Shades of True V #876DB8
Tints of True V #876DB8
RGB
CMYK
RGB Variations
Color information
#876DB8 (or 0x876DB8) is known color: True V. HEX triplet: 87, 6D and B8. RGB value is (135,109,184). Sum of RGB (Red+Green+Blue) = 135+109+184=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 184 - color contains mainly: blue. Hex color #876DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DB8 is #789247. Grayscale: #7D7D7D. Windows color (decimal): -7901768 or 12086663. OLE color: 12086663.
HSL color Cylindrical-coordinate representation of color #876DB8: hue angle of 260.8º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #876DB8 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 109 | 184 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.28 |
| HSL | 260.8º | 0.35% | 0.57% | - |
| HSV(B) | 260.8º | 0.41% | 0.72% | - |
| XYZ | 24.11 | 19.55 | 47.85 | - |
| YUV | 125.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 184 | 0.27 | 0.41 | 0 | 0.28 | 260.8 | 0.35 | 0.57 |
| Hex | 87 | 6D | B8 | 1B | 29 | 0 | 1C | 105 | 23 | 39 |
| Octal | 207 | 155 | 270 | 33 | 51 | 0 | 34 | 405 | 43 | 71 |
| Binary | 10000111 | 1101101 | 10111000 | 11011 | 101001 | 0 | 11100 | 100000101 | 100011 | 111001 |
Color Harmonies of #876DB8
Complementary color
Monochromatic Colors of #876DB8
Black with #876DB8
Text Example
Text Example
White with #876DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876DB8; }
p { color: rgb(135,109,184); }
H1.HeaderClassName
{
color: #876DB8;
}
.AnyTagClassName
{
color: #876DB8;
}
</style>
background-color css
<style>
a { background-color: #876DB8; }
a { background-color: rgb(135,109,184); }
div.DivClassName
{
background-color: #876DB8;
}
.BgClassName
{
background-color: #876DB8;
}
</style>
border-color css
<style>
span { border-color: #876DB8; }
span { border-color: rgb(135,109,184); }
td.TdClassName
{
border-color: #876DB8;
}
.TagClassName
{
border-color: #876DB8;
}
</style>