Shades of Deluge #897AB3
Tints of Deluge #897AB3
RGB
CMYK
RGB Variations
Color information
#897AB3 (or 0x897AB3) is known color: Deluge. HEX triplet: 89, 7A and B3. RGB value is (137,122,179). Sum of RGB (Red+Green+Blue) = 137+122+179=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #897AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897AB3 is #76854C. Grayscale: #848484. Windows color (decimal): -7767373 or 11762313. OLE color: 11762313.
HSL color Cylindrical-coordinate representation of color #897AB3: hue angle of 255.79º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #897AB3 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 122 | 179 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.30 |
| HSL | 255.79º | 0.27% | 0.59% | - |
| HSV(B) | 255.79º | 0.32% | 0.7% | - |
| XYZ | 25.41 | 22.49 | 45.65 | - |
| YUV | 132.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 179 | 0.23 | 0.32 | 0 | 0.30 | 255.79 | 0.27 | 0.59 |
| Hex | 89 | 7A | B3 | 17 | 20 | 0 | 1E | 100 | 1B | 3B |
| Octal | 211 | 172 | 263 | 27 | 40 | 0 | 36 | 400 | 33 | 73 |
| Binary | 10001001 | 1111010 | 10110011 | 10111 | 100000 | 0 | 11110 | 100000000 | 11011 | 111011 |
Color Harmonies of #897AB3
Complementary color
Monochromatic Colors of #897AB3
Black with #897AB3
Text Example
Text Example
White with #897AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897AB3; }
p { color: rgb(137,122,179); }
H1.HeaderClassName
{
color: #897AB3;
}
.AnyTagClassName
{
color: #897AB3;
}
</style>
background-color css
<style>
a { background-color: #897AB3; }
a { background-color: rgb(137,122,179); }
div.DivClassName
{
background-color: #897AB3;
}
.BgClassName
{
background-color: #897AB3;
}
</style>
border-color css
<style>
span { border-color: #897AB3; }
span { border-color: rgb(137,122,179); }
td.TdClassName
{
border-color: #897AB3;
}
.TagClassName
{
border-color: #897AB3;
}
</style>