Shades of Deluge #897D9E
Tints of Deluge #897D9E
RGB
CMYK
RGB Variations
Color information
#897D9E (or 0x897D9E) is known color: Deluge. HEX triplet: 89, 7D and 9E. RGB value is (137,125,158). Sum of RGB (Red+Green+Blue) = 137+125+158=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #897D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D9E is #768261. Grayscale: #848484. Windows color (decimal): -7766626 or 10386825. OLE color: 10386825.
HSL color Cylindrical-coordinate representation of color #897D9E: hue angle of 261.82º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #897D9E is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 125 | 158 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.38 |
| HSL | 261.82º | 0.15% | 0.55% | - |
| HSV(B) | 261.82º | 0.21% | 0.62% | - |
| XYZ | 23.82 | 22.45 | 35.43 | - |
| YUV | 132.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 158 | 0.13 | 0.21 | 0 | 0.38 | 261.82 | 0.15 | 0.55 |
| Hex | 89 | 7D | 9E | D | 15 | 0 | 26 | 106 | F | 37 |
| Octal | 211 | 175 | 236 | 15 | 25 | 0 | 46 | 406 | 17 | 67 |
| Binary | 10001001 | 1111101 | 10011110 | 1101 | 10101 | 0 | 100110 | 100000110 | 1111 | 110111 |
Color Harmonies of #897D9E
Complementary color
Monochromatic Colors of #897D9E
Black with #897D9E
Text Example
Text Example
White with #897D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897D9E; }
p { color: rgb(137,125,158); }
H1.HeaderClassName
{
color: #897D9E;
}
.AnyTagClassName
{
color: #897D9E;
}
</style>
background-color css
<style>
a { background-color: #897D9E; }
a { background-color: rgb(137,125,158); }
div.DivClassName
{
background-color: #897D9E;
}
.BgClassName
{
background-color: #897D9E;
}
</style>
border-color css
<style>
span { border-color: #897D9E; }
span { border-color: rgb(137,125,158); }
td.TdClassName
{
border-color: #897D9E;
}
.TagClassName
{
border-color: #897D9E;
}
</style>