Shades of Deluge #89829A
Tints of Deluge #89829A
RGB
CMYK
RGB Variations
Color information
#89829A (or 0x89829A) is known color: Deluge. HEX triplet: 89, 82 and 9A. RGB value is (137,130,154). Sum of RGB (Red+Green+Blue) = 137+130+154=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 154 - color contains mainly: blue. Hex color #89829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89829A is #767D65. Grayscale: #868686. Windows color (decimal): -7765350 or 10125961. OLE color: 10125961.
HSL color Cylindrical-coordinate representation of color #89829A: hue angle of 257.5º 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 #89829A is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 130 | 154 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.40 |
| HSL | 257.5º | 0.11% | 0.56% | - |
| HSV(B) | 257.5º | 0.16% | 0.6% | - |
| XYZ | 24.13 | 23.62 | 33.86 | - |
| YUV | 134.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 154 | 0.11 | 0.16 | 0 | 0.40 | 257.5 | 0.11 | 0.56 |
| Hex | 89 | 82 | 9A | B | 10 | 0 | 28 | 102 | B | 38 |
| Octal | 211 | 202 | 232 | 13 | 20 | 0 | 50 | 402 | 13 | 70 |
| Binary | 10001001 | 10000010 | 10011010 | 1011 | 10000 | 0 | 101000 | 100000010 | 1011 | 111000 |
Color Harmonies of #89829A
Complementary color
Monochromatic Colors of #89829A
Black with #89829A
Text Example
Text Example
White with #89829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89829A; }
p { color: rgb(137,130,154); }
H1.HeaderClassName
{
color: #89829A;
}
.AnyTagClassName
{
color: #89829A;
}
</style>
background-color css
<style>
a { background-color: #89829A; }
a { background-color: rgb(137,130,154); }
div.DivClassName
{
background-color: #89829A;
}
.BgClassName
{
background-color: #89829A;
}
</style>
border-color css
<style>
span { border-color: #89829A; }
span { border-color: rgb(137,130,154); }
td.TdClassName
{
border-color: #89829A;
}
.TagClassName
{
border-color: #89829A;
}
</style>