Shades of True V #886FBB
Tints of True V #886FBB
RGB
CMYK
RGB Variations
Color information
#886FBB (or 0x886FBB) is known color: True V. HEX triplet: 88, 6F and BB. RGB value is (136,111,187). Sum of RGB (Red+Green+Blue) = 136+111+187=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #886FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FBB is #779044. Grayscale: #7E7E7E. Windows color (decimal): -7835717 or 12283784. OLE color: 12283784.
HSL color Cylindrical-coordinate representation of color #886FBB: hue angle of 259.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886FBB is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 111 | 187 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.27 |
| HSL | 259.74º | 0.36% | 0.58% | - |
| HSV(B) | 259.74º | 0.41% | 0.73% | - |
| XYZ | 24.81 | 20.19 | 49.6 | - |
| YUV | 127.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 187 | 0.27 | 0.41 | 0 | 0.27 | 259.74 | 0.36 | 0.58 |
| Hex | 88 | 6F | BB | 1B | 29 | 0 | 1B | 104 | 24 | 3A |
| Octal | 210 | 157 | 273 | 33 | 51 | 0 | 33 | 404 | 44 | 72 |
| Binary | 10001000 | 1101111 | 10111011 | 11011 | 101001 | 0 | 11011 | 100000100 | 100100 | 111010 |
Color Harmonies of #886FBB
Complementary color
Monochromatic Colors of #886FBB
Black with #886FBB
Text Example
Text Example
White with #886FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FBB; }
p { color: rgb(136,111,187); }
H1.HeaderClassName
{
color: #886FBB;
}
.AnyTagClassName
{
color: #886FBB;
}
</style>
background-color css
<style>
a { background-color: #886FBB; }
a { background-color: rgb(136,111,187); }
div.DivClassName
{
background-color: #886FBB;
}
.BgClassName
{
background-color: #886FBB;
}
</style>
border-color css
<style>
span { border-color: #886FBB; }
span { border-color: rgb(136,111,187); }
td.TdClassName
{
border-color: #886FBB;
}
.TagClassName
{
border-color: #886FBB;
}
</style>