Shades of Deluge #7E6FA6
Tints of Deluge #7E6FA6
RGB
CMYK
RGB Variations
Color information
#7E6FA6 (or 0x7E6FA6) is known color: Deluge. HEX triplet: 7E, 6F and A6. RGB value is (126,111,166). Sum of RGB (Red+Green+Blue) = 126+111+166=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 166 - color contains mainly: blue. Hex color #7E6FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6FA6 is #819059. Grayscale: #797979. Windows color (decimal): -8491098 or 10907518. OLE color: 10907518.
HSL color Cylindrical-coordinate representation of color #7E6FA6: hue angle of 256.36º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E6FA6 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 111 | 166 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.35 |
| HSL | 256.36º | 0.24% | 0.54% | - |
| HSV(B) | 256.36º | 0.33% | 0.65% | - |
| XYZ | 21.17 | 18.56 | 38.54 | - |
| YUV | 121.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 166 | 0.24 | 0.33 | 0 | 0.35 | 256.36 | 0.24 | 0.54 |
| Hex | 7E | 6F | A6 | 18 | 21 | 0 | 23 | 100 | 18 | 36 |
| Octal | 176 | 157 | 246 | 30 | 41 | 0 | 43 | 400 | 30 | 66 |
| Binary | 1111110 | 1101111 | 10100110 | 11000 | 100001 | 0 | 100011 | 100000000 | 11000 | 110110 |
Color Harmonies of #7E6FA6
Complementary color
Monochromatic Colors of #7E6FA6
Black with #7E6FA6
Text Example
Text Example
White with #7E6FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6FA6; }
p { color: rgb(126,111,166); }
H1.HeaderClassName
{
color: #7E6FA6;
}
.AnyTagClassName
{
color: #7E6FA6;
}
</style>
background-color css
<style>
a { background-color: #7E6FA6; }
a { background-color: rgb(126,111,166); }
div.DivClassName
{
background-color: #7E6FA6;
}
.BgClassName
{
background-color: #7E6FA6;
}
</style>
border-color css
<style>
span { border-color: #7E6FA6; }
span { border-color: rgb(126,111,166); }
td.TdClassName
{
border-color: #7E6FA6;
}
.TagClassName
{
border-color: #7E6FA6;
}
</style>