Shades of Deluge #796E91
Tints of Deluge #796E91
RGB
CMYK
RGB Variations
Color information
#796E91 (or 0x796E91) is known color: Deluge. HEX triplet: 79, 6E and 91. RGB value is (121,110,145). Sum of RGB (Red+Green+Blue) = 121+110+145=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #796E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796E91 is #86916E. Grayscale: #757575. Windows color (decimal): -8819055 or 9531001. OLE color: 9531001.
HSL color Cylindrical-coordinate representation of color #796E91: hue angle of 258.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #796E91 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 110 | 145 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.43 |
| HSL | 258.86º | 0.14% | 0.5% | - |
| HSV(B) | 258.86º | 0.24% | 0.57% | - |
| XYZ | 18.57 | 17.26 | 29.14 | - |
| YUV | 117.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 145 | 0.17 | 0.24 | 0 | 0.43 | 258.86 | 0.14 | 0.5 |
| Hex | 79 | 6E | 91 | 11 | 18 | 0 | 2B | 103 | E | 32 |
| Octal | 171 | 156 | 221 | 21 | 30 | 0 | 53 | 403 | 16 | 62 |
| Binary | 1111001 | 1101110 | 10010001 | 10001 | 11000 | 0 | 101011 | 100000011 | 1110 | 110010 |
Color Harmonies of #796E91
Complementary color
Monochromatic Colors of #796E91
Black with #796E91
Text Example
Text Example
White with #796E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E91; }
p { color: rgb(121,110,145); }
H1.HeaderClassName
{
color: #796E91;
}
.AnyTagClassName
{
color: #796E91;
}
</style>
background-color css
<style>
a { background-color: #796E91; }
a { background-color: rgb(121,110,145); }
div.DivClassName
{
background-color: #796E91;
}
.BgClassName
{
background-color: #796E91;
}
</style>
border-color css
<style>
span { border-color: #796E91; }
span { border-color: rgb(121,110,145); }
td.TdClassName
{
border-color: #796E91;
}
.TagClassName
{
border-color: #796E91;
}
</style>