Shades of Deluge #7C6EA3
Tints of Deluge #7C6EA3
RGB
CMYK
RGB Variations
Color information
#7C6EA3 (or 0x7C6EA3) is known color: Deluge. HEX triplet: 7C, 6E and A3. RGB value is (124,110,163). Sum of RGB (Red+Green+Blue) = 124+110+163=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 163 - color contains mainly: blue. Hex color #7C6EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6EA3 is #83915C. Grayscale: #787878. Windows color (decimal): -8622429 or 10710652. OLE color: 10710652.
HSL color Cylindrical-coordinate representation of color #7C6EA3: hue angle of 255.85º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C6EA3 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 110 | 163 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.36 |
| HSL | 255.85º | 0.22% | 0.54% | - |
| HSV(B) | 255.85º | 0.33% | 0.64% | - |
| XYZ | 20.5 | 18.08 | 37.06 | - |
| YUV | 120.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 110 | 163 | 0.24 | 0.33 | 0 | 0.36 | 255.85 | 0.22 | 0.54 |
| Hex | 7C | 6E | A3 | 18 | 21 | 0 | 24 | 100 | 16 | 36 |
| Octal | 174 | 156 | 243 | 30 | 41 | 0 | 44 | 400 | 26 | 66 |
| Binary | 1111100 | 1101110 | 10100011 | 11000 | 100001 | 0 | 100100 | 100000000 | 10110 | 110110 |
Color Harmonies of #7C6EA3
Complementary color
Monochromatic Colors of #7C6EA3
Black with #7C6EA3
Text Example
Text Example
White with #7C6EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6EA3; }
p { color: rgb(124,110,163); }
H1.HeaderClassName
{
color: #7C6EA3;
}
.AnyTagClassName
{
color: #7C6EA3;
}
</style>
background-color css
<style>
a { background-color: #7C6EA3; }
a { background-color: rgb(124,110,163); }
div.DivClassName
{
background-color: #7C6EA3;
}
.BgClassName
{
background-color: #7C6EA3;
}
</style>
border-color css
<style>
span { border-color: #7C6EA3; }
span { border-color: rgb(124,110,163); }
td.TdClassName
{
border-color: #7C6EA3;
}
.TagClassName
{
border-color: #7C6EA3;
}
</style>