Shades of Deluge #897DAA
Tints of Deluge #897DAA
RGB
CMYK
RGB Variations
Color information
#897DAA (or 0x897DAA) is known color: Deluge. HEX triplet: 89, 7D and AA. RGB value is (137,125,170). Sum of RGB (Red+Green+Blue) = 137+125+170=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #897DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897DAA is #768255. Grayscale: #858585. Windows color (decimal): -7766614 or 11173257. OLE color: 11173257.
HSL color Cylindrical-coordinate representation of color #897DAA: hue angle of 256º 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 #897DAA is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 125 | 170 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.33 |
| HSL | 256º | 0.21% | 0.58% | - |
| HSV(B) | 256º | 0.26% | 0.67% | - |
| XYZ | 24.91 | 22.89 | 41.14 | - |
| YUV | 133.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 170 | 0.19 | 0.26 | 0 | 0.33 | 256 | 0.21 | 0.58 |
| Hex | 89 | 7D | AA | 13 | 1A | 0 | 21 | 100 | 15 | 3A |
| Octal | 211 | 175 | 252 | 23 | 32 | 0 | 41 | 400 | 25 | 72 |
| Binary | 10001001 | 1111101 | 10101010 | 10011 | 11010 | 0 | 100001 | 100000000 | 10101 | 111010 |
Color Harmonies of #897DAA
Complementary color
Monochromatic Colors of #897DAA
Black with #897DAA
Text Example
Text Example
White with #897DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897DAA; }
p { color: rgb(137,125,170); }
H1.HeaderClassName
{
color: #897DAA;
}
.AnyTagClassName
{
color: #897DAA;
}
</style>
background-color css
<style>
a { background-color: #897DAA; }
a { background-color: rgb(137,125,170); }
div.DivClassName
{
background-color: #897DAA;
}
.BgClassName
{
background-color: #897DAA;
}
</style>
border-color css
<style>
span { border-color: #897DAA; }
span { border-color: rgb(137,125,170); }
td.TdClassName
{
border-color: #897DAA;
}
.TagClassName
{
border-color: #897DAA;
}
</style>