Shades of Deluge #796D9F
Tints of Deluge #796D9F
RGB
CMYK
RGB Variations
Color information
#796D9F (or 0x796D9F) is known color: Deluge. HEX triplet: 79, 6D and 9F. RGB value is (121,109,159). Sum of RGB (Red+Green+Blue) = 121+109+159=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #796D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796D9F is #869260. Grayscale: #767676. Windows color (decimal): -8819297 or 10448249. OLE color: 10448249.
HSL color Cylindrical-coordinate representation of color #796D9F: hue angle of 254.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #796D9F is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 109 | 159 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.38 |
| HSL | 254.4º | 0.21% | 0.53% | - |
| HSV(B) | 254.4º | 0.31% | 0.62% | - |
| XYZ | 19.61 | 17.51 | 35.15 | - |
| YUV | 118.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 159 | 0.24 | 0.31 | 0 | 0.38 | 254.4 | 0.21 | 0.53 |
| Hex | 79 | 6D | 9F | 18 | 1F | 0 | 26 | FE | 15 | 35 |
| Octal | 171 | 155 | 237 | 30 | 37 | 0 | 46 | 376 | 25 | 65 |
| Binary | 1111001 | 1101101 | 10011111 | 11000 | 11111 | 0 | 100110 | 11111110 | 10101 | 110101 |
Color Harmonies of #796D9F
Complementary color
Monochromatic Colors of #796D9F
Black with #796D9F
Text Example
Text Example
White with #796D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D9F; }
p { color: rgb(121,109,159); }
H1.HeaderClassName
{
color: #796D9F;
}
.AnyTagClassName
{
color: #796D9F;
}
</style>
background-color css
<style>
a { background-color: #796D9F; }
a { background-color: rgb(121,109,159); }
div.DivClassName
{
background-color: #796D9F;
}
.BgClassName
{
background-color: #796D9F;
}
</style>
border-color css
<style>
span { border-color: #796D9F; }
span { border-color: rgb(121,109,159); }
td.TdClassName
{
border-color: #796D9F;
}
.TagClassName
{
border-color: #796D9F;
}
</style>