Shades of Deluge #7D7096
Tints of Deluge #7D7096
RGB
CMYK
RGB Variations
Color information
#7D7096 (or 0x7D7096) is known color: Deluge. HEX triplet: 7D, 70 and 96. RGB value is (125,112,150). Sum of RGB (Red+Green+Blue) = 125+112+150=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #7D7096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7096 is #828F69. Grayscale: #787878. Windows color (decimal): -8556394 or 9859197. OLE color: 9859197.
HSL color Cylindrical-coordinate representation of color #7D7096: hue angle of 260.53º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D7096 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 112 | 150 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.41 |
| HSL | 260.53º | 0.15% | 0.51% | - |
| HSV(B) | 260.53º | 0.25% | 0.59% | - |
| XYZ | 19.76 | 18.15 | 31.32 | - |
| YUV | 120.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 150 | 0.17 | 0.25 | 0 | 0.41 | 260.53 | 0.15 | 0.51 |
| Hex | 7D | 70 | 96 | 11 | 19 | 0 | 29 | 105 | F | 33 |
| Octal | 175 | 160 | 226 | 21 | 31 | 0 | 51 | 405 | 17 | 63 |
| Binary | 1111101 | 1110000 | 10010110 | 10001 | 11001 | 0 | 101001 | 100000101 | 1111 | 110011 |
Color Harmonies of #7D7096
Complementary color
Monochromatic Colors of #7D7096
Black with #7D7096
Text Example
Text Example
White with #7D7096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7096; }
p { color: rgb(125,112,150); }
H1.HeaderClassName
{
color: #7D7096;
}
.AnyTagClassName
{
color: #7D7096;
}
</style>
background-color css
<style>
a { background-color: #7D7096; }
a { background-color: rgb(125,112,150); }
div.DivClassName
{
background-color: #7D7096;
}
.BgClassName
{
background-color: #7D7096;
}
</style>
border-color css
<style>
span { border-color: #7D7096; }
span { border-color: rgb(125,112,150); }
td.TdClassName
{
border-color: #7D7096;
}
.TagClassName
{
border-color: #7D7096;
}
</style>