Shades of Deluge #796A94
Tints of Deluge #796A94
RGB
CMYK
RGB Variations
Color information
#796A94 (or 0x796A94) is known color: Deluge. HEX triplet: 79, 6A and 94. RGB value is (121,106,148). Sum of RGB (Red+Green+Blue) = 121+106+148=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #796A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A94 is #86956B. Grayscale: #737373. Windows color (decimal): -8820076 or 9726585. OLE color: 9726585.
HSL color Cylindrical-coordinate representation of color #796A94: hue angle of 261.43º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #796A94 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 106 | 148 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.42 |
| HSL | 261.43º | 0.17% | 0.5% | - |
| HSV(B) | 261.43º | 0.28% | 0.58% | - |
| XYZ | 18.38 | 16.51 | 30.23 | - |
| YUV | 115.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 148 | 0.18 | 0.28 | 0 | 0.42 | 261.43 | 0.17 | 0.5 |
| Hex | 79 | 6A | 94 | 12 | 1C | 0 | 2A | 105 | 11 | 32 |
| Octal | 171 | 152 | 224 | 22 | 34 | 0 | 52 | 405 | 21 | 62 |
| Binary | 1111001 | 1101010 | 10010100 | 10010 | 11100 | 0 | 101010 | 100000101 | 10001 | 110010 |
Color Harmonies of #796A94
Complementary color
Monochromatic Colors of #796A94
Black with #796A94
Text Example
Text Example
White with #796A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A94; }
p { color: rgb(121,106,148); }
H1.HeaderClassName
{
color: #796A94;
}
.AnyTagClassName
{
color: #796A94;
}
</style>
background-color css
<style>
a { background-color: #796A94; }
a { background-color: rgb(121,106,148); }
div.DivClassName
{
background-color: #796A94;
}
.BgClassName
{
background-color: #796A94;
}
</style>
border-color css
<style>
span { border-color: #796A94; }
span { border-color: rgb(121,106,148); }
td.TdClassName
{
border-color: #796A94;
}
.TagClassName
{
border-color: #796A94;
}
</style>