Shades of Deluge #897AB2
Tints of Deluge #897AB2
RGB
CMYK
RGB Variations
Color information
#897AB2 (or 0x897AB2) is known color: Deluge. HEX triplet: 89, 7A and B2. RGB value is (137,122,178). Sum of RGB (Red+Green+Blue) = 137+122+178=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 178 - color contains mainly: blue. Hex color #897AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897AB2 is #76854D. Grayscale: #848484. Windows color (decimal): -7767374 or 11696777. OLE color: 11696777.
HSL color Cylindrical-coordinate representation of color #897AB2: hue angle of 256.07º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #897AB2 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 122 | 178 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.30 |
| HSL | 256.07º | 0.27% | 0.59% | - |
| HSV(B) | 256.07º | 0.31% | 0.7% | - |
| XYZ | 25.31 | 22.45 | 45.12 | - |
| YUV | 132.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 178 | 0.23 | 0.31 | 0 | 0.30 | 256.07 | 0.27 | 0.59 |
| Hex | 89 | 7A | B2 | 17 | 1F | 0 | 1E | 100 | 1B | 3B |
| Octal | 211 | 172 | 262 | 27 | 37 | 0 | 36 | 400 | 33 | 73 |
| Binary | 10001001 | 1111010 | 10110010 | 10111 | 11111 | 0 | 11110 | 100000000 | 11011 | 111011 |
Color Harmonies of #897AB2
Complementary color
Monochromatic Colors of #897AB2
Black with #897AB2
Text Example
Text Example
White with #897AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897AB2; }
p { color: rgb(137,122,178); }
H1.HeaderClassName
{
color: #897AB2;
}
.AnyTagClassName
{
color: #897AB2;
}
</style>
background-color css
<style>
a { background-color: #897AB2; }
a { background-color: rgb(137,122,178); }
div.DivClassName
{
background-color: #897AB2;
}
.BgClassName
{
background-color: #897AB2;
}
</style>
border-color css
<style>
span { border-color: #897AB2; }
span { border-color: rgb(137,122,178); }
td.TdClassName
{
border-color: #897AB2;
}
.TagClassName
{
border-color: #897AB2;
}
</style>