Shades of Deluge #796E9E
Tints of Deluge #796E9E
RGB
CMYK
RGB Variations
Color information
#796E9E (or 0x796E9E) is known color: Deluge. HEX triplet: 79, 6E and 9E. RGB value is (121,110,158). Sum of RGB (Red+Green+Blue) = 121+110+158=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #796E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796E9E is #869161. Grayscale: #767676. Windows color (decimal): -8819042 or 10382969. OLE color: 10382969.
HSL color Cylindrical-coordinate representation of color #796E9E: hue angle of 253.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #796E9E is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 110 | 158 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.38 |
| HSL | 253.75º | 0.2% | 0.53% | - |
| HSV(B) | 253.75º | 0.3% | 0.62% | - |
| XYZ | 19.63 | 17.69 | 34.73 | - |
| YUV | 118.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 158 | 0.23 | 0.30 | 0 | 0.38 | 253.75 | 0.2 | 0.53 |
| Hex | 79 | 6E | 9E | 17 | 1E | 0 | 26 | FE | 14 | 35 |
| Octal | 171 | 156 | 236 | 27 | 36 | 0 | 46 | 376 | 24 | 65 |
| Binary | 1111001 | 1101110 | 10011110 | 10111 | 11110 | 0 | 100110 | 11111110 | 10100 | 110101 |
Color Harmonies of #796E9E
Complementary color
Monochromatic Colors of #796E9E
Black with #796E9E
Text Example
Text Example
White with #796E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E9E; }
p { color: rgb(121,110,158); }
H1.HeaderClassName
{
color: #796E9E;
}
.AnyTagClassName
{
color: #796E9E;
}
</style>
background-color css
<style>
a { background-color: #796E9E; }
a { background-color: rgb(121,110,158); }
div.DivClassName
{
background-color: #796E9E;
}
.BgClassName
{
background-color: #796E9E;
}
</style>
border-color css
<style>
span { border-color: #796E9E; }
span { border-color: rgb(121,110,158); }
td.TdClassName
{
border-color: #796E9E;
}
.TagClassName
{
border-color: #796E9E;
}
</style>