Shades of True V #886FCC
Tints of True V #886FCC
RGB
CMYK
RGB Variations
Color information
#886FCC (or 0x886FCC) is known color: True V. HEX triplet: 88, 6F and CC. RGB value is (136,111,204). Sum of RGB (Red+Green+Blue) = 136+111+204=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #886FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FCC is #779033. Grayscale: #808080. Windows color (decimal): -7835700 or 13397896. OLE color: 13397896.
HSL color Cylindrical-coordinate representation of color #886FCC: hue angle of 256.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #886FCC is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 111 | 204 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.2 |
| HSL | 256.13º | 0.48% | 0.62% | - |
| HSV(B) | 256.13º | 0.46% | 0.8% | - |
| XYZ | 26.74 | 20.96 | 59.76 | - |
| YUV | 129.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 204 | 0.33 | 0.46 | 0 | 0.2 | 256.13 | 0.48 | 0.62 |
| Hex | 88 | 6F | CC | 21 | 2E | 0 | 14 | 100 | 30 | 3E |
| Octal | 210 | 157 | 314 | 41 | 56 | 0 | 24 | 400 | 60 | 76 |
| Binary | 10001000 | 1101111 | 11001100 | 100001 | 101110 | 0 | 10100 | 100000000 | 110000 | 111110 |
Color Harmonies of #886FCC
Complementary color
Monochromatic Colors of #886FCC
Black with #886FCC
Text Example
Text Example
White with #886FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FCC; }
p { color: rgb(136,111,204); }
H1.HeaderClassName
{
color: #886FCC;
}
.AnyTagClassName
{
color: #886FCC;
}
</style>
background-color css
<style>
a { background-color: #886FCC; }
a { background-color: rgb(136,111,204); }
div.DivClassName
{
background-color: #886FCC;
}
.BgClassName
{
background-color: #886FCC;
}
</style>
border-color css
<style>
span { border-color: #886FCC; }
span { border-color: rgb(136,111,204); }
td.TdClassName
{
border-color: #886FCC;
}
.TagClassName
{
border-color: #886FCC;
}
</style>