Shades of Medium Slate Blue #7C6AE5
Tints of Medium Slate Blue #7C6AE5
RGB
CMYK
RGB Variations
Color information
#7C6AE5 (or 0x7C6AE5) is known color: Medium Slate Blue. HEX triplet: 7C, 6A and E5. RGB value is (124,106,229). Sum of RGB (Red+Green+Blue) = 124+106+229=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #7C6AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6AE5 is #83951A. Grayscale: #7C7C7C. Windows color (decimal): -8623387 or 15035004. OLE color: 15035004.
HSL color Cylindrical-coordinate representation of color #7C6AE5: hue angle of 248.78º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C6AE5 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 106 | 229 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.10 |
| HSL | 248.78º | 0.7% | 0.66% | - |
| HSV(B) | 248.78º | 0.54% | 0.9% | - |
| XYZ | 27.61 | 20.25 | 76.58 | - |
| YUV | 125.4 | 186.46 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 229 | 0.46 | 0.54 | 0 | 0.10 | 248.78 | 0.7 | 0.66 |
| Hex | 7C | 6A | E5 | 2E | 36 | 0 | A | F9 | 46 | 42 |
| Octal | 174 | 152 | 345 | 56 | 66 | 0 | 12 | 371 | 106 | 102 |
| Binary | 1111100 | 1101010 | 11100101 | 101110 | 110110 | 0 | 1010 | 11111001 | 1000110 | 1000010 |
Color Harmonies of #7C6AE5
Complementary color
Monochromatic Colors of #7C6AE5
Black with #7C6AE5
Text Example
Text Example
White with #7C6AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6AE5; }
p { color: rgb(124,106,229); }
H1.HeaderClassName
{
color: #7C6AE5;
}
.AnyTagClassName
{
color: #7C6AE5;
}
</style>
background-color css
<style>
a { background-color: #7C6AE5; }
a { background-color: rgb(124,106,229); }
div.DivClassName
{
background-color: #7C6AE5;
}
.BgClassName
{
background-color: #7C6AE5;
}
</style>
border-color css
<style>
span { border-color: #7C6AE5; }
span { border-color: rgb(124,106,229); }
td.TdClassName
{
border-color: #7C6AE5;
}
.TagClassName
{
border-color: #7C6AE5;
}
</style>