Shades of Deluge #897AB4
Tints of Deluge #897AB4
RGB
CMYK
RGB Variations
Color information
#897AB4 (or 0x897AB4) is known color: Deluge. HEX triplet: 89, 7A and B4. RGB value is (137,122,180). Sum of RGB (Red+Green+Blue) = 137+122+180=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #897AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897AB4 is #76854B. Grayscale: #848484. Windows color (decimal): -7767372 or 11827849. OLE color: 11827849.
HSL color Cylindrical-coordinate representation of color #897AB4: hue angle of 255.52º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #897AB4 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 122 | 180 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.29 |
| HSL | 255.52º | 0.28% | 0.59% | - |
| HSV(B) | 255.52º | 0.32% | 0.71% | - |
| XYZ | 25.51 | 22.53 | 46.18 | - |
| YUV | 133.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 180 | 0.24 | 0.32 | 0 | 0.29 | 255.52 | 0.28 | 0.59 |
| Hex | 89 | 7A | B4 | 18 | 20 | 0 | 1D | 100 | 1C | 3B |
| Octal | 211 | 172 | 264 | 30 | 40 | 0 | 35 | 400 | 34 | 73 |
| Binary | 10001001 | 1111010 | 10110100 | 11000 | 100000 | 0 | 11101 | 100000000 | 11100 | 111011 |
Color Harmonies of #897AB4
Complementary color
Monochromatic Colors of #897AB4
Black with #897AB4
Text Example
Text Example
White with #897AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897AB4; }
p { color: rgb(137,122,180); }
H1.HeaderClassName
{
color: #897AB4;
}
.AnyTagClassName
{
color: #897AB4;
}
</style>
background-color css
<style>
a { background-color: #897AB4; }
a { background-color: rgb(137,122,180); }
div.DivClassName
{
background-color: #897AB4;
}
.BgClassName
{
background-color: #897AB4;
}
</style>
border-color css
<style>
span { border-color: #897AB4; }
span { border-color: rgb(137,122,180); }
td.TdClassName
{
border-color: #897AB4;
}
.TagClassName
{
border-color: #897AB4;
}
</style>