Shades of Deluge #8977AE
Tints of Deluge #8977AE
RGB
CMYK
RGB Variations
Color information
#8977AE (or 0x8977AE) is known color: Deluge. HEX triplet: 89, 77 and AE. RGB value is (137,119,174). Sum of RGB (Red+Green+Blue) = 137+119+174=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #8977AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8977AE is #768851. Grayscale: #828282. Windows color (decimal): -7768146 or 11433865. OLE color: 11433865.
HSL color Cylindrical-coordinate representation of color #8977AE: hue angle of 259.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8977AE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 119 | 174 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.32 |
| HSL | 259.64º | 0.25% | 0.57% | - |
| HSV(B) | 259.64º | 0.32% | 0.68% | - |
| XYZ | 24.55 | 21.57 | 42.91 | - |
| YUV | 130.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 174 | 0.21 | 0.32 | 0 | 0.32 | 259.64 | 0.25 | 0.57 |
| Hex | 89 | 77 | AE | 15 | 20 | 0 | 20 | 104 | 19 | 39 |
| Octal | 211 | 167 | 256 | 25 | 40 | 0 | 40 | 404 | 31 | 71 |
| Binary | 10001001 | 1110111 | 10101110 | 10101 | 100000 | 0 | 100000 | 100000100 | 11001 | 111001 |
Color Harmonies of #8977AE
Complementary color
Monochromatic Colors of #8977AE
Black with #8977AE
Text Example
Text Example
White with #8977AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8977AE; }
p { color: rgb(137,119,174); }
H1.HeaderClassName
{
color: #8977AE;
}
.AnyTagClassName
{
color: #8977AE;
}
</style>
background-color css
<style>
a { background-color: #8977AE; }
a { background-color: rgb(137,119,174); }
div.DivClassName
{
background-color: #8977AE;
}
.BgClassName
{
background-color: #8977AE;
}
</style>
border-color css
<style>
span { border-color: #8977AE; }
span { border-color: rgb(137,119,174); }
td.TdClassName
{
border-color: #8977AE;
}
.TagClassName
{
border-color: #8977AE;
}
</style>