Shades of Deluge #7C6EA4
Tints of Deluge #7C6EA4
RGB
CMYK
RGB Variations
Color information
#7C6EA4 (or 0x7C6EA4) is known color: Deluge. HEX triplet: 7C, 6E and A4. RGB value is (124,110,164). Sum of RGB (Red+Green+Blue) = 124+110+164=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 164 - color contains mainly: blue. Hex color #7C6EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6EA4 is #83915B. Grayscale: #787878. Windows color (decimal): -8622428 or 10776188. OLE color: 10776188.
HSL color Cylindrical-coordinate representation of color #7C6EA4: hue angle of 255.56º degrees, saturation: 0.23, 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 #7C6EA4 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 110 | 164 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.36 |
| HSL | 255.56º | 0.23% | 0.54% | - |
| HSV(B) | 255.56º | 0.33% | 0.64% | - |
| XYZ | 20.59 | 18.12 | 37.53 | - |
| YUV | 120.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 110 | 164 | 0.24 | 0.33 | 0 | 0.36 | 255.56 | 0.23 | 0.54 |
| Hex | 7C | 6E | A4 | 18 | 21 | 0 | 24 | 100 | 17 | 36 |
| Octal | 174 | 156 | 244 | 30 | 41 | 0 | 44 | 400 | 27 | 66 |
| Binary | 1111100 | 1101110 | 10100100 | 11000 | 100001 | 0 | 100100 | 100000000 | 10111 | 110110 |
Color Harmonies of #7C6EA4
Complementary color
Monochromatic Colors of #7C6EA4
Black with #7C6EA4
Text Example
Text Example
White with #7C6EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6EA4; }
p { color: rgb(124,110,164); }
H1.HeaderClassName
{
color: #7C6EA4;
}
.AnyTagClassName
{
color: #7C6EA4;
}
</style>
background-color css
<style>
a { background-color: #7C6EA4; }
a { background-color: rgb(124,110,164); }
div.DivClassName
{
background-color: #7C6EA4;
}
.BgClassName
{
background-color: #7C6EA4;
}
</style>
border-color css
<style>
span { border-color: #7C6EA4; }
span { border-color: rgb(124,110,164); }
td.TdClassName
{
border-color: #7C6EA4;
}
.TagClassName
{
border-color: #7C6EA4;
}
</style>