Shades of Medium Slate Blue #7C50ED
Tints of Medium Slate Blue #7C50ED
RGB
CMYK
RGB Variations
Color information
#7C50ED (or 0x7C50ED) is known color: Medium Slate Blue. HEX triplet: 7C, 50 and ED. RGB value is (124,80,237). Sum of RGB (Red+Green+Blue) = 124+80+237=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C50ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C50ED is #83AF12. Grayscale: #6E6E6E. Windows color (decimal): -8630035 or 15552636. OLE color: 15552636.
HSL color Cylindrical-coordinate representation of color #7C50ED: hue angle of 256.82º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C50ED is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 80 | 237 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.07 |
| HSL | 256.82º | 0.81% | 0.62% | - |
| HSV(B) | 256.82º | 0.66% | 0.93% | - |
| XYZ | 26.47 | 16.14 | 81.84 | - |
| YUV | 111.05 | 199.08 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 237 | 0.48 | 0.66 | 0 | 0.07 | 256.82 | 0.81 | 0.62 |
| Hex | 7C | 50 | ED | 30 | 42 | 0 | 7 | 101 | 51 | 3E |
| Octal | 174 | 120 | 355 | 60 | 102 | 0 | 7 | 401 | 121 | 76 |
| Binary | 1111100 | 1010000 | 11101101 | 110000 | 1000010 | 0 | 111 | 100000001 | 1010001 | 111110 |
Color Harmonies of #7C50ED
Complementary color
Monochromatic Colors of #7C50ED
Black with #7C50ED
Text Example
Text Example
White with #7C50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C50ED; }
p { color: rgb(124,80,237); }
H1.HeaderClassName
{
color: #7C50ED;
}
.AnyTagClassName
{
color: #7C50ED;
}
</style>
background-color css
<style>
a { background-color: #7C50ED; }
a { background-color: rgb(124,80,237); }
div.DivClassName
{
background-color: #7C50ED;
}
.BgClassName
{
background-color: #7C50ED;
}
</style>
border-color css
<style>
span { border-color: #7C50ED; }
span { border-color: rgb(124,80,237); }
td.TdClassName
{
border-color: #7C50ED;
}
.TagClassName
{
border-color: #7C50ED;
}
</style>