Shades of Deluge #898099
Tints of Deluge #898099
RGB
CMYK
RGB Variations
Color information
#898099 (or 0x898099) is known color: Deluge. HEX triplet: 89, 80 and 99. RGB value is (137,128,153). Sum of RGB (Red+Green+Blue) = 137+128+153=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #898099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898099 is #767F66. Grayscale: #858585. Windows color (decimal): -7765863 or 10059913. OLE color: 10059913.
HSL color Cylindrical-coordinate representation of color #898099: hue angle of 261.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #898099 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 128 | 153 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.4 |
| HSL | 261.6º | 0.11% | 0.55% | - |
| HSV(B) | 261.6º | 0.16% | 0.6% | - |
| XYZ | 23.79 | 23.06 | 33.33 | - |
| YUV | 133.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 153 | 0.10 | 0.16 | 0 | 0.4 | 261.6 | 0.11 | 0.55 |
| Hex | 89 | 80 | 99 | A | 10 | 0 | 28 | 106 | B | 37 |
| Octal | 211 | 200 | 231 | 12 | 20 | 0 | 50 | 406 | 13 | 67 |
| Binary | 10001001 | 10000000 | 10011001 | 1010 | 10000 | 0 | 101000 | 100000110 | 1011 | 110111 |
Color Harmonies of #898099
Complementary color
Monochromatic Colors of #898099
Black with #898099
Text Example
Text Example
White with #898099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898099; }
p { color: rgb(137,128,153); }
H1.HeaderClassName
{
color: #898099;
}
.AnyTagClassName
{
color: #898099;
}
</style>
background-color css
<style>
a { background-color: #898099; }
a { background-color: rgb(137,128,153); }
div.DivClassName
{
background-color: #898099;
}
.BgClassName
{
background-color: #898099;
}
</style>
border-color css
<style>
span { border-color: #898099; }
span { border-color: rgb(137,128,153); }
td.TdClassName
{
border-color: #898099;
}
.TagClassName
{
border-color: #898099;
}
</style>