Shades of Deluge #796D93
Tints of Deluge #796D93
RGB
CMYK
RGB Variations
Color information
#796D93 (or 0x796D93) is known color: Deluge. HEX triplet: 79, 6D and 93. RGB value is (121,109,147). Sum of RGB (Red+Green+Blue) = 121+109+147=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #796D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796D93 is #86926C. Grayscale: #747474. Windows color (decimal): -8819309 or 9661817. OLE color: 9661817.
HSL color Cylindrical-coordinate representation of color #796D93: hue angle of 258.95º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #796D93 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 109 | 147 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.42 |
| HSL | 258.95º | 0.15% | 0.5% | - |
| HSV(B) | 258.95º | 0.26% | 0.58% | - |
| XYZ | 18.62 | 17.11 | 29.92 | - |
| YUV | 116.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 147 | 0.18 | 0.26 | 0 | 0.42 | 258.95 | 0.15 | 0.5 |
| Hex | 79 | 6D | 93 | 12 | 1A | 0 | 2A | 103 | F | 32 |
| Octal | 171 | 155 | 223 | 22 | 32 | 0 | 52 | 403 | 17 | 62 |
| Binary | 1111001 | 1101101 | 10010011 | 10010 | 11010 | 0 | 101010 | 100000011 | 1111 | 110010 |
Color Harmonies of #796D93
Complementary color
Monochromatic Colors of #796D93
Black with #796D93
Text Example
Text Example
White with #796D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D93; }
p { color: rgb(121,109,147); }
H1.HeaderClassName
{
color: #796D93;
}
.AnyTagClassName
{
color: #796D93;
}
</style>
background-color css
<style>
a { background-color: #796D93; }
a { background-color: rgb(121,109,147); }
div.DivClassName
{
background-color: #796D93;
}
.BgClassName
{
background-color: #796D93;
}
</style>
border-color css
<style>
span { border-color: #796D93; }
span { border-color: rgb(121,109,147); }
td.TdClassName
{
border-color: #796D93;
}
.TagClassName
{
border-color: #796D93;
}
</style>