Shades of Deluge #797090
Tints of Deluge #797090
RGB
CMYK
RGB Variations
Color information
#797090 (or 0x797090) is known color: Deluge. HEX triplet: 79, 70 and 90. RGB value is (121,112,144). Sum of RGB (Red+Green+Blue) = 121+112+144=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #797090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797090 is #868F6F. Grayscale: #767676. Windows color (decimal): -8818544 or 9465977. OLE color: 9465977.
HSL color Cylindrical-coordinate representation of color #797090: hue angle of 256.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #797090 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 112 | 144 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.44 |
| HSL | 256.88º | 0.13% | 0.5% | - |
| HSV(B) | 256.88º | 0.22% | 0.56% | - |
| XYZ | 18.71 | 17.67 | 28.81 | - |
| YUV | 118.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 144 | 0.16 | 0.22 | 0 | 0.44 | 256.88 | 0.13 | 0.5 |
| Hex | 79 | 70 | 90 | 10 | 16 | 0 | 2C | 101 | D | 32 |
| Octal | 171 | 160 | 220 | 20 | 26 | 0 | 54 | 401 | 15 | 62 |
| Binary | 1111001 | 1110000 | 10010000 | 10000 | 10110 | 0 | 101100 | 100000001 | 1101 | 110010 |
Color Harmonies of #797090
Complementary color
Monochromatic Colors of #797090
Black with #797090
Text Example
Text Example
White with #797090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797090; }
p { color: rgb(121,112,144); }
H1.HeaderClassName
{
color: #797090;
}
.AnyTagClassName
{
color: #797090;
}
</style>
background-color css
<style>
a { background-color: #797090; }
a { background-color: rgb(121,112,144); }
div.DivClassName
{
background-color: #797090;
}
.BgClassName
{
background-color: #797090;
}
</style>
border-color css
<style>
span { border-color: #797090; }
span { border-color: rgb(121,112,144); }
td.TdClassName
{
border-color: #797090;
}
.TagClassName
{
border-color: #797090;
}
</style>