Shades of Deluge #7D7199
Tints of Deluge #7D7199
RGB
CMYK
RGB Variations
Color information
#7D7199 (or 0x7D7199) is known color: Deluge. HEX triplet: 7D, 71 and 99. RGB value is (125,113,153). Sum of RGB (Red+Green+Blue) = 125+113+153=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D7199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7199 is #828E66. Grayscale: #797979. Windows color (decimal): -8556135 or 10056061. OLE color: 10056061.
HSL color Cylindrical-coordinate representation of color #7D7199: hue angle of 258º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D7199 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 113 | 153 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.4 |
| HSL | 258º | 0.16% | 0.52% | - |
| HSV(B) | 258º | 0.26% | 0.6% | - |
| XYZ | 20.11 | 18.47 | 32.64 | - |
| YUV | 121.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 153 | 0.18 | 0.26 | 0 | 0.4 | 258 | 0.16 | 0.52 |
| Hex | 7D | 71 | 99 | 12 | 1A | 0 | 28 | 102 | 10 | 34 |
| Octal | 175 | 161 | 231 | 22 | 32 | 0 | 50 | 402 | 20 | 64 |
| Binary | 1111101 | 1110001 | 10011001 | 10010 | 11010 | 0 | 101000 | 100000010 | 10000 | 110100 |
Color Harmonies of #7D7199
Complementary color
Monochromatic Colors of #7D7199
Black with #7D7199
Text Example
Text Example
White with #7D7199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7199; }
p { color: rgb(125,113,153); }
H1.HeaderClassName
{
color: #7D7199;
}
.AnyTagClassName
{
color: #7D7199;
}
</style>
background-color css
<style>
a { background-color: #7D7199; }
a { background-color: rgb(125,113,153); }
div.DivClassName
{
background-color: #7D7199;
}
.BgClassName
{
background-color: #7D7199;
}
</style>
border-color css
<style>
span { border-color: #7D7199; }
span { border-color: rgb(125,113,153); }
td.TdClassName
{
border-color: #7D7199;
}
.TagClassName
{
border-color: #7D7199;
}
</style>