Shades of Deluge #897EA0
Tints of Deluge #897EA0
RGB
CMYK
RGB Variations
Color information
#897EA0 (or 0x897EA0) is known color: Deluge. HEX triplet: 89, 7E and A0. RGB value is (137,126,160). Sum of RGB (Red+Green+Blue) = 137+126+160=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 160 - color contains mainly: blue. Hex color #897EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897EA0 is #76815F. Grayscale: #858585. Windows color (decimal): -7766368 or 10518153. OLE color: 10518153.
HSL color Cylindrical-coordinate representation of color #897EA0: hue angle of 259.41º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #897EA0 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 126 | 160 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.37 |
| HSL | 259.41º | 0.15% | 0.56% | - |
| HSV(B) | 259.41º | 0.21% | 0.63% | - |
| XYZ | 24.12 | 22.78 | 36.38 | - |
| YUV | 133.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 160 | 0.14 | 0.21 | 0 | 0.37 | 259.41 | 0.15 | 0.56 |
| Hex | 89 | 7E | A0 | E | 15 | 0 | 25 | 103 | F | 38 |
| Octal | 211 | 176 | 240 | 16 | 25 | 0 | 45 | 403 | 17 | 70 |
| Binary | 10001001 | 1111110 | 10100000 | 1110 | 10101 | 0 | 100101 | 100000011 | 1111 | 111000 |
Color Harmonies of #897EA0
Complementary color
Monochromatic Colors of #897EA0
Black with #897EA0
Text Example
Text Example
White with #897EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897EA0; }
p { color: rgb(137,126,160); }
H1.HeaderClassName
{
color: #897EA0;
}
.AnyTagClassName
{
color: #897EA0;
}
</style>
background-color css
<style>
a { background-color: #897EA0; }
a { background-color: rgb(137,126,160); }
div.DivClassName
{
background-color: #897EA0;
}
.BgClassName
{
background-color: #897EA0;
}
</style>
border-color css
<style>
span { border-color: #897EA0; }
span { border-color: rgb(137,126,160); }
td.TdClassName
{
border-color: #897EA0;
}
.TagClassName
{
border-color: #897EA0;
}
</style>