Shades of Deluge #897CA9
Tints of Deluge #897CA9
RGB
CMYK
RGB Variations
Color information
#897CA9 (or 0x897CA9) is known color: Deluge. HEX triplet: 89, 7C and A9. RGB value is (137,124,169). Sum of RGB (Red+Green+Blue) = 137+124+169=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 169 - color contains mainly: blue. Hex color #897CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897CA9 is #768356. Grayscale: #848484. Windows color (decimal): -7766871 or 11107465. OLE color: 11107465.
HSL color Cylindrical-coordinate representation of color #897CA9: hue angle of 257.33º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #897CA9 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 124 | 169 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.34 |
| HSL | 257.33º | 0.21% | 0.57% | - |
| HSV(B) | 257.33º | 0.27% | 0.66% | - |
| XYZ | 24.69 | 22.6 | 40.6 | - |
| YUV | 133.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 169 | 0.19 | 0.27 | 0 | 0.34 | 257.33 | 0.21 | 0.57 |
| Hex | 89 | 7C | A9 | 13 | 1B | 0 | 22 | 101 | 15 | 39 |
| Octal | 211 | 174 | 251 | 23 | 33 | 0 | 42 | 401 | 25 | 71 |
| Binary | 10001001 | 1111100 | 10101001 | 10011 | 11011 | 0 | 100010 | 100000001 | 10101 | 111001 |
Color Harmonies of #897CA9
Complementary color
Monochromatic Colors of #897CA9
Black with #897CA9
Text Example
Text Example
White with #897CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897CA9; }
p { color: rgb(137,124,169); }
H1.HeaderClassName
{
color: #897CA9;
}
.AnyTagClassName
{
color: #897CA9;
}
</style>
background-color css
<style>
a { background-color: #897CA9; }
a { background-color: rgb(137,124,169); }
div.DivClassName
{
background-color: #897CA9;
}
.BgClassName
{
background-color: #897CA9;
}
</style>
border-color css
<style>
span { border-color: #897CA9; }
span { border-color: rgb(137,124,169); }
td.TdClassName
{
border-color: #897CA9;
}
.TagClassName
{
border-color: #897CA9;
}
</style>