Shades of Deluge #7E6E9D
Tints of Deluge #7E6E9D
RGB
CMYK
RGB Variations
Color information
#7E6E9D (or 0x7E6E9D) is known color: Deluge. HEX triplet: 7E, 6E and 9D. RGB value is (126,110,157). Sum of RGB (Red+Green+Blue) = 126+110+157=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E6E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6E9D is #819162. Grayscale: #777777. Windows color (decimal): -8491363 or 10317438. OLE color: 10317438.
HSL color Cylindrical-coordinate representation of color #7E6E9D: hue angle of 260.43º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E6E9D is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 110 | 157 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.38 |
| HSL | 260.43º | 0.19% | 0.52% | - |
| HSV(B) | 260.43º | 0.3% | 0.62% | - |
| XYZ | 20.27 | 18.02 | 34.31 | - |
| YUV | 120.14 | 148.8 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 110 | 157 | 0.20 | 0.30 | 0 | 0.38 | 260.43 | 0.19 | 0.52 |
| Hex | 7E | 6E | 9D | 14 | 1E | 0 | 26 | 104 | 13 | 34 |
| Octal | 176 | 156 | 235 | 24 | 36 | 0 | 46 | 404 | 23 | 64 |
| Binary | 1111110 | 1101110 | 10011101 | 10100 | 11110 | 0 | 100110 | 100000100 | 10011 | 110100 |
Color Harmonies of #7E6E9D
Complementary color
Monochromatic Colors of #7E6E9D
Black with #7E6E9D
Text Example
Text Example
White with #7E6E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6E9D; }
p { color: rgb(126,110,157); }
H1.HeaderClassName
{
color: #7E6E9D;
}
.AnyTagClassName
{
color: #7E6E9D;
}
</style>
background-color css
<style>
a { background-color: #7E6E9D; }
a { background-color: rgb(126,110,157); }
div.DivClassName
{
background-color: #7E6E9D;
}
.BgClassName
{
background-color: #7E6E9D;
}
</style>
border-color css
<style>
span { border-color: #7E6E9D; }
span { border-color: rgb(126,110,157); }
td.TdClassName
{
border-color: #7E6E9D;
}
.TagClassName
{
border-color: #7E6E9D;
}
</style>