Shades of Deluge #88809F
Tints of Deluge #88809F
RGB
CMYK
RGB Variations
Color information
#88809F (or 0x88809F) is known color: Deluge. HEX triplet: 88, 80 and 9F. RGB value is (136,128,159). Sum of RGB (Red+Green+Blue) = 136+128+159=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #88809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88809F is #777F60. Grayscale: #858585. Windows color (decimal): -7831393 or 10453128. OLE color: 10453128.
HSL color Cylindrical-coordinate representation of color #88809F: hue angle of 255.48º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88809F is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 128 | 159 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.38 |
| HSL | 255.48º | 0.14% | 0.56% | - |
| HSV(B) | 255.48º | 0.19% | 0.62% | - |
| XYZ | 24.13 | 23.18 | 36 | - |
| YUV | 133.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 159 | 0.14 | 0.19 | 0 | 0.38 | 255.48 | 0.14 | 0.56 |
| Hex | 88 | 80 | 9F | E | 13 | 0 | 26 | FF | E | 38 |
| Octal | 210 | 200 | 237 | 16 | 23 | 0 | 46 | 377 | 16 | 70 |
| Binary | 10001000 | 10000000 | 10011111 | 1110 | 10011 | 0 | 100110 | 11111111 | 1110 | 111000 |
Color Harmonies of #88809F
Complementary color
Monochromatic Colors of #88809F
Black with #88809F
Text Example
Text Example
White with #88809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88809F; }
p { color: rgb(136,128,159); }
H1.HeaderClassName
{
color: #88809F;
}
.AnyTagClassName
{
color: #88809F;
}
</style>
background-color css
<style>
a { background-color: #88809F; }
a { background-color: rgb(136,128,159); }
div.DivClassName
{
background-color: #88809F;
}
.BgClassName
{
background-color: #88809F;
}
</style>
border-color css
<style>
span { border-color: #88809F; }
span { border-color: rgb(136,128,159); }
td.TdClassName
{
border-color: #88809F;
}
.TagClassName
{
border-color: #88809F;
}
</style>