Shades of Deluge #7D7195
Tints of Deluge #7D7195
RGB
CMYK
RGB Variations
Color information
#7D7195 (or 0x7D7195) is known color: Deluge. HEX triplet: 7D, 71 and 95. RGB value is (125,113,149). Sum of RGB (Red+Green+Blue) = 125+113+149=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D7195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7195 is #828E6A. Grayscale: #787878. Windows color (decimal): -8556139 or 9793917. OLE color: 9793917.
HSL color Cylindrical-coordinate representation of color #7D7195: hue angle of 260º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D7195 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 113 | 149 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.42 |
| HSL | 260º | 0.15% | 0.51% | - |
| HSV(B) | 260º | 0.24% | 0.58% | - |
| XYZ | 19.79 | 18.34 | 30.93 | - |
| YUV | 120.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 149 | 0.16 | 0.24 | 0 | 0.42 | 260 | 0.15 | 0.51 |
| Hex | 7D | 71 | 95 | 10 | 18 | 0 | 2A | 104 | F | 33 |
| Octal | 175 | 161 | 225 | 20 | 30 | 0 | 52 | 404 | 17 | 63 |
| Binary | 1111101 | 1110001 | 10010101 | 10000 | 11000 | 0 | 101010 | 100000100 | 1111 | 110011 |
Color Harmonies of #7D7195
Complementary color
Monochromatic Colors of #7D7195
Black with #7D7195
Text Example
Text Example
White with #7D7195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7195; }
p { color: rgb(125,113,149); }
H1.HeaderClassName
{
color: #7D7195;
}
.AnyTagClassName
{
color: #7D7195;
}
</style>
background-color css
<style>
a { background-color: #7D7195; }
a { background-color: rgb(125,113,149); }
div.DivClassName
{
background-color: #7D7195;
}
.BgClassName
{
background-color: #7D7195;
}
</style>
border-color css
<style>
span { border-color: #7D7195; }
span { border-color: rgb(125,113,149); }
td.TdClassName
{
border-color: #7D7195;
}
.TagClassName
{
border-color: #7D7195;
}
</style>