Shades of Deluge #796DA0
Tints of Deluge #796DA0
RGB
CMYK
RGB Variations
Color information
#796DA0 (or 0x796DA0) is known color: Deluge. HEX triplet: 79, 6D and A0. RGB value is (121,109,160). Sum of RGB (Red+Green+Blue) = 121+109+160=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 160 - color contains mainly: blue. Hex color #796DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796DA0 is #86925F. Grayscale: #767676. Windows color (decimal): -8819296 or 10513785. OLE color: 10513785.
HSL color Cylindrical-coordinate representation of color #796DA0: hue angle of 254.12º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #796DA0 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 109 | 160 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.37 |
| HSL | 254.12º | 0.21% | 0.53% | - |
| HSV(B) | 254.12º | 0.32% | 0.63% | - |
| XYZ | 19.7 | 17.54 | 35.61 | - |
| YUV | 118.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 160 | 0.24 | 0.32 | 0 | 0.37 | 254.12 | 0.21 | 0.53 |
| Hex | 79 | 6D | A0 | 18 | 20 | 0 | 25 | FE | 15 | 35 |
| Octal | 171 | 155 | 240 | 30 | 40 | 0 | 45 | 376 | 25 | 65 |
| Binary | 1111001 | 1101101 | 10100000 | 11000 | 100000 | 0 | 100101 | 11111110 | 10101 | 110101 |
Color Harmonies of #796DA0
Complementary color
Monochromatic Colors of #796DA0
Black with #796DA0
Text Example
Text Example
White with #796DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796DA0; }
p { color: rgb(121,109,160); }
H1.HeaderClassName
{
color: #796DA0;
}
.AnyTagClassName
{
color: #796DA0;
}
</style>
background-color css
<style>
a { background-color: #796DA0; }
a { background-color: rgb(121,109,160); }
div.DivClassName
{
background-color: #796DA0;
}
.BgClassName
{
background-color: #796DA0;
}
</style>
border-color css
<style>
span { border-color: #796DA0; }
span { border-color: rgb(121,109,160); }
td.TdClassName
{
border-color: #796DA0;
}
.TagClassName
{
border-color: #796DA0;
}
</style>