Shades of True V #886FBC
Tints of True V #886FBC
RGB
CMYK
RGB Variations
Color information
#886FBC (or 0x886FBC) is known color: True V. HEX triplet: 88, 6F and BC. RGB value is (136,111,188). Sum of RGB (Red+Green+Blue) = 136+111+188=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #886FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FBC is #779043. Grayscale: #7E7E7E. Windows color (decimal): -7835716 or 12349320. OLE color: 12349320.
HSL color Cylindrical-coordinate representation of color #886FBC: hue angle of 259.48º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886FBC is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 111 | 188 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.26 |
| HSL | 259.48º | 0.36% | 0.59% | - |
| HSV(B) | 259.48º | 0.41% | 0.74% | - |
| XYZ | 24.91 | 20.23 | 50.17 | - |
| YUV | 127.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 188 | 0.28 | 0.41 | 0 | 0.26 | 259.48 | 0.36 | 0.59 |
| Hex | 88 | 6F | BC | 1C | 29 | 0 | 1A | 103 | 24 | 3B |
| Octal | 210 | 157 | 274 | 34 | 51 | 0 | 32 | 403 | 44 | 73 |
| Binary | 10001000 | 1101111 | 10111100 | 11100 | 101001 | 0 | 11010 | 100000011 | 100100 | 111011 |
Color Harmonies of #886FBC
Complementary color
Monochromatic Colors of #886FBC
Black with #886FBC
Text Example
Text Example
White with #886FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FBC; }
p { color: rgb(136,111,188); }
H1.HeaderClassName
{
color: #886FBC;
}
.AnyTagClassName
{
color: #886FBC;
}
</style>
background-color css
<style>
a { background-color: #886FBC; }
a { background-color: rgb(136,111,188); }
div.DivClassName
{
background-color: #886FBC;
}
.BgClassName
{
background-color: #886FBC;
}
</style>
border-color css
<style>
span { border-color: #886FBC; }
span { border-color: rgb(136,111,188); }
td.TdClassName
{
border-color: #886FBC;
}
.TagClassName
{
border-color: #886FBC;
}
</style>