Shades of Deluge #8876AA
Tints of Deluge #8876AA
RGB
CMYK
RGB Variations
Color information
#8876AA (or 0x8876AA) is known color: Deluge. HEX triplet: 88, 76 and AA. RGB value is (136,118,170). Sum of RGB (Red+Green+Blue) = 136+118+170=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #8876AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8876AA is #778955. Grayscale: #818181. Windows color (decimal): -7833942 or 11171464. OLE color: 11171464.
HSL color Cylindrical-coordinate representation of color #8876AA: hue angle of 260.77º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8876AA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 118 | 170 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.33 |
| HSL | 260.77º | 0.23% | 0.56% | - |
| HSV(B) | 260.77º | 0.31% | 0.67% | - |
| XYZ | 23.89 | 21.09 | 40.84 | - |
| YUV | 129.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 170 | 0.20 | 0.31 | 0 | 0.33 | 260.77 | 0.23 | 0.56 |
| Hex | 88 | 76 | AA | 14 | 1F | 0 | 21 | 105 | 17 | 38 |
| Octal | 210 | 166 | 252 | 24 | 37 | 0 | 41 | 405 | 27 | 70 |
| Binary | 10001000 | 1110110 | 10101010 | 10100 | 11111 | 0 | 100001 | 100000101 | 10111 | 111000 |
Color Harmonies of #8876AA
Complementary color
Monochromatic Colors of #8876AA
Black with #8876AA
Text Example
Text Example
White with #8876AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8876AA; }
p { color: rgb(136,118,170); }
H1.HeaderClassName
{
color: #8876AA;
}
.AnyTagClassName
{
color: #8876AA;
}
</style>
background-color css
<style>
a { background-color: #8876AA; }
a { background-color: rgb(136,118,170); }
div.DivClassName
{
background-color: #8876AA;
}
.BgClassName
{
background-color: #8876AA;
}
</style>
border-color css
<style>
span { border-color: #8876AA; }
span { border-color: rgb(136,118,170); }
td.TdClassName
{
border-color: #8876AA;
}
.TagClassName
{
border-color: #8876AA;
}
</style>