Shades of Deluge #886EAB
Tints of Deluge #886EAB
RGB
CMYK
RGB Variations
Color information
#886EAB (or 0x886EAB) is known color: Deluge. HEX triplet: 88, 6E and AB. RGB value is (136,110,171). Sum of RGB (Red+Green+Blue) = 136+110+171=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #886EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886EAB is #779154. Grayscale: #7C7C7C. Windows color (decimal): -7835989 or 11234952. OLE color: 11234952.
HSL color Cylindrical-coordinate representation of color #886EAB: hue angle of 265.57º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #886EAB is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 110 | 171 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.33 |
| HSL | 265.57º | 0.27% | 0.55% | - |
| HSV(B) | 265.57º | 0.36% | 0.67% | - |
| XYZ | 23.08 | 19.33 | 41.04 | - |
| YUV | 124.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 171 | 0.20 | 0.36 | 0 | 0.33 | 265.57 | 0.27 | 0.55 |
| Hex | 88 | 6E | AB | 14 | 24 | 0 | 21 | 10A | 1B | 37 |
| Octal | 210 | 156 | 253 | 24 | 44 | 0 | 41 | 412 | 33 | 67 |
| Binary | 10001000 | 1101110 | 10101011 | 10100 | 100100 | 0 | 100001 | 100001010 | 11011 | 110111 |
Color Harmonies of #886EAB
Complementary color
Monochromatic Colors of #886EAB
Black with #886EAB
Text Example
Text Example
White with #886EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886EAB; }
p { color: rgb(136,110,171); }
H1.HeaderClassName
{
color: #886EAB;
}
.AnyTagClassName
{
color: #886EAB;
}
</style>
background-color css
<style>
a { background-color: #886EAB; }
a { background-color: rgb(136,110,171); }
div.DivClassName
{
background-color: #886EAB;
}
.BgClassName
{
background-color: #886EAB;
}
</style>
border-color css
<style>
span { border-color: #886EAB; }
span { border-color: rgb(136,110,171); }
td.TdClassName
{
border-color: #886EAB;
}
.TagClassName
{
border-color: #886EAB;
}
</style>