Shades of Deluge #7D799F
Tints of Deluge #7D799F
RGB
CMYK
RGB Variations
Color information
#7D799F (or 0x7D799F) is known color: Deluge. HEX triplet: 7D, 79 and 9F. RGB value is (125,121,159). Sum of RGB (Red+Green+Blue) = 125+121+159=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D799F is #828660. Grayscale: #7E7E7E. Windows color (decimal): -8554081 or 10451325. OLE color: 10451325.
HSL color Cylindrical-coordinate representation of color #7D799F: hue angle of 246.32º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D799F is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 121 | 159 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.38 |
| HSL | 246.32º | 0.17% | 0.55% | - |
| HSV(B) | 246.32º | 0.24% | 0.62% | - |
| XYZ | 21.55 | 20.54 | 35.63 | - |
| YUV | 126.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 159 | 0.21 | 0.24 | 0 | 0.38 | 246.32 | 0.17 | 0.55 |
| Hex | 7D | 79 | 9F | 15 | 18 | 0 | 26 | F6 | 11 | 37 |
| Octal | 175 | 171 | 237 | 25 | 30 | 0 | 46 | 366 | 21 | 67 |
| Binary | 1111101 | 1111001 | 10011111 | 10101 | 11000 | 0 | 100110 | 11110110 | 10001 | 110111 |
Color Harmonies of #7D799F
Complementary color
Monochromatic Colors of #7D799F
Black with #7D799F
Text Example
Text Example
White with #7D799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D799F; }
p { color: rgb(125,121,159); }
H1.HeaderClassName
{
color: #7D799F;
}
.AnyTagClassName
{
color: #7D799F;
}
</style>
background-color css
<style>
a { background-color: #7D799F; }
a { background-color: rgb(125,121,159); }
div.DivClassName
{
background-color: #7D799F;
}
.BgClassName
{
background-color: #7D799F;
}
</style>
border-color css
<style>
span { border-color: #7D799F; }
span { border-color: rgb(125,121,159); }
td.TdClassName
{
border-color: #7D799F;
}
.TagClassName
{
border-color: #7D799F;
}
</style>