Shades of Deluge #8979B1
Tints of Deluge #8979B1
RGB
CMYK
RGB Variations
Color information
#8979B1 (or 0x8979B1) is known color: Deluge. HEX triplet: 89, 79 and B1. RGB value is (137,121,177). Sum of RGB (Red+Green+Blue) = 137+121+177=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #8979B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8979B1 is #76864E. Grayscale: #838383. Windows color (decimal): -7767631 or 11630985. OLE color: 11630985.
HSL color Cylindrical-coordinate representation of color #8979B1: hue angle of 257.14º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8979B1 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 121 | 177 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.31 |
| HSL | 257.14º | 0.26% | 0.58% | - |
| HSV(B) | 257.14º | 0.32% | 0.69% | - |
| XYZ | 25.09 | 22.17 | 44.55 | - |
| YUV | 132.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 177 | 0.23 | 0.32 | 0 | 0.31 | 257.14 | 0.26 | 0.58 |
| Hex | 89 | 79 | B1 | 17 | 20 | 0 | 1F | 101 | 1A | 3A |
| Octal | 211 | 171 | 261 | 27 | 40 | 0 | 37 | 401 | 32 | 72 |
| Binary | 10001001 | 1111001 | 10110001 | 10111 | 100000 | 0 | 11111 | 100000001 | 11010 | 111010 |
Color Harmonies of #8979B1
Complementary color
Monochromatic Colors of #8979B1
Black with #8979B1
Text Example
Text Example
White with #8979B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8979B1; }
p { color: rgb(137,121,177); }
H1.HeaderClassName
{
color: #8979B1;
}
.AnyTagClassName
{
color: #8979B1;
}
</style>
background-color css
<style>
a { background-color: #8979B1; }
a { background-color: rgb(137,121,177); }
div.DivClassName
{
background-color: #8979B1;
}
.BgClassName
{
background-color: #8979B1;
}
</style>
border-color css
<style>
span { border-color: #8979B1; }
span { border-color: rgb(137,121,177); }
td.TdClassName
{
border-color: #8979B1;
}
.TagClassName
{
border-color: #8979B1;
}
</style>