Shades of Deluge #8877A2
Tints of Deluge #8877A2
RGB
CMYK
RGB Variations
Color information
#8877A2 (or 0x8877A2) is known color: Deluge. HEX triplet: 88, 77 and A2. RGB value is (136,119,162). Sum of RGB (Red+Green+Blue) = 136+119+162=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 162 - color contains mainly: blue. Hex color #8877A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8877A2 is #77885D. Grayscale: #808080. Windows color (decimal): -7833694 or 10647432. OLE color: 10647432.
HSL color Cylindrical-coordinate representation of color #8877A2: hue angle of 263.72º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8877A2 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 119 | 162 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.36 |
| HSL | 263.72º | 0.19% | 0.55% | - |
| HSV(B) | 263.72º | 0.27% | 0.64% | - |
| XYZ | 23.27 | 21.04 | 37.02 | - |
| YUV | 128.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 162 | 0.16 | 0.27 | 0 | 0.36 | 263.72 | 0.19 | 0.55 |
| Hex | 88 | 77 | A2 | 10 | 1B | 0 | 24 | 108 | 13 | 37 |
| Octal | 210 | 167 | 242 | 20 | 33 | 0 | 44 | 410 | 23 | 67 |
| Binary | 10001000 | 1110111 | 10100010 | 10000 | 11011 | 0 | 100100 | 100001000 | 10011 | 110111 |
Color Harmonies of #8877A2
Complementary color
Monochromatic Colors of #8877A2
Black with #8877A2
Text Example
Text Example
White with #8877A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8877A2; }
p { color: rgb(136,119,162); }
H1.HeaderClassName
{
color: #8877A2;
}
.AnyTagClassName
{
color: #8877A2;
}
</style>
background-color css
<style>
a { background-color: #8877A2; }
a { background-color: rgb(136,119,162); }
div.DivClassName
{
background-color: #8877A2;
}
.BgClassName
{
background-color: #8877A2;
}
</style>
border-color css
<style>
span { border-color: #8877A2; }
span { border-color: rgb(136,119,162); }
td.TdClassName
{
border-color: #8877A2;
}
.TagClassName
{
border-color: #8877A2;
}
</style>