Shades of Deluge #8977AB
Tints of Deluge #8977AB
RGB
CMYK
RGB Variations
Color information
#8977AB (or 0x8977AB) is known color: Deluge. HEX triplet: 89, 77 and AB. RGB value is (137,119,171). Sum of RGB (Red+Green+Blue) = 137+119+171=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #8977AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8977AB is #768854. Grayscale: #828282. Windows color (decimal): -7768149 or 11237257. OLE color: 11237257.
HSL color Cylindrical-coordinate representation of color #8977AB: hue angle of 260.77º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8977AB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 119 | 171 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.33 |
| HSL | 260.77º | 0.24% | 0.57% | - |
| HSV(B) | 260.77º | 0.3% | 0.67% | - |
| XYZ | 24.26 | 21.45 | 41.39 | - |
| YUV | 130.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 171 | 0.20 | 0.30 | 0 | 0.33 | 260.77 | 0.24 | 0.57 |
| Hex | 89 | 77 | AB | 14 | 1E | 0 | 21 | 105 | 18 | 39 |
| Octal | 211 | 167 | 253 | 24 | 36 | 0 | 41 | 405 | 30 | 71 |
| Binary | 10001001 | 1110111 | 10101011 | 10100 | 11110 | 0 | 100001 | 100000101 | 11000 | 111001 |
Color Harmonies of #8977AB
Complementary color
Monochromatic Colors of #8977AB
Black with #8977AB
Text Example
Text Example
White with #8977AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8977AB; }
p { color: rgb(137,119,171); }
H1.HeaderClassName
{
color: #8977AB;
}
.AnyTagClassName
{
color: #8977AB;
}
</style>
background-color css
<style>
a { background-color: #8977AB; }
a { background-color: rgb(137,119,171); }
div.DivClassName
{
background-color: #8977AB;
}
.BgClassName
{
background-color: #8977AB;
}
</style>
border-color css
<style>
span { border-color: #8977AB; }
span { border-color: rgb(137,119,171); }
td.TdClassName
{
border-color: #8977AB;
}
.TagClassName
{
border-color: #8977AB;
}
</style>