Shades of Deluge #89779E
Tints of Deluge #89779E
RGB
CMYK
RGB Variations
Color information
#89779E (or 0x89779E) is known color: Deluge. HEX triplet: 89, 77 and 9E. RGB value is (137,119,158). Sum of RGB (Red+Green+Blue) = 137+119+158=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #89779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89779E is #768861. Grayscale: #808080. Windows color (decimal): -7768162 or 10385289. OLE color: 10385289.
HSL color Cylindrical-coordinate representation of color #89779E: hue angle of 267.69º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89779E is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 119 | 158 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.38 |
| HSL | 267.69º | 0.17% | 0.54% | - |
| HSV(B) | 267.69º | 0.25% | 0.62% | - |
| XYZ | 23.08 | 20.98 | 35.18 | - |
| YUV | 128.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 158 | 0.13 | 0.25 | 0 | 0.38 | 267.69 | 0.17 | 0.54 |
| Hex | 89 | 77 | 9E | D | 19 | 0 | 26 | 10C | 11 | 36 |
| Octal | 211 | 167 | 236 | 15 | 31 | 0 | 46 | 414 | 21 | 66 |
| Binary | 10001001 | 1110111 | 10011110 | 1101 | 11001 | 0 | 100110 | 100001100 | 10001 | 110110 |
Color Harmonies of #89779E
Complementary color
Monochromatic Colors of #89779E
Black with #89779E
Text Example
Text Example
White with #89779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89779E; }
p { color: rgb(137,119,158); }
H1.HeaderClassName
{
color: #89779E;
}
.AnyTagClassName
{
color: #89779E;
}
</style>
background-color css
<style>
a { background-color: #89779E; }
a { background-color: rgb(137,119,158); }
div.DivClassName
{
background-color: #89779E;
}
.BgClassName
{
background-color: #89779E;
}
</style>
border-color css
<style>
span { border-color: #89779E; }
span { border-color: rgb(137,119,158); }
td.TdClassName
{
border-color: #89779E;
}
.TagClassName
{
border-color: #89779E;
}
</style>