Shades of Deluge #796FA4
Tints of Deluge #796FA4
RGB
CMYK
RGB Variations
Color information
#796FA4 (or 0x796FA4) is known color: Deluge. HEX triplet: 79, 6F and A4. RGB value is (121,111,164). Sum of RGB (Red+Green+Blue) = 121+111+164=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 164 - color contains mainly: blue. Hex color #796FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796FA4 is #86905B. Grayscale: #777777. Windows color (decimal): -8818780 or 10776441. OLE color: 10776441.
HSL color Cylindrical-coordinate representation of color #796FA4: hue angle of 251.32º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #796FA4 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 111 | 164 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.36 |
| HSL | 251.32º | 0.23% | 0.54% | - |
| HSV(B) | 251.32º | 0.32% | 0.64% | - |
| XYZ | 20.27 | 18.11 | 37.55 | - |
| YUV | 120.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 164 | 0.26 | 0.32 | 0 | 0.36 | 251.32 | 0.23 | 0.54 |
| Hex | 79 | 6F | A4 | 1A | 20 | 0 | 24 | FB | 17 | 36 |
| Octal | 171 | 157 | 244 | 32 | 40 | 0 | 44 | 373 | 27 | 66 |
| Binary | 1111001 | 1101111 | 10100100 | 11010 | 100000 | 0 | 100100 | 11111011 | 10111 | 110110 |
Color Harmonies of #796FA4
Complementary color
Monochromatic Colors of #796FA4
Black with #796FA4
Text Example
Text Example
White with #796FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796FA4; }
p { color: rgb(121,111,164); }
H1.HeaderClassName
{
color: #796FA4;
}
.AnyTagClassName
{
color: #796FA4;
}
</style>
background-color css
<style>
a { background-color: #796FA4; }
a { background-color: rgb(121,111,164); }
div.DivClassName
{
background-color: #796FA4;
}
.BgClassName
{
background-color: #796FA4;
}
</style>
border-color css
<style>
span { border-color: #796FA4; }
span { border-color: rgb(121,111,164); }
td.TdClassName
{
border-color: #796FA4;
}
.TagClassName
{
border-color: #796FA4;
}
</style>