Shades of Deluge #797599
Tints of Deluge #797599
RGB
CMYK
RGB Variations
Color information
#797599 (or 0x797599) is known color: Deluge. HEX triplet: 79, 75 and 99. RGB value is (121,117,153). Sum of RGB (Red+Green+Blue) = 121+117+153=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #797599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797599 is #868A66. Grayscale: #7A7A7A. Windows color (decimal): -8817255 or 10057081. OLE color: 10057081.
HSL color Cylindrical-coordinate representation of color #797599: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #797599 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 117 | 153 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.4 |
| HSL | 246.67º | 0.15% | 0.53% | - |
| HSV(B) | 246.67º | 0.24% | 0.6% | - |
| XYZ | 20 | 19.09 | 32.77 | - |
| YUV | 122.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 153 | 0.21 | 0.24 | 0 | 0.4 | 246.67 | 0.15 | 0.53 |
| Hex | 79 | 75 | 99 | 15 | 18 | 0 | 28 | F7 | F | 35 |
| Octal | 171 | 165 | 231 | 25 | 30 | 0 | 50 | 367 | 17 | 65 |
| Binary | 1111001 | 1110101 | 10011001 | 10101 | 11000 | 0 | 101000 | 11110111 | 1111 | 110101 |
Color Harmonies of #797599
Complementary color
Monochromatic Colors of #797599
Black with #797599
Text Example
Text Example
White with #797599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797599; }
p { color: rgb(121,117,153); }
H1.HeaderClassName
{
color: #797599;
}
.AnyTagClassName
{
color: #797599;
}
</style>
background-color css
<style>
a { background-color: #797599; }
a { background-color: rgb(121,117,153); }
div.DivClassName
{
background-color: #797599;
}
.BgClassName
{
background-color: #797599;
}
</style>
border-color css
<style>
span { border-color: #797599; }
span { border-color: rgb(121,117,153); }
td.TdClassName
{
border-color: #797599;
}
.TagClassName
{
border-color: #797599;
}
</style>