Shades of True V #8872BE
Tints of True V #8872BE
RGB
CMYK
RGB Variations
Color information
#8872BE (or 0x8872BE) is known color: True V. HEX triplet: 88, 72 and BE. RGB value is (136,114,190). Sum of RGB (Red+Green+Blue) = 136+114+190=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #8872BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8872BE is #778D41. Grayscale: #808080. Windows color (decimal): -7834946 or 12481160. OLE color: 12481160.
HSL color Cylindrical-coordinate representation of color #8872BE: hue angle of 257.37º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8872BE is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 114 | 190 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.25 |
| HSL | 257.37º | 0.37% | 0.6% | - |
| HSV(B) | 257.37º | 0.4% | 0.75% | - |
| XYZ | 25.46 | 20.99 | 51.42 | - |
| YUV | 129.24 | 162.29 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 190 | 0.28 | 0.40 | 0 | 0.25 | 257.37 | 0.37 | 0.6 |
| Hex | 88 | 72 | BE | 1C | 28 | 0 | 19 | 101 | 25 | 3C |
| Octal | 210 | 162 | 276 | 34 | 50 | 0 | 31 | 401 | 45 | 74 |
| Binary | 10001000 | 1110010 | 10111110 | 11100 | 101000 | 0 | 11001 | 100000001 | 100101 | 111100 |
Color Harmonies of #8872BE
Complementary color
Monochromatic Colors of #8872BE
Black with #8872BE
Text Example
Text Example
White with #8872BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8872BE; }
p { color: rgb(136,114,190); }
H1.HeaderClassName
{
color: #8872BE;
}
.AnyTagClassName
{
color: #8872BE;
}
</style>
background-color css
<style>
a { background-color: #8872BE; }
a { background-color: rgb(136,114,190); }
div.DivClassName
{
background-color: #8872BE;
}
.BgClassName
{
background-color: #8872BE;
}
</style>
border-color css
<style>
span { border-color: #8872BE; }
span { border-color: rgb(136,114,190); }
td.TdClassName
{
border-color: #8872BE;
}
.TagClassName
{
border-color: #8872BE;
}
</style>