Shades of Deluge #7D79A9
Tints of Deluge #7D79A9
RGB
CMYK
RGB Variations
Color information
#7D79A9 (or 0x7D79A9) is known color: Deluge. HEX triplet: 7D, 79 and A9. RGB value is (125,121,169). Sum of RGB (Red+Green+Blue) = 125+121+169=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 169 - color contains mainly: blue. Hex color #7D79A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D79A9 is #828656. Grayscale: #7F7F7F. Windows color (decimal): -8554071 or 11106685. OLE color: 11106685.
HSL color Cylindrical-coordinate representation of color #7D79A9: hue angle of 245º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D79A9 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 121 | 169 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.34 |
| HSL | 245º | 0.22% | 0.57% | - |
| HSV(B) | 245º | 0.28% | 0.66% | - |
| XYZ | 22.46 | 20.9 | 40.39 | - |
| YUV | 127.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 169 | 0.26 | 0.28 | 0 | 0.34 | 245 | 0.22 | 0.57 |
| Hex | 7D | 79 | A9 | 1A | 1C | 0 | 22 | F5 | 16 | 39 |
| Octal | 175 | 171 | 251 | 32 | 34 | 0 | 42 | 365 | 26 | 71 |
| Binary | 1111101 | 1111001 | 10101001 | 11010 | 11100 | 0 | 100010 | 11110101 | 10110 | 111001 |
Color Harmonies of #7D79A9
Complementary color
Monochromatic Colors of #7D79A9
Black with #7D79A9
Text Example
Text Example
White with #7D79A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D79A9; }
p { color: rgb(125,121,169); }
H1.HeaderClassName
{
color: #7D79A9;
}
.AnyTagClassName
{
color: #7D79A9;
}
</style>
background-color css
<style>
a { background-color: #7D79A9; }
a { background-color: rgb(125,121,169); }
div.DivClassName
{
background-color: #7D79A9;
}
.BgClassName
{
background-color: #7D79A9;
}
</style>
border-color css
<style>
span { border-color: #7D79A9; }
span { border-color: rgb(125,121,169); }
td.TdClassName
{
border-color: #7D79A9;
}
.TagClassName
{
border-color: #7D79A9;
}
</style>