Shades of Deluge #897AAF
Tints of Deluge #897AAF
RGB
CMYK
RGB Variations
Color information
#897AAF (or 0x897AAF) is known color: Deluge. HEX triplet: 89, 7A and AF. RGB value is (137,122,175). Sum of RGB (Red+Green+Blue) = 137+122+175=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #897AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897AAF is #768550. Grayscale: #848484. Windows color (decimal): -7767377 or 11500169. OLE color: 11500169.
HSL color Cylindrical-coordinate representation of color #897AAF: hue angle of 256.98º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #897AAF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 122 | 175 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.31 |
| HSL | 256.98º | 0.25% | 0.58% | - |
| HSV(B) | 256.98º | 0.3% | 0.69% | - |
| XYZ | 25.01 | 22.33 | 43.55 | - |
| YUV | 132.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 175 | 0.22 | 0.30 | 0 | 0.31 | 256.98 | 0.25 | 0.58 |
| Hex | 89 | 7A | AF | 16 | 1E | 0 | 1F | 101 | 19 | 3A |
| Octal | 211 | 172 | 257 | 26 | 36 | 0 | 37 | 401 | 31 | 72 |
| Binary | 10001001 | 1111010 | 10101111 | 10110 | 11110 | 0 | 11111 | 100000001 | 11001 | 111010 |
Color Harmonies of #897AAF
Complementary color
Monochromatic Colors of #897AAF
Black with #897AAF
Text Example
Text Example
White with #897AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897AAF; }
p { color: rgb(137,122,175); }
H1.HeaderClassName
{
color: #897AAF;
}
.AnyTagClassName
{
color: #897AAF;
}
</style>
background-color css
<style>
a { background-color: #897AAF; }
a { background-color: rgb(137,122,175); }
div.DivClassName
{
background-color: #897AAF;
}
.BgClassName
{
background-color: #897AAF;
}
</style>
border-color css
<style>
span { border-color: #897AAF; }
span { border-color: rgb(137,122,175); }
td.TdClassName
{
border-color: #897AAF;
}
.TagClassName
{
border-color: #897AAF;
}
</style>