Shades of Deluge #897D9A
Tints of Deluge #897D9A
RGB
CMYK
RGB Variations
Color information
#897D9A (or 0x897D9A) is known color: Deluge. HEX triplet: 89, 7D and 9A. RGB value is (137,125,154). Sum of RGB (Red+Green+Blue) = 137+125+154=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #897D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897D9A is #768265. Grayscale: #838383. Windows color (decimal): -7766630 or 10124681. OLE color: 10124681.
HSL color Cylindrical-coordinate representation of color #897D9A: hue angle of 264.83º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #897D9A is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 125 | 154 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.40 |
| HSL | 264.83º | 0.13% | 0.55% | - |
| HSV(B) | 264.83º | 0.19% | 0.6% | - |
| XYZ | 23.48 | 22.32 | 33.64 | - |
| YUV | 131.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 125 | 154 | 0.11 | 0.19 | 0 | 0.40 | 264.83 | 0.13 | 0.55 |
| Hex | 89 | 7D | 9A | B | 13 | 0 | 28 | 109 | D | 37 |
| Octal | 211 | 175 | 232 | 13 | 23 | 0 | 50 | 411 | 15 | 67 |
| Binary | 10001001 | 1111101 | 10011010 | 1011 | 10011 | 0 | 101000 | 100001001 | 1101 | 110111 |
Color Harmonies of #897D9A
Complementary color
Monochromatic Colors of #897D9A
Black with #897D9A
Text Example
Text Example
White with #897D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897D9A; }
p { color: rgb(137,125,154); }
H1.HeaderClassName
{
color: #897D9A;
}
.AnyTagClassName
{
color: #897D9A;
}
</style>
background-color css
<style>
a { background-color: #897D9A; }
a { background-color: rgb(137,125,154); }
div.DivClassName
{
background-color: #897D9A;
}
.BgClassName
{
background-color: #897D9A;
}
</style>
border-color css
<style>
span { border-color: #897D9A; }
span { border-color: rgb(137,125,154); }
td.TdClassName
{
border-color: #897D9A;
}
.TagClassName
{
border-color: #897D9A;
}
</style>