Shades of Deluge #7E759E
Tints of Deluge #7E759E
RGB
CMYK
RGB Variations
Color information
#7E759E (or 0x7E759E) is known color: Deluge. HEX triplet: 7E, 75 and 9E. RGB value is (126,117,158). Sum of RGB (Red+Green+Blue) = 126+117+158=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E759E is #818A61. Grayscale: #7C7C7C. Windows color (decimal): -8489570 or 10384766. OLE color: 10384766.
HSL color Cylindrical-coordinate representation of color #7E759E: hue angle of 253.17º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E759E is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 117 | 158 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.38 |
| HSL | 253.17º | 0.17% | 0.54% | - |
| HSV(B) | 253.17º | 0.26% | 0.62% | - |
| XYZ | 21.14 | 19.63 | 35.02 | - |
| YUV | 124.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 158 | 0.20 | 0.26 | 0 | 0.38 | 253.17 | 0.17 | 0.54 |
| Hex | 7E | 75 | 9E | 14 | 1A | 0 | 26 | FD | 11 | 36 |
| Octal | 176 | 165 | 236 | 24 | 32 | 0 | 46 | 375 | 21 | 66 |
| Binary | 1111110 | 1110101 | 10011110 | 10100 | 11010 | 0 | 100110 | 11111101 | 10001 | 110110 |
Color Harmonies of #7E759E
Complementary color
Monochromatic Colors of #7E759E
Black with #7E759E
Text Example
Text Example
White with #7E759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E759E; }
p { color: rgb(126,117,158); }
H1.HeaderClassName
{
color: #7E759E;
}
.AnyTagClassName
{
color: #7E759E;
}
</style>
background-color css
<style>
a { background-color: #7E759E; }
a { background-color: rgb(126,117,158); }
div.DivClassName
{
background-color: #7E759E;
}
.BgClassName
{
background-color: #7E759E;
}
</style>
border-color css
<style>
span { border-color: #7E759E; }
span { border-color: rgb(126,117,158); }
td.TdClassName
{
border-color: #7E759E;
}
.TagClassName
{
border-color: #7E759E;
}
</style>