Shades of Deluge #7D79AD
Tints of Deluge #7D79AD
RGB
CMYK
RGB Variations
Color information
#7D79AD (or 0x7D79AD) is known color: Deluge. HEX triplet: 7D, 79 and AD. RGB value is (125,121,173). Sum of RGB (Red+Green+Blue) = 125+121+173=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D79AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D79AD is #828652. Grayscale: #7F7F7F. Windows color (decimal): -8554067 or 11368829. OLE color: 11368829.
HSL color Cylindrical-coordinate representation of color #7D79AD: hue angle of 244.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D79AD is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 121 | 173 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.32 |
| HSL | 244.62º | 0.24% | 0.58% | - |
| HSV(B) | 244.62º | 0.3% | 0.68% | - |
| XYZ | 22.84 | 21.05 | 42.39 | - |
| YUV | 128.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 173 | 0.28 | 0.30 | 0 | 0.32 | 244.62 | 0.24 | 0.58 |
| Hex | 7D | 79 | AD | 1C | 1E | 0 | 20 | F5 | 18 | 3A |
| Octal | 175 | 171 | 255 | 34 | 36 | 0 | 40 | 365 | 30 | 72 |
| Binary | 1111101 | 1111001 | 10101101 | 11100 | 11110 | 0 | 100000 | 11110101 | 11000 | 111010 |
Color Harmonies of #7D79AD
Complementary color
Monochromatic Colors of #7D79AD
Black with #7D79AD
Text Example
Text Example
White with #7D79AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D79AD; }
p { color: rgb(125,121,173); }
H1.HeaderClassName
{
color: #7D79AD;
}
.AnyTagClassName
{
color: #7D79AD;
}
</style>
background-color css
<style>
a { background-color: #7D79AD; }
a { background-color: rgb(125,121,173); }
div.DivClassName
{
background-color: #7D79AD;
}
.BgClassName
{
background-color: #7D79AD;
}
</style>
border-color css
<style>
span { border-color: #7D79AD; }
span { border-color: rgb(125,121,173); }
td.TdClassName
{
border-color: #7D79AD;
}
.TagClassName
{
border-color: #7D79AD;
}
</style>