Shades of Deluge #886EA9
Tints of Deluge #886EA9
RGB
CMYK
RGB Variations
Color information
#886EA9 (or 0x886EA9) is known color: Deluge. HEX triplet: 88, 6E and A9. RGB value is (136,110,169). Sum of RGB (Red+Green+Blue) = 136+110+169=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 169 - color contains mainly: blue. Hex color #886EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886EA9 is #779156. Grayscale: #7C7C7C. Windows color (decimal): -7835991 or 11103880. OLE color: 11103880.
HSL color Cylindrical-coordinate representation of color #886EA9: hue angle of 266.44º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #886EA9 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 110 | 169 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.34 |
| HSL | 266.44º | 0.26% | 0.55% | - |
| HSV(B) | 266.44º | 0.35% | 0.66% | - |
| XYZ | 22.89 | 19.25 | 40.05 | - |
| YUV | 124.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 169 | 0.20 | 0.35 | 0 | 0.34 | 266.44 | 0.26 | 0.55 |
| Hex | 88 | 6E | A9 | 14 | 23 | 0 | 22 | 10A | 1A | 37 |
| Octal | 210 | 156 | 251 | 24 | 43 | 0 | 42 | 412 | 32 | 67 |
| Binary | 10001000 | 1101110 | 10101001 | 10100 | 100011 | 0 | 100010 | 100001010 | 11010 | 110111 |
Color Harmonies of #886EA9
Complementary color
Monochromatic Colors of #886EA9
Black with #886EA9
Text Example
Text Example
White with #886EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886EA9; }
p { color: rgb(136,110,169); }
H1.HeaderClassName
{
color: #886EA9;
}
.AnyTagClassName
{
color: #886EA9;
}
</style>
background-color css
<style>
a { background-color: #886EA9; }
a { background-color: rgb(136,110,169); }
div.DivClassName
{
background-color: #886EA9;
}
.BgClassName
{
background-color: #886EA9;
}
</style>
border-color css
<style>
span { border-color: #886EA9; }
span { border-color: rgb(136,110,169); }
td.TdClassName
{
border-color: #886EA9;
}
.TagClassName
{
border-color: #886EA9;
}
</style>