Shades of Deluge #897CA4
Tints of Deluge #897CA4
RGB
CMYK
RGB Variations
Color information
#897CA4 (or 0x897CA4) is known color: Deluge. HEX triplet: 89, 7C and A4. RGB value is (137,124,164). Sum of RGB (Red+Green+Blue) = 137+124+164=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 164 - color contains mainly: blue. Hex color #897CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897CA4 is #76835B. Grayscale: #848484. Windows color (decimal): -7766876 or 10779785. OLE color: 10779785.
HSL color Cylindrical-coordinate representation of color #897CA4: hue angle of 259.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #897CA4 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 124 | 164 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.36 |
| HSL | 259.5º | 0.18% | 0.56% | - |
| HSV(B) | 259.5º | 0.24% | 0.64% | - |
| XYZ | 24.23 | 22.41 | 38.17 | - |
| YUV | 132.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 164 | 0.16 | 0.24 | 0 | 0.36 | 259.5 | 0.18 | 0.56 |
| Hex | 89 | 7C | A4 | 10 | 18 | 0 | 24 | 104 | 12 | 38 |
| Octal | 211 | 174 | 244 | 20 | 30 | 0 | 44 | 404 | 22 | 70 |
| Binary | 10001001 | 1111100 | 10100100 | 10000 | 11000 | 0 | 100100 | 100000100 | 10010 | 111000 |
Color Harmonies of #897CA4
Complementary color
Monochromatic Colors of #897CA4
Black with #897CA4
Text Example
Text Example
White with #897CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897CA4; }
p { color: rgb(137,124,164); }
H1.HeaderClassName
{
color: #897CA4;
}
.AnyTagClassName
{
color: #897CA4;
}
</style>
background-color css
<style>
a { background-color: #897CA4; }
a { background-color: rgb(137,124,164); }
div.DivClassName
{
background-color: #897CA4;
}
.BgClassName
{
background-color: #897CA4;
}
</style>
border-color css
<style>
span { border-color: #897CA4; }
span { border-color: rgb(137,124,164); }
td.TdClassName
{
border-color: #897CA4;
}
.TagClassName
{
border-color: #897CA4;
}
</style>