Shades of Deluge #7D7193
Tints of Deluge #7D7193
RGB
CMYK
RGB Variations
Color information
#7D7193 (or 0x7D7193) is known color: Deluge. HEX triplet: 7D, 71 and 93. RGB value is (125,113,147). Sum of RGB (Red+Green+Blue) = 125+113+147=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D7193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7193 is #828E6C. Grayscale: #787878. Windows color (decimal): -8556141 or 9662845. OLE color: 9662845.
HSL color Cylindrical-coordinate representation of color #7D7193: hue angle of 261.18º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D7193 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 113 | 147 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.42 |
| HSL | 261.18º | 0.14% | 0.51% | - |
| HSV(B) | 261.18º | 0.23% | 0.58% | - |
| XYZ | 19.63 | 18.28 | 30.1 | - |
| YUV | 120.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 147 | 0.15 | 0.23 | 0 | 0.42 | 261.18 | 0.14 | 0.51 |
| Hex | 7D | 71 | 93 | F | 17 | 0 | 2A | 105 | E | 33 |
| Octal | 175 | 161 | 223 | 17 | 27 | 0 | 52 | 405 | 16 | 63 |
| Binary | 1111101 | 1110001 | 10010011 | 1111 | 10111 | 0 | 101010 | 100000101 | 1110 | 110011 |
Color Harmonies of #7D7193
Complementary color
Monochromatic Colors of #7D7193
Black with #7D7193
Text Example
Text Example
White with #7D7193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7193; }
p { color: rgb(125,113,147); }
H1.HeaderClassName
{
color: #7D7193;
}
.AnyTagClassName
{
color: #7D7193;
}
</style>
background-color css
<style>
a { background-color: #7D7193; }
a { background-color: rgb(125,113,147); }
div.DivClassName
{
background-color: #7D7193;
}
.BgClassName
{
background-color: #7D7193;
}
</style>
border-color css
<style>
span { border-color: #7D7193; }
span { border-color: rgb(125,113,147); }
td.TdClassName
{
border-color: #7D7193;
}
.TagClassName
{
border-color: #7D7193;
}
</style>