Shades of Deluge #886EAD
Tints of Deluge #886EAD
RGB
CMYK
RGB Variations
Color information
#886EAD (or 0x886EAD) is known color: Deluge. HEX triplet: 88, 6E and AD. RGB value is (136,110,173). Sum of RGB (Red+Green+Blue) = 136+110+173=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #886EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886EAD is #779152. Grayscale: #7C7C7C. Windows color (decimal): -7835987 or 11366024. OLE color: 11366024.
HSL color Cylindrical-coordinate representation of color #886EAD: hue angle of 264.76º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #886EAD is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 110 | 173 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.32 |
| HSL | 264.76º | 0.28% | 0.55% | - |
| HSV(B) | 264.76º | 0.36% | 0.68% | - |
| XYZ | 23.27 | 19.4 | 42.05 | - |
| YUV | 124.96 | 155.11 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 173 | 0.21 | 0.36 | 0 | 0.32 | 264.76 | 0.28 | 0.55 |
| Hex | 88 | 6E | AD | 15 | 24 | 0 | 20 | 109 | 1C | 37 |
| Octal | 210 | 156 | 255 | 25 | 44 | 0 | 40 | 411 | 34 | 67 |
| Binary | 10001000 | 1101110 | 10101101 | 10101 | 100100 | 0 | 100000 | 100001001 | 11100 | 110111 |
Color Harmonies of #886EAD
Complementary color
Monochromatic Colors of #886EAD
Black with #886EAD
Text Example
Text Example
White with #886EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886EAD; }
p { color: rgb(136,110,173); }
H1.HeaderClassName
{
color: #886EAD;
}
.AnyTagClassName
{
color: #886EAD;
}
</style>
background-color css
<style>
a { background-color: #886EAD; }
a { background-color: rgb(136,110,173); }
div.DivClassName
{
background-color: #886EAD;
}
.BgClassName
{
background-color: #886EAD;
}
</style>
border-color css
<style>
span { border-color: #886EAD; }
span { border-color: rgb(136,110,173); }
td.TdClassName
{
border-color: #886EAD;
}
.TagClassName
{
border-color: #886EAD;
}
</style>