Shades of Deluge #796DAC
Tints of Deluge #796DAC
RGB
CMYK
RGB Variations
Color information
#796DAC (or 0x796DAC) is known color: Deluge. HEX triplet: 79, 6D and AC. RGB value is (121,109,172). Sum of RGB (Red+Green+Blue) = 121+109+172=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #796DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796DAC is #869253. Grayscale: #777777. Windows color (decimal): -8819284 or 11300217. OLE color: 11300217.
HSL color Cylindrical-coordinate representation of color #796DAC: hue angle of 251.43º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #796DAC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 109 | 172 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.33 |
| HSL | 251.43º | 0.28% | 0.55% | - |
| HSV(B) | 251.43º | 0.37% | 0.67% | - |
| XYZ | 20.8 | 17.98 | 41.4 | - |
| YUV | 119.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 172 | 0.30 | 0.37 | 0 | 0.33 | 251.43 | 0.28 | 0.55 |
| Hex | 79 | 6D | AC | 1E | 25 | 0 | 21 | FB | 1C | 37 |
| Octal | 171 | 155 | 254 | 36 | 45 | 0 | 41 | 373 | 34 | 67 |
| Binary | 1111001 | 1101101 | 10101100 | 11110 | 100101 | 0 | 100001 | 11111011 | 11100 | 110111 |
Color Harmonies of #796DAC
Complementary color
Monochromatic Colors of #796DAC
Black with #796DAC
Text Example
Text Example
White with #796DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796DAC; }
p { color: rgb(121,109,172); }
H1.HeaderClassName
{
color: #796DAC;
}
.AnyTagClassName
{
color: #796DAC;
}
</style>
background-color css
<style>
a { background-color: #796DAC; }
a { background-color: rgb(121,109,172); }
div.DivClassName
{
background-color: #796DAC;
}
.BgClassName
{
background-color: #796DAC;
}
</style>
border-color css
<style>
span { border-color: #796DAC; }
span { border-color: rgb(121,109,172); }
td.TdClassName
{
border-color: #796DAC;
}
.TagClassName
{
border-color: #796DAC;
}
</style>