Shades of Deluge #7E709B
Tints of Deluge #7E709B
RGB
CMYK
RGB Variations
Color information
#7E709B (or 0x7E709B) is known color: Deluge. HEX triplet: 7E, 70 and 9B. RGB value is (126,112,155). Sum of RGB (Red+Green+Blue) = 126+112+155=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E709B is #818F64. Grayscale: #787878. Windows color (decimal): -8490853 or 10186878. OLE color: 10186878.
HSL color Cylindrical-coordinate representation of color #7E709B: hue angle of 259.53º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E709B is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 112 | 155 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.39 |
| HSL | 259.53º | 0.18% | 0.52% | - |
| HSV(B) | 259.53º | 0.28% | 0.61% | - |
| XYZ | 20.31 | 18.39 | 33.49 | - |
| YUV | 121.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 155 | 0.19 | 0.28 | 0 | 0.39 | 259.53 | 0.18 | 0.52 |
| Hex | 7E | 70 | 9B | 13 | 1C | 0 | 27 | 104 | 12 | 34 |
| Octal | 176 | 160 | 233 | 23 | 34 | 0 | 47 | 404 | 22 | 64 |
| Binary | 1111110 | 1110000 | 10011011 | 10011 | 11100 | 0 | 100111 | 100000100 | 10010 | 110100 |
Color Harmonies of #7E709B
Complementary color
Monochromatic Colors of #7E709B
Black with #7E709B
Text Example
Text Example
White with #7E709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E709B; }
p { color: rgb(126,112,155); }
H1.HeaderClassName
{
color: #7E709B;
}
.AnyTagClassName
{
color: #7E709B;
}
</style>
background-color css
<style>
a { background-color: #7E709B; }
a { background-color: rgb(126,112,155); }
div.DivClassName
{
background-color: #7E709B;
}
.BgClassName
{
background-color: #7E709B;
}
</style>
border-color css
<style>
span { border-color: #7E709B; }
span { border-color: rgb(126,112,155); }
td.TdClassName
{
border-color: #7E709B;
}
.TagClassName
{
border-color: #7E709B;
}
</style>