Shades of Deluge #89819E
Tints of Deluge #89819E
RGB
CMYK
RGB Variations
Color information
#89819E (or 0x89819E) is known color: Deluge. HEX triplet: 89, 81 and 9E. RGB value is (137,129,158). Sum of RGB (Red+Green+Blue) = 137+129+158=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #89819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89819E is #767E61. Grayscale: #868686. Windows color (decimal): -7765602 or 10387849. OLE color: 10387849.
HSL color Cylindrical-coordinate representation of color #89819E: hue angle of 256.55º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #89819E is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 129 | 158 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.38 |
| HSL | 256.55º | 0.13% | 0.56% | - |
| HSV(B) | 256.55º | 0.18% | 0.62% | - |
| XYZ | 24.34 | 23.49 | 35.6 | - |
| YUV | 134.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 158 | 0.13 | 0.18 | 0 | 0.38 | 256.55 | 0.13 | 0.56 |
| Hex | 89 | 81 | 9E | D | 12 | 0 | 26 | 101 | D | 38 |
| Octal | 211 | 201 | 236 | 15 | 22 | 0 | 46 | 401 | 15 | 70 |
| Binary | 10001001 | 10000001 | 10011110 | 1101 | 10010 | 0 | 100110 | 100000001 | 1101 | 111000 |
Color Harmonies of #89819E
Complementary color
Monochromatic Colors of #89819E
Black with #89819E
Text Example
Text Example
White with #89819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89819E; }
p { color: rgb(137,129,158); }
H1.HeaderClassName
{
color: #89819E;
}
.AnyTagClassName
{
color: #89819E;
}
</style>
background-color css
<style>
a { background-color: #89819E; }
a { background-color: rgb(137,129,158); }
div.DivClassName
{
background-color: #89819E;
}
.BgClassName
{
background-color: #89819E;
}
</style>
border-color css
<style>
span { border-color: #89819E; }
span { border-color: rgb(137,129,158); }
td.TdClassName
{
border-color: #89819E;
}
.TagClassName
{
border-color: #89819E;
}
</style>