Shades of Deluge #897C9B
Tints of Deluge #897C9B
RGB
CMYK
RGB Variations
Color information
#897C9B (or 0x897C9B) is known color: Deluge. HEX triplet: 89, 7C and 9B. RGB value is (137,124,155). Sum of RGB (Red+Green+Blue) = 137+124+155=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #897C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897C9B is #768364. Grayscale: #838383. Windows color (decimal): -7766885 or 10189961. OLE color: 10189961.
HSL color Cylindrical-coordinate representation of color #897C9B: hue angle of 265.16º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #897C9B is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 124 | 155 | - |
| CMYK | 0.12 | 0.2 | 0 | 0.39 |
| HSL | 265.16º | 0.13% | 0.55% | - |
| HSV(B) | 265.16º | 0.2% | 0.61% | - |
| XYZ | 23.44 | 22.1 | 34.04 | - |
| YUV | 131.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 155 | 0.12 | 0.2 | 0 | 0.39 | 265.16 | 0.13 | 0.55 |
| Hex | 89 | 7C | 9B | C | 14 | 0 | 27 | 109 | D | 37 |
| Octal | 211 | 174 | 233 | 14 | 24 | 0 | 47 | 411 | 15 | 67 |
| Binary | 10001001 | 1111100 | 10011011 | 1100 | 10100 | 0 | 100111 | 100001001 | 1101 | 110111 |
Color Harmonies of #897C9B
Complementary color
Monochromatic Colors of #897C9B
Black with #897C9B
Text Example
Text Example
White with #897C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C9B; }
p { color: rgb(137,124,155); }
H1.HeaderClassName
{
color: #897C9B;
}
.AnyTagClassName
{
color: #897C9B;
}
</style>
background-color css
<style>
a { background-color: #897C9B; }
a { background-color: rgb(137,124,155); }
div.DivClassName
{
background-color: #897C9B;
}
.BgClassName
{
background-color: #897C9B;
}
</style>
border-color css
<style>
span { border-color: #897C9B; }
span { border-color: rgb(137,124,155); }
td.TdClassName
{
border-color: #897C9B;
}
.TagClassName
{
border-color: #897C9B;
}
</style>