Shades of Deluge #796BAA
Tints of Deluge #796BAA
RGB
CMYK
RGB Variations
Color information
#796BAA (or 0x796BAA) is known color: Deluge. HEX triplet: 79, 6B and AA. RGB value is (121,107,170). Sum of RGB (Red+Green+Blue) = 121+107+170=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #796BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796BAA is #869455. Grayscale: #767676. Windows color (decimal): -8819798 or 11168633. OLE color: 11168633.
HSL color Cylindrical-coordinate representation of color #796BAA: hue angle of 253.33º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #796BAA is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 107 | 170 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.33 |
| HSL | 253.33º | 0.27% | 0.54% | - |
| HSV(B) | 253.33º | 0.37% | 0.67% | - |
| XYZ | 20.4 | 17.48 | 40.33 | - |
| YUV | 118.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 170 | 0.29 | 0.37 | 0 | 0.33 | 253.33 | 0.27 | 0.54 |
| Hex | 79 | 6B | AA | 1D | 25 | 0 | 21 | FD | 1B | 36 |
| Octal | 171 | 153 | 252 | 35 | 45 | 0 | 41 | 375 | 33 | 66 |
| Binary | 1111001 | 1101011 | 10101010 | 11101 | 100101 | 0 | 100001 | 11111101 | 11011 | 110110 |
Color Harmonies of #796BAA
Complementary color
Monochromatic Colors of #796BAA
Black with #796BAA
Text Example
Text Example
White with #796BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796BAA; }
p { color: rgb(121,107,170); }
H1.HeaderClassName
{
color: #796BAA;
}
.AnyTagClassName
{
color: #796BAA;
}
</style>
background-color css
<style>
a { background-color: #796BAA; }
a { background-color: rgb(121,107,170); }
div.DivClassName
{
background-color: #796BAA;
}
.BgClassName
{
background-color: #796BAA;
}
</style>
border-color css
<style>
span { border-color: #796BAA; }
span { border-color: rgb(121,107,170); }
td.TdClassName
{
border-color: #796BAA;
}
.TagClassName
{
border-color: #796BAA;
}
</style>