Shades of Deluge #89809E
Tints of Deluge #89809E
RGB
CMYK
RGB Variations
Color information
#89809E (or 0x89809E) is known color: Deluge. HEX triplet: 89, 80 and 9E. RGB value is (137,128,158). Sum of RGB (Red+Green+Blue) = 137+128+158=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #89809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89809E is #767F61. Grayscale: #868686. Windows color (decimal): -7765858 or 10387593. OLE color: 10387593.
HSL color Cylindrical-coordinate representation of color #89809E: hue angle of 258º degrees, saturation: 0.13, 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 #89809E is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 128 | 158 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.38 |
| HSL | 258º | 0.13% | 0.56% | - |
| HSV(B) | 258º | 0.19% | 0.62% | - |
| XYZ | 24.21 | 23.23 | 35.55 | - |
| YUV | 134.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 158 | 0.13 | 0.19 | 0 | 0.38 | 258 | 0.13 | 0.56 |
| Hex | 89 | 80 | 9E | D | 13 | 0 | 26 | 102 | D | 38 |
| Octal | 211 | 200 | 236 | 15 | 23 | 0 | 46 | 402 | 15 | 70 |
| Binary | 10001001 | 10000000 | 10011110 | 1101 | 10011 | 0 | 100110 | 100000010 | 1101 | 111000 |
Color Harmonies of #89809E
Complementary color
Monochromatic Colors of #89809E
Black with #89809E
Text Example
Text Example
White with #89809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89809E; }
p { color: rgb(137,128,158); }
H1.HeaderClassName
{
color: #89809E;
}
.AnyTagClassName
{
color: #89809E;
}
</style>
background-color css
<style>
a { background-color: #89809E; }
a { background-color: rgb(137,128,158); }
div.DivClassName
{
background-color: #89809E;
}
.BgClassName
{
background-color: #89809E;
}
</style>
border-color css
<style>
span { border-color: #89809E; }
span { border-color: rgb(137,128,158); }
td.TdClassName
{
border-color: #89809E;
}
.TagClassName
{
border-color: #89809E;
}
</style>