Shades of Deluge #7E6FA4
Tints of Deluge #7E6FA4
RGB
CMYK
RGB Variations
Color information
#7E6FA4 (or 0x7E6FA4) is known color: Deluge. HEX triplet: 7E, 6F and A4. RGB value is (126,111,164). Sum of RGB (Red+Green+Blue) = 126+111+164=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #7E6FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6FA4 is #81905B. Grayscale: #797979. Windows color (decimal): -8491100 or 10776446. OLE color: 10776446.
HSL color Cylindrical-coordinate representation of color #7E6FA4: hue angle of 256.98º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E6FA4 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 111 | 164 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.36 |
| HSL | 256.98º | 0.23% | 0.54% | - |
| HSV(B) | 256.98º | 0.32% | 0.64% | - |
| XYZ | 20.99 | 18.48 | 37.58 | - |
| YUV | 121.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 164 | 0.23 | 0.32 | 0 | 0.36 | 256.98 | 0.23 | 0.54 |
| Hex | 7E | 6F | A4 | 17 | 20 | 0 | 24 | 101 | 17 | 36 |
| Octal | 176 | 157 | 244 | 27 | 40 | 0 | 44 | 401 | 27 | 66 |
| Binary | 1111110 | 1101111 | 10100100 | 10111 | 100000 | 0 | 100100 | 100000001 | 10111 | 110110 |
Color Harmonies of #7E6FA4
Complementary color
Monochromatic Colors of #7E6FA4
Black with #7E6FA4
Text Example
Text Example
White with #7E6FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6FA4; }
p { color: rgb(126,111,164); }
H1.HeaderClassName
{
color: #7E6FA4;
}
.AnyTagClassName
{
color: #7E6FA4;
}
</style>
background-color css
<style>
a { background-color: #7E6FA4; }
a { background-color: rgb(126,111,164); }
div.DivClassName
{
background-color: #7E6FA4;
}
.BgClassName
{
background-color: #7E6FA4;
}
</style>
border-color css
<style>
span { border-color: #7E6FA4; }
span { border-color: rgb(126,111,164); }
td.TdClassName
{
border-color: #7E6FA4;
}
.TagClassName
{
border-color: #7E6FA4;
}
</style>