Shades of Deluge #8875AA
Tints of Deluge #8875AA
RGB
CMYK
RGB Variations
Color information
#8875AA (or 0x8875AA) is known color: Deluge. HEX triplet: 88, 75 and AA. RGB value is (136,117,170). Sum of RGB (Red+Green+Blue) = 136+117+170=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #8875AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8875AA is #778A55. Grayscale: #808080. Windows color (decimal): -7834198 or 11171208. OLE color: 11171208.
HSL color Cylindrical-coordinate representation of color #8875AA: hue angle of 261.51º degrees, saturation: 0.24, 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 #8875AA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 117 | 170 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.33 |
| HSL | 261.51º | 0.24% | 0.56% | - |
| HSV(B) | 261.51º | 0.31% | 0.67% | - |
| XYZ | 23.77 | 20.86 | 40.8 | - |
| YUV | 128.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 117 | 170 | 0.20 | 0.31 | 0 | 0.33 | 261.51 | 0.24 | 0.56 |
| Hex | 88 | 75 | AA | 14 | 1F | 0 | 21 | 106 | 18 | 38 |
| Octal | 210 | 165 | 252 | 24 | 37 | 0 | 41 | 406 | 30 | 70 |
| Binary | 10001000 | 1110101 | 10101010 | 10100 | 11111 | 0 | 100001 | 100000110 | 11000 | 111000 |
Color Harmonies of #8875AA
Complementary color
Monochromatic Colors of #8875AA
Black with #8875AA
Text Example
Text Example
White with #8875AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8875AA; }
p { color: rgb(136,117,170); }
H1.HeaderClassName
{
color: #8875AA;
}
.AnyTagClassName
{
color: #8875AA;
}
</style>
background-color css
<style>
a { background-color: #8875AA; }
a { background-color: rgb(136,117,170); }
div.DivClassName
{
background-color: #8875AA;
}
.BgClassName
{
background-color: #8875AA;
}
</style>
border-color css
<style>
span { border-color: #8875AA; }
span { border-color: rgb(136,117,170); }
td.TdClassName
{
border-color: #8875AA;
}
.TagClassName
{
border-color: #8875AA;
}
</style>