Shades of Deluge #897CAC
Tints of Deluge #897CAC
RGB
CMYK
RGB Variations
Color information
#897CAC (or 0x897CAC) is known color: Deluge. HEX triplet: 89, 7C and AC. RGB value is (137,124,172). Sum of RGB (Red+Green+Blue) = 137+124+172=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #897CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897CAC is #768353. Grayscale: #858585. Windows color (decimal): -7766868 or 11304073. OLE color: 11304073.
HSL color Cylindrical-coordinate representation of color #897CAC: hue angle of 256.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #897CAC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 124 | 172 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.33 |
| HSL | 256.25º | 0.22% | 0.58% | - |
| HSV(B) | 256.25º | 0.28% | 0.67% | - |
| XYZ | 24.97 | 22.71 | 42.1 | - |
| YUV | 133.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 172 | 0.20 | 0.28 | 0 | 0.33 | 256.25 | 0.22 | 0.58 |
| Hex | 89 | 7C | AC | 14 | 1C | 0 | 21 | 100 | 16 | 3A |
| Octal | 211 | 174 | 254 | 24 | 34 | 0 | 41 | 400 | 26 | 72 |
| Binary | 10001001 | 1111100 | 10101100 | 10100 | 11100 | 0 | 100001 | 100000000 | 10110 | 111010 |
Color Harmonies of #897CAC
Complementary color
Monochromatic Colors of #897CAC
Black with #897CAC
Text Example
Text Example
White with #897CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897CAC; }
p { color: rgb(137,124,172); }
H1.HeaderClassName
{
color: #897CAC;
}
.AnyTagClassName
{
color: #897CAC;
}
</style>
background-color css
<style>
a { background-color: #897CAC; }
a { background-color: rgb(137,124,172); }
div.DivClassName
{
background-color: #897CAC;
}
.BgClassName
{
background-color: #897CAC;
}
</style>
border-color css
<style>
span { border-color: #897CAC; }
span { border-color: rgb(137,124,172); }
td.TdClassName
{
border-color: #897CAC;
}
.TagClassName
{
border-color: #897CAC;
}
</style>