Shades of True V #886BBA
Tints of True V #886BBA
RGB
CMYK
RGB Variations
Color information
#886BBA (or 0x886BBA) is known color: True V. HEX triplet: 88, 6B and BA. RGB value is (136,107,186). Sum of RGB (Red+Green+Blue) = 136+107+186=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #886BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BBA is #779445. Grayscale: #7C7C7C. Windows color (decimal): -7836742 or 12217224. OLE color: 12217224.
HSL color Cylindrical-coordinate representation of color #886BBA: hue angle of 262.03º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #886BBA is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 107 | 186 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.27 |
| HSL | 262.03º | 0.36% | 0.57% | - |
| HSV(B) | 262.03º | 0.42% | 0.73% | - |
| XYZ | 24.27 | 19.29 | 48.9 | - |
| YUV | 124.68 | 162.61 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 186 | 0.27 | 0.42 | 0 | 0.27 | 262.03 | 0.36 | 0.57 |
| Hex | 88 | 6B | BA | 1B | 2A | 0 | 1B | 106 | 24 | 39 |
| Octal | 210 | 153 | 272 | 33 | 52 | 0 | 33 | 406 | 44 | 71 |
| Binary | 10001000 | 1101011 | 10111010 | 11011 | 101010 | 0 | 11011 | 100000110 | 100100 | 111001 |
Color Harmonies of #886BBA
Complementary color
Monochromatic Colors of #886BBA
Black with #886BBA
Text Example
Text Example
White with #886BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886BBA; }
p { color: rgb(136,107,186); }
H1.HeaderClassName
{
color: #886BBA;
}
.AnyTagClassName
{
color: #886BBA;
}
</style>
background-color css
<style>
a { background-color: #886BBA; }
a { background-color: rgb(136,107,186); }
div.DivClassName
{
background-color: #886BBA;
}
.BgClassName
{
background-color: #886BBA;
}
</style>
border-color css
<style>
span { border-color: #886BBA; }
span { border-color: rgb(136,107,186); }
td.TdClassName
{
border-color: #886BBA;
}
.TagClassName
{
border-color: #886BBA;
}
</style>