Shades of Deluge #796BAB
Tints of Deluge #796BAB
RGB
CMYK
RGB Variations
Color information
#796BAB (or 0x796BAB) is known color: Deluge. HEX triplet: 79, 6B and AB. RGB value is (121,107,171). Sum of RGB (Red+Green+Blue) = 121+107+171=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #796BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796BAB is #869454. Grayscale: #767676. Windows color (decimal): -8819797 or 11234169. OLE color: 11234169.
HSL color Cylindrical-coordinate representation of color #796BAB: hue angle of 253.12º 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 #796BAB is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 107 | 171 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.33 |
| HSL | 253.13º | 0.28% | 0.55% | - |
| HSV(B) | 253.13º | 0.37% | 0.67% | - |
| XYZ | 20.49 | 17.52 | 40.83 | - |
| YUV | 118.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 171 | 0.29 | 0.37 | 0 | 0.33 | 253.13 | 0.28 | 0.55 |
| Hex | 79 | 6B | AB | 1D | 25 | 0 | 21 | FD | 1C | 37 |
| Octal | 171 | 153 | 253 | 35 | 45 | 0 | 41 | 375 | 34 | 67 |
| Binary | 1111001 | 1101011 | 10101011 | 11101 | 100101 | 0 | 100001 | 11111101 | 11100 | 110111 |
Color Harmonies of #796BAB
Complementary color
Monochromatic Colors of #796BAB
Black with #796BAB
Text Example
Text Example
White with #796BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796BAB; }
p { color: rgb(121,107,171); }
H1.HeaderClassName
{
color: #796BAB;
}
.AnyTagClassName
{
color: #796BAB;
}
</style>
background-color css
<style>
a { background-color: #796BAB; }
a { background-color: rgb(121,107,171); }
div.DivClassName
{
background-color: #796BAB;
}
.BgClassName
{
background-color: #796BAB;
}
</style>
border-color css
<style>
span { border-color: #796BAB; }
span { border-color: rgb(121,107,171); }
td.TdClassName
{
border-color: #796BAB;
}
.TagClassName
{
border-color: #796BAB;
}
</style>