Shades of Deluge #7D7494
Tints of Deluge #7D7494
RGB
CMYK
RGB Variations
Color information
#7D7494 (or 0x7D7494) is known color: Deluge. HEX triplet: 7D, 74 and 94. RGB value is (125,116,148). Sum of RGB (Red+Green+Blue) = 125+116+148=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D7494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7494 is #828B6B. Grayscale: #7A7A7A. Windows color (decimal): -8555372 or 9729149. OLE color: 9729149.
HSL color Cylindrical-coordinate representation of color #7D7494: hue angle of 256.88º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D7494 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 116 | 148 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.42 |
| HSL | 256.88º | 0.13% | 0.52% | - |
| HSV(B) | 256.88º | 0.22% | 0.58% | - |
| XYZ | 20.05 | 18.99 | 30.63 | - |
| YUV | 122.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 116 | 148 | 0.16 | 0.22 | 0 | 0.42 | 256.88 | 0.13 | 0.52 |
| Hex | 7D | 74 | 94 | 10 | 16 | 0 | 2A | 101 | D | 34 |
| Octal | 175 | 164 | 224 | 20 | 26 | 0 | 52 | 401 | 15 | 64 |
| Binary | 1111101 | 1110100 | 10010100 | 10000 | 10110 | 0 | 101010 | 100000001 | 1101 | 110100 |
Color Harmonies of #7D7494
Complementary color
Monochromatic Colors of #7D7494
Black with #7D7494
Text Example
Text Example
White with #7D7494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7494; }
p { color: rgb(125,116,148); }
H1.HeaderClassName
{
color: #7D7494;
}
.AnyTagClassName
{
color: #7D7494;
}
</style>
background-color css
<style>
a { background-color: #7D7494; }
a { background-color: rgb(125,116,148); }
div.DivClassName
{
background-color: #7D7494;
}
.BgClassName
{
background-color: #7D7494;
}
</style>
border-color css
<style>
span { border-color: #7D7494; }
span { border-color: rgb(125,116,148); }
td.TdClassName
{
border-color: #7D7494;
}
.TagClassName
{
border-color: #7D7494;
}
</style>