Shades of Deluge #897FA2
Tints of Deluge #897FA2
RGB
CMYK
RGB Variations
Color information
#897FA2 (or 0x897FA2) is known color: Deluge. HEX triplet: 89, 7F and A2. RGB value is (137,127,162). Sum of RGB (Red+Green+Blue) = 137+127+162=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 162 - color contains mainly: blue. Hex color #897FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897FA2 is #76805D. Grayscale: #858585. Windows color (decimal): -7766110 or 10649481. OLE color: 10649481.
HSL color Cylindrical-coordinate representation of color #897FA2: hue angle of 257.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #897FA2 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 127 | 162 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.36 |
| HSL | 257.14º | 0.16% | 0.57% | - |
| HSV(B) | 257.14º | 0.22% | 0.64% | - |
| XYZ | 24.43 | 23.11 | 37.35 | - |
| YUV | 133.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 127 | 162 | 0.15 | 0.22 | 0 | 0.36 | 257.14 | 0.16 | 0.57 |
| Hex | 89 | 7F | A2 | F | 16 | 0 | 24 | 101 | 10 | 39 |
| Octal | 211 | 177 | 242 | 17 | 26 | 0 | 44 | 401 | 20 | 71 |
| Binary | 10001001 | 1111111 | 10100010 | 1111 | 10110 | 0 | 100100 | 100000001 | 10000 | 111001 |
Color Harmonies of #897FA2
Complementary color
Monochromatic Colors of #897FA2
Black with #897FA2
Text Example
Text Example
White with #897FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897FA2; }
p { color: rgb(137,127,162); }
H1.HeaderClassName
{
color: #897FA2;
}
.AnyTagClassName
{
color: #897FA2;
}
</style>
background-color css
<style>
a { background-color: #897FA2; }
a { background-color: rgb(137,127,162); }
div.DivClassName
{
background-color: #897FA2;
}
.BgClassName
{
background-color: #897FA2;
}
</style>
border-color css
<style>
span { border-color: #897FA2; }
span { border-color: rgb(137,127,162); }
td.TdClassName
{
border-color: #897FA2;
}
.TagClassName
{
border-color: #897FA2;
}
</style>