Shades of Deluge #796A95
Tints of Deluge #796A95
RGB
CMYK
RGB Variations
Color information
#796A95 (or 0x796A95) is known color: Deluge. HEX triplet: 79, 6A and 95. RGB value is (121,106,149). Sum of RGB (Red+Green+Blue) = 121+106+149=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #796A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A95 is #86956A. Grayscale: #737373. Windows color (decimal): -8820075 or 9792121. OLE color: 9792121.
HSL color Cylindrical-coordinate representation of color #796A95: hue angle of 260.93º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #796A95 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 106 | 149 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.42 |
| HSL | 260.93º | 0.17% | 0.5% | - |
| HSV(B) | 260.93º | 0.29% | 0.58% | - |
| XYZ | 18.46 | 16.54 | 30.65 | - |
| YUV | 115.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 149 | 0.19 | 0.29 | 0 | 0.42 | 260.93 | 0.17 | 0.5 |
| Hex | 79 | 6A | 95 | 13 | 1D | 0 | 2A | 105 | 11 | 32 |
| Octal | 171 | 152 | 225 | 23 | 35 | 0 | 52 | 405 | 21 | 62 |
| Binary | 1111001 | 1101010 | 10010101 | 10011 | 11101 | 0 | 101010 | 100000101 | 10001 | 110010 |
Color Harmonies of #796A95
Complementary color
Monochromatic Colors of #796A95
Black with #796A95
Text Example
Text Example
White with #796A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A95; }
p { color: rgb(121,106,149); }
H1.HeaderClassName
{
color: #796A95;
}
.AnyTagClassName
{
color: #796A95;
}
</style>
background-color css
<style>
a { background-color: #796A95; }
a { background-color: rgb(121,106,149); }
div.DivClassName
{
background-color: #796A95;
}
.BgClassName
{
background-color: #796A95;
}
</style>
border-color css
<style>
span { border-color: #796A95; }
span { border-color: rgb(121,106,149); }
td.TdClassName
{
border-color: #796A95;
}
.TagClassName
{
border-color: #796A95;
}
</style>