Shades of Deluge #7E6FA7
Tints of Deluge #7E6FA7
RGB
CMYK
RGB Variations
Color information
#7E6FA7 (or 0x7E6FA7) is known color: Deluge. HEX triplet: 7E, 6F and A7. RGB value is (126,111,167). Sum of RGB (Red+Green+Blue) = 126+111+167=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 167 - color contains mainly: blue. Hex color #7E6FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6FA7 is #819058. Grayscale: #797979. Windows color (decimal): -8491097 or 10973054. OLE color: 10973054.
HSL color Cylindrical-coordinate representation of color #7E6FA7: hue angle of 256.07º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E6FA7 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 111 | 167 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.35 |
| HSL | 256.07º | 0.24% | 0.55% | - |
| HSV(B) | 256.07º | 0.34% | 0.65% | - |
| XYZ | 21.26 | 18.59 | 39.03 | - |
| YUV | 121.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 167 | 0.25 | 0.34 | 0 | 0.35 | 256.07 | 0.24 | 0.55 |
| Hex | 7E | 6F | A7 | 19 | 22 | 0 | 23 | 100 | 18 | 37 |
| Octal | 176 | 157 | 247 | 31 | 42 | 0 | 43 | 400 | 30 | 67 |
| Binary | 1111110 | 1101111 | 10100111 | 11001 | 100010 | 0 | 100011 | 100000000 | 11000 | 110111 |
Color Harmonies of #7E6FA7
Complementary color
Monochromatic Colors of #7E6FA7
Black with #7E6FA7
Text Example
Text Example
White with #7E6FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6FA7; }
p { color: rgb(126,111,167); }
H1.HeaderClassName
{
color: #7E6FA7;
}
.AnyTagClassName
{
color: #7E6FA7;
}
</style>
background-color css
<style>
a { background-color: #7E6FA7; }
a { background-color: rgb(126,111,167); }
div.DivClassName
{
background-color: #7E6FA7;
}
.BgClassName
{
background-color: #7E6FA7;
}
</style>
border-color css
<style>
span { border-color: #7E6FA7; }
span { border-color: rgb(126,111,167); }
td.TdClassName
{
border-color: #7E6FA7;
}
.TagClassName
{
border-color: #7E6FA7;
}
</style>