Shades of Deluge #7D7298
Tints of Deluge #7D7298
RGB
CMYK
RGB Variations
Color information
#7D7298 (or 0x7D7298) is known color: Deluge. HEX triplet: 7D, 72 and 98. RGB value is (125,114,152). Sum of RGB (Red+Green+Blue) = 125+114+152=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 152 - color contains mainly: blue. Hex color #7D7298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7298 is #828D67. Grayscale: #797979. Windows color (decimal): -8555880 or 9990781. OLE color: 9990781.
HSL color Cylindrical-coordinate representation of color #7D7298: hue angle of 257.37º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D7298 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 114 | 152 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.40 |
| HSL | 257.37º | 0.16% | 0.52% | - |
| HSV(B) | 257.37º | 0.25% | 0.6% | - |
| XYZ | 20.14 | 18.66 | 32.25 | - |
| YUV | 121.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 152 | 0.18 | 0.25 | 0 | 0.40 | 257.37 | 0.16 | 0.52 |
| Hex | 7D | 72 | 98 | 12 | 19 | 0 | 28 | 101 | 10 | 34 |
| Octal | 175 | 162 | 230 | 22 | 31 | 0 | 50 | 401 | 20 | 64 |
| Binary | 1111101 | 1110010 | 10011000 | 10010 | 11001 | 0 | 101000 | 100000001 | 10000 | 110100 |
Color Harmonies of #7D7298
Complementary color
Monochromatic Colors of #7D7298
Black with #7D7298
Text Example
Text Example
White with #7D7298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7298; }
p { color: rgb(125,114,152); }
H1.HeaderClassName
{
color: #7D7298;
}
.AnyTagClassName
{
color: #7D7298;
}
</style>
background-color css
<style>
a { background-color: #7D7298; }
a { background-color: rgb(125,114,152); }
div.DivClassName
{
background-color: #7D7298;
}
.BgClassName
{
background-color: #7D7298;
}
</style>
border-color css
<style>
span { border-color: #7D7298; }
span { border-color: rgb(125,114,152); }
td.TdClassName
{
border-color: #7D7298;
}
.TagClassName
{
border-color: #7D7298;
}
</style>