Shades of Deluge #796E9D
Tints of Deluge #796E9D
RGB
CMYK
RGB Variations
Color information
#796E9D (or 0x796E9D) is known color: Deluge. HEX triplet: 79, 6E and 9D. RGB value is (121,110,157). Sum of RGB (Red+Green+Blue) = 121+110+157=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #796E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796E9D is #869162. Grayscale: #767676. Windows color (decimal): -8819043 or 10317433. OLE color: 10317433.
HSL color Cylindrical-coordinate representation of color #796E9D: hue angle of 254.04º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #796E9D is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 110 | 157 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.38 |
| HSL | 254.04º | 0.19% | 0.52% | - |
| HSV(B) | 254.04º | 0.3% | 0.62% | - |
| XYZ | 19.55 | 17.65 | 34.28 | - |
| YUV | 118.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 157 | 0.23 | 0.30 | 0 | 0.38 | 254.04 | 0.19 | 0.52 |
| Hex | 79 | 6E | 9D | 17 | 1E | 0 | 26 | FE | 13 | 34 |
| Octal | 171 | 156 | 235 | 27 | 36 | 0 | 46 | 376 | 23 | 64 |
| Binary | 1111001 | 1101110 | 10011101 | 10111 | 11110 | 0 | 100110 | 11111110 | 10011 | 110100 |
Color Harmonies of #796E9D
Complementary color
Monochromatic Colors of #796E9D
Black with #796E9D
Text Example
Text Example
White with #796E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E9D; }
p { color: rgb(121,110,157); }
H1.HeaderClassName
{
color: #796E9D;
}
.AnyTagClassName
{
color: #796E9D;
}
</style>
background-color css
<style>
a { background-color: #796E9D; }
a { background-color: rgb(121,110,157); }
div.DivClassName
{
background-color: #796E9D;
}
.BgClassName
{
background-color: #796E9D;
}
</style>
border-color css
<style>
span { border-color: #796E9D; }
span { border-color: rgb(121,110,157); }
td.TdClassName
{
border-color: #796E9D;
}
.TagClassName
{
border-color: #796E9D;
}
</style>