Shades of Deluge #898399
Tints of Deluge #898399
RGB
CMYK
RGB Variations
Color information
#898399 (or 0x898399) is known color: Deluge. HEX triplet: 89, 83 and 99. RGB value is (137,131,153). Sum of RGB (Red+Green+Blue) = 137+131+153=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #898399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898399 is #767C66. Grayscale: #878787. Windows color (decimal): -7765095 or 10060681. OLE color: 10060681.
HSL color Cylindrical-coordinate representation of color #898399: hue angle of 256.36º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #898399 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 131 | 153 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.4 |
| HSL | 256.36º | 0.1% | 0.56% | - |
| HSV(B) | 256.36º | 0.14% | 0.6% | - |
| XYZ | 24.18 | 23.85 | 33.47 | - |
| YUV | 135.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 153 | 0.10 | 0.14 | 0 | 0.4 | 256.36 | 0.1 | 0.56 |
| Hex | 89 | 83 | 99 | A | E | 0 | 28 | 100 | A | 38 |
| Octal | 211 | 203 | 231 | 12 | 16 | 0 | 50 | 400 | 12 | 70 |
| Binary | 10001001 | 10000011 | 10011001 | 1010 | 1110 | 0 | 101000 | 100000000 | 1010 | 111000 |
Color Harmonies of #898399
Complementary color
Monochromatic Colors of #898399
Black with #898399
Text Example
Text Example
White with #898399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898399; }
p { color: rgb(137,131,153); }
H1.HeaderClassName
{
color: #898399;
}
.AnyTagClassName
{
color: #898399;
}
</style>
background-color css
<style>
a { background-color: #898399; }
a { background-color: rgb(137,131,153); }
div.DivClassName
{
background-color: #898399;
}
.BgClassName
{
background-color: #898399;
}
</style>
border-color css
<style>
span { border-color: #898399; }
span { border-color: rgb(137,131,153); }
td.TdClassName
{
border-color: #898399;
}
.TagClassName
{
border-color: #898399;
}
</style>