Shades of Deluge #7C6EAA
Tints of Deluge #7C6EAA
RGB
CMYK
RGB Variations
Color information
#7C6EAA (or 0x7C6EAA) is known color: Deluge. HEX triplet: 7C, 6E and AA. RGB value is (124,110,170). Sum of RGB (Red+Green+Blue) = 124+110+170=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C6EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6EAA is #839155. Grayscale: #787878. Windows color (decimal): -8622422 or 11169404. OLE color: 11169404.
HSL color Cylindrical-coordinate representation of color #7C6EAA: hue angle of 254º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C6EAA is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 110 | 170 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.33 |
| HSL | 254º | 0.26% | 0.55% | - |
| HSV(B) | 254º | 0.35% | 0.67% | - |
| XYZ | 21.14 | 18.34 | 40.46 | - |
| YUV | 121.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 110 | 170 | 0.27 | 0.35 | 0 | 0.33 | 254 | 0.26 | 0.55 |
| Hex | 7C | 6E | AA | 1B | 23 | 0 | 21 | FE | 1A | 37 |
| Octal | 174 | 156 | 252 | 33 | 43 | 0 | 41 | 376 | 32 | 67 |
| Binary | 1111100 | 1101110 | 10101010 | 11011 | 100011 | 0 | 100001 | 11111110 | 11010 | 110111 |
Color Harmonies of #7C6EAA
Complementary color
Monochromatic Colors of #7C6EAA
Black with #7C6EAA
Text Example
Text Example
White with #7C6EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6EAA; }
p { color: rgb(124,110,170); }
H1.HeaderClassName
{
color: #7C6EAA;
}
.AnyTagClassName
{
color: #7C6EAA;
}
</style>
background-color css
<style>
a { background-color: #7C6EAA; }
a { background-color: rgb(124,110,170); }
div.DivClassName
{
background-color: #7C6EAA;
}
.BgClassName
{
background-color: #7C6EAA;
}
</style>
border-color css
<style>
span { border-color: #7C6EAA; }
span { border-color: rgb(124,110,170); }
td.TdClassName
{
border-color: #7C6EAA;
}
.TagClassName
{
border-color: #7C6EAA;
}
</style>