Shades of Medium Slate Blue #7C6AE0
Tints of Medium Slate Blue #7C6AE0
RGB
CMYK
RGB Variations
Color information
#7C6AE0 (or 0x7C6AE0) is known color: Medium Slate Blue. HEX triplet: 7C, 6A and E0. RGB value is (124,106,224). Sum of RGB (Red+Green+Blue) = 124+106+224=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #7C6AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6AE0 is #83951F. Grayscale: #7C7C7C. Windows color (decimal): -8623392 or 14707324. OLE color: 14707324.
HSL color Cylindrical-coordinate representation of color #7C6AE0: hue angle of 249.15º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C6AE0 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 106 | 224 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.12 |
| HSL | 249.15º | 0.66% | 0.65% | - |
| HSV(B) | 249.15º | 0.53% | 0.88% | - |
| XYZ | 26.92 | 19.97 | 72.96 | - |
| YUV | 124.83 | 183.96 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 224 | 0.45 | 0.53 | 0 | 0.12 | 249.15 | 0.66 | 0.65 |
| Hex | 7C | 6A | E0 | 2D | 35 | 0 | C | F9 | 42 | 41 |
| Octal | 174 | 152 | 340 | 55 | 65 | 0 | 14 | 371 | 102 | 101 |
| Binary | 1111100 | 1101010 | 11100000 | 101101 | 110101 | 0 | 1100 | 11111001 | 1000010 | 1000001 |
Color Harmonies of #7C6AE0
Complementary color
Monochromatic Colors of #7C6AE0
Black with #7C6AE0
Text Example
Text Example
White with #7C6AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6AE0; }
p { color: rgb(124,106,224); }
H1.HeaderClassName
{
color: #7C6AE0;
}
.AnyTagClassName
{
color: #7C6AE0;
}
</style>
background-color css
<style>
a { background-color: #7C6AE0; }
a { background-color: rgb(124,106,224); }
div.DivClassName
{
background-color: #7C6AE0;
}
.BgClassName
{
background-color: #7C6AE0;
}
</style>
border-color css
<style>
span { border-color: #7C6AE0; }
span { border-color: rgb(124,106,224); }
td.TdClassName
{
border-color: #7C6AE0;
}
.TagClassName
{
border-color: #7C6AE0;
}
</style>