Shades of Deluge #797094
Tints of Deluge #797094
RGB
CMYK
RGB Variations
Color information
#797094 (or 0x797094) is known color: Deluge. HEX triplet: 79, 70 and 94. RGB value is (121,112,148). Sum of RGB (Red+Green+Blue) = 121+112+148=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #797094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797094 is #868F6B. Grayscale: #767676. Windows color (decimal): -8818540 or 9728121. OLE color: 9728121.
HSL color Cylindrical-coordinate representation of color #797094: hue angle of 255º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #797094 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 112 | 148 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.42 |
| HSL | 255º | 0.14% | 0.51% | - |
| HSV(B) | 255º | 0.24% | 0.58% | - |
| XYZ | 19.02 | 17.79 | 30.45 | - |
| YUV | 118.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 148 | 0.18 | 0.24 | 0 | 0.42 | 255 | 0.14 | 0.51 |
| Hex | 79 | 70 | 94 | 12 | 18 | 0 | 2A | FF | E | 33 |
| Octal | 171 | 160 | 224 | 22 | 30 | 0 | 52 | 377 | 16 | 63 |
| Binary | 1111001 | 1110000 | 10010100 | 10010 | 11000 | 0 | 101010 | 11111111 | 1110 | 110011 |
Color Harmonies of #797094
Complementary color
Monochromatic Colors of #797094
Black with #797094
Text Example
Text Example
White with #797094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797094; }
p { color: rgb(121,112,148); }
H1.HeaderClassName
{
color: #797094;
}
.AnyTagClassName
{
color: #797094;
}
</style>
background-color css
<style>
a { background-color: #797094; }
a { background-color: rgb(121,112,148); }
div.DivClassName
{
background-color: #797094;
}
.BgClassName
{
background-color: #797094;
}
</style>
border-color css
<style>
span { border-color: #797094; }
span { border-color: rgb(121,112,148); }
td.TdClassName
{
border-color: #797094;
}
.TagClassName
{
border-color: #797094;
}
</style>