Shades of Deluge #7E6CAC
Tints of Deluge #7E6CAC
RGB
CMYK
RGB Variations
Color information
#7E6CAC (or 0x7E6CAC) is known color: Deluge. HEX triplet: 7E, 6C and AC. RGB value is (126,108,172). Sum of RGB (Red+Green+Blue) = 126+108+172=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E6CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6CAC is #819353. Grayscale: #787878. Windows color (decimal): -8491860 or 11299966. OLE color: 11299966.
HSL color Cylindrical-coordinate representation of color #7E6CAC: hue angle of 256.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E6CAC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 108 | 172 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.33 |
| HSL | 256.88º | 0.28% | 0.55% | - |
| HSV(B) | 256.88º | 0.37% | 0.67% | - |
| XYZ | 21.41 | 18.14 | 41.4 | - |
| YUV | 120.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 172 | 0.27 | 0.37 | 0 | 0.33 | 256.88 | 0.28 | 0.55 |
| Hex | 7E | 6C | AC | 1B | 25 | 0 | 21 | 101 | 1C | 37 |
| Octal | 176 | 154 | 254 | 33 | 45 | 0 | 41 | 401 | 34 | 67 |
| Binary | 1111110 | 1101100 | 10101100 | 11011 | 100101 | 0 | 100001 | 100000001 | 11100 | 110111 |
Color Harmonies of #7E6CAC
Complementary color
Monochromatic Colors of #7E6CAC
Black with #7E6CAC
Text Example
Text Example
White with #7E6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6CAC; }
p { color: rgb(126,108,172); }
H1.HeaderClassName
{
color: #7E6CAC;
}
.AnyTagClassName
{
color: #7E6CAC;
}
</style>
background-color css
<style>
a { background-color: #7E6CAC; }
a { background-color: rgb(126,108,172); }
div.DivClassName
{
background-color: #7E6CAC;
}
.BgClassName
{
background-color: #7E6CAC;
}
</style>
border-color css
<style>
span { border-color: #7E6CAC; }
span { border-color: rgb(126,108,172); }
td.TdClassName
{
border-color: #7E6CAC;
}
.TagClassName
{
border-color: #7E6CAC;
}
</style>