Shades of Deluge #897F99
Tints of Deluge #897F99
RGB
CMYK
RGB Variations
Color information
#897F99 (or 0x897F99) is known color: Deluge. HEX triplet: 89, 7F and 99. RGB value is (137,127,153). Sum of RGB (Red+Green+Blue) = 137+127+153=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #897F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897F99 is #768066. Grayscale: #848484. Windows color (decimal): -7766119 or 10059657. OLE color: 10059657.
HSL color Cylindrical-coordinate representation of color #897F99: hue angle of 263.08º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #897F99 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 127 | 153 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.4 |
| HSL | 263.08º | 0.11% | 0.55% | - |
| HSV(B) | 263.08º | 0.17% | 0.6% | - |
| XYZ | 23.66 | 22.8 | 33.29 | - |
| YUV | 132.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 153 | 0.10 | 0.17 | 0 | 0.4 | 263.08 | 0.11 | 0.55 |
| Hex | 89 | 7F | 99 | A | 11 | 0 | 28 | 107 | B | 37 |
| Octal | 211 | 177 | 231 | 12 | 21 | 0 | 50 | 407 | 13 | 67 |
| Binary | 10001001 | 1111111 | 10011001 | 1010 | 10001 | 0 | 101000 | 100000111 | 1011 | 110111 |
Color Harmonies of #897F99
Complementary color
Monochromatic Colors of #897F99
Black with #897F99
Text Example
Text Example
White with #897F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897F99; }
p { color: rgb(137,127,153); }
H1.HeaderClassName
{
color: #897F99;
}
.AnyTagClassName
{
color: #897F99;
}
</style>
background-color css
<style>
a { background-color: #897F99; }
a { background-color: rgb(137,127,153); }
div.DivClassName
{
background-color: #897F99;
}
.BgClassName
{
background-color: #897F99;
}
</style>
border-color css
<style>
span { border-color: #897F99; }
span { border-color: rgb(137,127,153); }
td.TdClassName
{
border-color: #897F99;
}
.TagClassName
{
border-color: #897F99;
}
</style>