Shades of Deluge #897DA9
Tints of Deluge #897DA9
RGB
CMYK
RGB Variations
Color information
#897DA9 (or 0x897DA9) is known color: Deluge. HEX triplet: 89, 7D and A9. RGB value is (137,125,169). Sum of RGB (Red+Green+Blue) = 137+125+169=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 169 - color contains mainly: blue. Hex color #897DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897DA9 is #768256. Grayscale: #858585. Windows color (decimal): -7766615 or 11107721. OLE color: 11107721.
HSL color Cylindrical-coordinate representation of color #897DA9: hue angle of 256.36º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #897DA9 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 125 | 169 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.34 |
| HSL | 256.36º | 0.2% | 0.58% | - |
| HSV(B) | 256.36º | 0.26% | 0.66% | - |
| XYZ | 24.81 | 22.85 | 40.64 | - |
| YUV | 133.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 169 | 0.19 | 0.26 | 0 | 0.34 | 256.36 | 0.2 | 0.58 |
| Hex | 89 | 7D | A9 | 13 | 1A | 0 | 22 | 100 | 14 | 3A |
| Octal | 211 | 175 | 251 | 23 | 32 | 0 | 42 | 400 | 24 | 72 |
| Binary | 10001001 | 1111101 | 10101001 | 10011 | 11010 | 0 | 100010 | 100000000 | 10100 | 111010 |
Color Harmonies of #897DA9
Complementary color
Monochromatic Colors of #897DA9
Black with #897DA9
Text Example
Text Example
White with #897DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897DA9; }
p { color: rgb(137,125,169); }
H1.HeaderClassName
{
color: #897DA9;
}
.AnyTagClassName
{
color: #897DA9;
}
</style>
background-color css
<style>
a { background-color: #897DA9; }
a { background-color: rgb(137,125,169); }
div.DivClassName
{
background-color: #897DA9;
}
.BgClassName
{
background-color: #897DA9;
}
</style>
border-color css
<style>
span { border-color: #897DA9; }
span { border-color: rgb(137,125,169); }
td.TdClassName
{
border-color: #897DA9;
}
.TagClassName
{
border-color: #897DA9;
}
</style>