Shades of Deluge #897EAB
Tints of Deluge #897EAB
RGB
CMYK
RGB Variations
Color information
#897EAB (or 0x897EAB) is known color: Deluge. HEX triplet: 89, 7E and AB. RGB value is (137,126,171). Sum of RGB (Red+Green+Blue) = 137+126+171=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #897EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897EAB is #768154. Grayscale: #868686. Windows color (decimal): -7766357 or 11239049. OLE color: 11239049.
HSL color Cylindrical-coordinate representation of color #897EAB: hue angle of 254.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #897EAB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 126 | 171 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.33 |
| HSL | 254.67º | 0.21% | 0.58% | - |
| HSV(B) | 254.67º | 0.26% | 0.67% | - |
| XYZ | 25.13 | 23.18 | 41.68 | - |
| YUV | 134.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 171 | 0.20 | 0.26 | 0 | 0.33 | 254.67 | 0.21 | 0.58 |
| Hex | 89 | 7E | AB | 14 | 1A | 0 | 21 | FF | 15 | 3A |
| Octal | 211 | 176 | 253 | 24 | 32 | 0 | 41 | 377 | 25 | 72 |
| Binary | 10001001 | 1111110 | 10101011 | 10100 | 11010 | 0 | 100001 | 11111111 | 10101 | 111010 |
Color Harmonies of #897EAB
Complementary color
Monochromatic Colors of #897EAB
Black with #897EAB
Text Example
Text Example
White with #897EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897EAB; }
p { color: rgb(137,126,171); }
H1.HeaderClassName
{
color: #897EAB;
}
.AnyTagClassName
{
color: #897EAB;
}
</style>
background-color css
<style>
a { background-color: #897EAB; }
a { background-color: rgb(137,126,171); }
div.DivClassName
{
background-color: #897EAB;
}
.BgClassName
{
background-color: #897EAB;
}
</style>
border-color css
<style>
span { border-color: #897EAB; }
span { border-color: rgb(137,126,171); }
td.TdClassName
{
border-color: #897EAB;
}
.TagClassName
{
border-color: #897EAB;
}
</style>