Shades of Deluge #796E95
Tints of Deluge #796E95
RGB
CMYK
RGB Variations
Color information
#796E95 (or 0x796E95) is known color: Deluge. HEX triplet: 79, 6E and 95. RGB value is (121,110,149). Sum of RGB (Red+Green+Blue) = 121+110+149=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #796E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796E95 is #86916A. Grayscale: #757575. Windows color (decimal): -8819051 or 9793145. OLE color: 9793145.
HSL color Cylindrical-coordinate representation of color #796E95: hue angle of 256.92º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #796E95 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 110 | 149 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.42 |
| HSL | 256.92º | 0.16% | 0.51% | - |
| HSV(B) | 256.92º | 0.26% | 0.58% | - |
| XYZ | 18.89 | 17.39 | 30.79 | - |
| YUV | 117.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 149 | 0.19 | 0.26 | 0 | 0.42 | 256.92 | 0.16 | 0.51 |
| Hex | 79 | 6E | 95 | 13 | 1A | 0 | 2A | 101 | 10 | 33 |
| Octal | 171 | 156 | 225 | 23 | 32 | 0 | 52 | 401 | 20 | 63 |
| Binary | 1111001 | 1101110 | 10010101 | 10011 | 11010 | 0 | 101010 | 100000001 | 10000 | 110011 |
Color Harmonies of #796E95
Complementary color
Monochromatic Colors of #796E95
Black with #796E95
Text Example
Text Example
White with #796E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E95; }
p { color: rgb(121,110,149); }
H1.HeaderClassName
{
color: #796E95;
}
.AnyTagClassName
{
color: #796E95;
}
</style>
background-color css
<style>
a { background-color: #796E95; }
a { background-color: rgb(121,110,149); }
div.DivClassName
{
background-color: #796E95;
}
.BgClassName
{
background-color: #796E95;
}
</style>
border-color css
<style>
span { border-color: #796E95; }
span { border-color: rgb(121,110,149); }
td.TdClassName
{
border-color: #796E95;
}
.TagClassName
{
border-color: #796E95;
}
</style>