Shades of Deluge #7E6E9E
Tints of Deluge #7E6E9E
RGB
CMYK
RGB Variations
Color information
#7E6E9E (or 0x7E6E9E) is known color: Deluge. HEX triplet: 7E, 6E and 9E. RGB value is (126,110,158). Sum of RGB (Red+Green+Blue) = 126+110+158=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E6E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6E9E is #819161. Grayscale: #787878. Windows color (decimal): -8491362 or 10382974. OLE color: 10382974.
HSL color Cylindrical-coordinate representation of color #7E6E9E: hue angle of 260º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E6E9E is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 110 | 158 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.38 |
| HSL | 260º | 0.2% | 0.53% | - |
| HSV(B) | 260º | 0.3% | 0.62% | - |
| XYZ | 20.35 | 18.06 | 34.76 | - |
| YUV | 120.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 110 | 158 | 0.20 | 0.30 | 0 | 0.38 | 260 | 0.2 | 0.53 |
| Hex | 7E | 6E | 9E | 14 | 1E | 0 | 26 | 104 | 14 | 35 |
| Octal | 176 | 156 | 236 | 24 | 36 | 0 | 46 | 404 | 24 | 65 |
| Binary | 1111110 | 1101110 | 10011110 | 10100 | 11110 | 0 | 100110 | 100000100 | 10100 | 110101 |
Color Harmonies of #7E6E9E
Complementary color
Monochromatic Colors of #7E6E9E
Black with #7E6E9E
Text Example
Text Example
White with #7E6E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6E9E; }
p { color: rgb(126,110,158); }
H1.HeaderClassName
{
color: #7E6E9E;
}
.AnyTagClassName
{
color: #7E6E9E;
}
</style>
background-color css
<style>
a { background-color: #7E6E9E; }
a { background-color: rgb(126,110,158); }
div.DivClassName
{
background-color: #7E6E9E;
}
.BgClassName
{
background-color: #7E6E9E;
}
</style>
border-color css
<style>
span { border-color: #7E6E9E; }
span { border-color: rgb(126,110,158); }
td.TdClassName
{
border-color: #7E6E9E;
}
.TagClassName
{
border-color: #7E6E9E;
}
</style>