Shades of Deluge #7A799E
Tints of Deluge #7A799E
RGB
CMYK
RGB Variations
Color information
#7A799E (or 0x7A799E) is known color: Deluge. HEX triplet: 7A, 79 and 9E. RGB value is (122,121,158). Sum of RGB (Red+Green+Blue) = 122+121+158=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A799E is #858661. Grayscale: #7D7D7D. Windows color (decimal): -8750690 or 10385786. OLE color: 10385786.
HSL color Cylindrical-coordinate representation of color #7A799E: hue angle of 241.62º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A799E is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 121 | 158 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.38 |
| HSL | 241.62º | 0.16% | 0.55% | - |
| HSV(B) | 241.62º | 0.23% | 0.62% | - |
| XYZ | 21.03 | 20.28 | 35.15 | - |
| YUV | 125.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 158 | 0.23 | 0.23 | 0 | 0.38 | 241.62 | 0.16 | 0.55 |
| Hex | 7A | 79 | 9E | 17 | 17 | 0 | 26 | F2 | 10 | 37 |
| Octal | 172 | 171 | 236 | 27 | 27 | 0 | 46 | 362 | 20 | 67 |
| Binary | 1111010 | 1111001 | 10011110 | 10111 | 10111 | 0 | 100110 | 11110010 | 10000 | 110111 |
Color Harmonies of #7A799E
Complementary color
Monochromatic Colors of #7A799E
Black with #7A799E
Text Example
Text Example
White with #7A799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A799E; }
p { color: rgb(122,121,158); }
H1.HeaderClassName
{
color: #7A799E;
}
.AnyTagClassName
{
color: #7A799E;
}
</style>
background-color css
<style>
a { background-color: #7A799E; }
a { background-color: rgb(122,121,158); }
div.DivClassName
{
background-color: #7A799E;
}
.BgClassName
{
background-color: #7A799E;
}
</style>
border-color css
<style>
span { border-color: #7A799E; }
span { border-color: rgb(122,121,158); }
td.TdClassName
{
border-color: #7A799E;
}
.TagClassName
{
border-color: #7A799E;
}
</style>