Shades of Deluge #8979A2
Tints of Deluge #8979A2
RGB
CMYK
RGB Variations
Color information
#8979A2 (or 0x8979A2) is known color: Deluge. HEX triplet: 89, 79 and A2. RGB value is (137,121,162). Sum of RGB (Red+Green+Blue) = 137+121+162=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 162 - color contains mainly: blue. Hex color #8979A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8979A2 is #76865D. Grayscale: #828282. Windows color (decimal): -7767646 or 10647945. OLE color: 10647945.
HSL color Cylindrical-coordinate representation of color #8979A2: hue angle of 263.41º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8979A2 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 121 | 162 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.36 |
| HSL | 263.41º | 0.18% | 0.55% | - |
| HSV(B) | 263.41º | 0.25% | 0.64% | - |
| XYZ | 23.68 | 21.6 | 37.1 | - |
| YUV | 130.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 162 | 0.15 | 0.25 | 0 | 0.36 | 263.41 | 0.18 | 0.55 |
| Hex | 89 | 79 | A2 | F | 19 | 0 | 24 | 107 | 12 | 37 |
| Octal | 211 | 171 | 242 | 17 | 31 | 0 | 44 | 407 | 22 | 67 |
| Binary | 10001001 | 1111001 | 10100010 | 1111 | 11001 | 0 | 100100 | 100000111 | 10010 | 110111 |
Color Harmonies of #8979A2
Complementary color
Monochromatic Colors of #8979A2
Black with #8979A2
Text Example
Text Example
White with #8979A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8979A2; }
p { color: rgb(137,121,162); }
H1.HeaderClassName
{
color: #8979A2;
}
.AnyTagClassName
{
color: #8979A2;
}
</style>
background-color css
<style>
a { background-color: #8979A2; }
a { background-color: rgb(137,121,162); }
div.DivClassName
{
background-color: #8979A2;
}
.BgClassName
{
background-color: #8979A2;
}
</style>
border-color css
<style>
span { border-color: #8979A2; }
span { border-color: rgb(137,121,162); }
td.TdClassName
{
border-color: #8979A2;
}
.TagClassName
{
border-color: #8979A2;
}
</style>