Shades of True V #8870BC
Tints of True V #8870BC
RGB
CMYK
RGB Variations
Color information
#8870BC (or 0x8870BC) is known color: True V. HEX triplet: 88, 70 and BC. RGB value is (136,112,188). Sum of RGB (Red+Green+Blue) = 136+112+188=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #8870BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8870BC is #778F43. Grayscale: #7F7F7F. Windows color (decimal): -7835460 or 12349576. OLE color: 12349576.
HSL color Cylindrical-coordinate representation of color #8870BC: hue angle of 258.95º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8870BC is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 112 | 188 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.26 |
| HSL | 258.95º | 0.36% | 0.59% | - |
| HSV(B) | 258.95º | 0.4% | 0.74% | - |
| XYZ | 25.02 | 20.45 | 50.21 | - |
| YUV | 127.84 | 161.95 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 188 | 0.28 | 0.40 | 0 | 0.26 | 258.95 | 0.36 | 0.59 |
| Hex | 88 | 70 | BC | 1C | 28 | 0 | 1A | 103 | 24 | 3B |
| Octal | 210 | 160 | 274 | 34 | 50 | 0 | 32 | 403 | 44 | 73 |
| Binary | 10001000 | 1110000 | 10111100 | 11100 | 101000 | 0 | 11010 | 100000011 | 100100 | 111011 |
Color Harmonies of #8870BC
Complementary color
Monochromatic Colors of #8870BC
Black with #8870BC
Text Example
Text Example
White with #8870BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8870BC; }
p { color: rgb(136,112,188); }
H1.HeaderClassName
{
color: #8870BC;
}
.AnyTagClassName
{
color: #8870BC;
}
</style>
background-color css
<style>
a { background-color: #8870BC; }
a { background-color: rgb(136,112,188); }
div.DivClassName
{
background-color: #8870BC;
}
.BgClassName
{
background-color: #8870BC;
}
</style>
border-color css
<style>
span { border-color: #8870BC; }
span { border-color: rgb(136,112,188); }
td.TdClassName
{
border-color: #8870BC;
}
.TagClassName
{
border-color: #8870BC;
}
</style>