Shades of Deluge #88829A
Tints of Deluge #88829A
RGB
CMYK
RGB Variations
Color information
#88829A (or 0x88829A) is known color: Deluge. HEX triplet: 88, 82 and 9A. RGB value is (136,130,154). Sum of RGB (Red+Green+Blue) = 136+130+154=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #88829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88829A is #777D65. Grayscale: #868686. Windows color (decimal): -7830886 or 10125960. OLE color: 10125960.
HSL color Cylindrical-coordinate representation of color #88829A: hue angle of 255º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88829A is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 130 | 154 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.40 |
| HSL | 255º | 0.11% | 0.56% | - |
| HSV(B) | 255º | 0.16% | 0.6% | - |
| XYZ | 23.97 | 23.53 | 33.85 | - |
| YUV | 134.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 154 | 0.12 | 0.16 | 0 | 0.40 | 255 | 0.11 | 0.56 |
| Hex | 88 | 82 | 9A | C | 10 | 0 | 28 | FF | B | 38 |
| Octal | 210 | 202 | 232 | 14 | 20 | 0 | 50 | 377 | 13 | 70 |
| Binary | 10001000 | 10000010 | 10011010 | 1100 | 10000 | 0 | 101000 | 11111111 | 1011 | 111000 |
Color Harmonies of #88829A
Complementary color
Monochromatic Colors of #88829A
Black with #88829A
Text Example
Text Example
White with #88829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88829A; }
p { color: rgb(136,130,154); }
H1.HeaderClassName
{
color: #88829A;
}
.AnyTagClassName
{
color: #88829A;
}
</style>
background-color css
<style>
a { background-color: #88829A; }
a { background-color: rgb(136,130,154); }
div.DivClassName
{
background-color: #88829A;
}
.BgClassName
{
background-color: #88829A;
}
</style>
border-color css
<style>
span { border-color: #88829A; }
span { border-color: rgb(136,130,154); }
td.TdClassName
{
border-color: #88829A;
}
.TagClassName
{
border-color: #88829A;
}
</style>