Shades of Medium Slate Blue #7C60EE
Tints of Medium Slate Blue #7C60EE
RGB
CMYK
RGB Variations
Color information
#7C60EE (or 0x7C60EE) is known color: Medium Slate Blue. HEX triplet: 7C, 60 and EE. RGB value is (124,96,238). Sum of RGB (Red+Green+Blue) = 124+96+238=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C60EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C60EE is #839F11. Grayscale: #787878. Windows color (decimal): -8625938 or 15622268. OLE color: 15622268.
HSL color Cylindrical-coordinate representation of color #7C60EE: hue angle of 251.83º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C60EE is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 96 | 238 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.07 |
| HSL | 251.83º | 0.81% | 0.65% | - |
| HSV(B) | 251.83º | 0.6% | 0.93% | - |
| XYZ | 27.93 | 18.82 | 83.05 | - |
| YUV | 120.56 | 194.28 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 238 | 0.48 | 0.60 | 0 | 0.07 | 251.83 | 0.81 | 0.65 |
| Hex | 7C | 60 | EE | 30 | 3C | 0 | 7 | FC | 51 | 41 |
| Octal | 174 | 140 | 356 | 60 | 74 | 0 | 7 | 374 | 121 | 101 |
| Binary | 1111100 | 1100000 | 11101110 | 110000 | 111100 | 0 | 111 | 11111100 | 1010001 | 1000001 |
Color Harmonies of #7C60EE
Complementary color
Monochromatic Colors of #7C60EE
Black with #7C60EE
Text Example
Text Example
White with #7C60EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C60EE; }
p { color: rgb(124,96,238); }
H1.HeaderClassName
{
color: #7C60EE;
}
.AnyTagClassName
{
color: #7C60EE;
}
</style>
background-color css
<style>
a { background-color: #7C60EE; }
a { background-color: rgb(124,96,238); }
div.DivClassName
{
background-color: #7C60EE;
}
.BgClassName
{
background-color: #7C60EE;
}
</style>
border-color css
<style>
span { border-color: #7C60EE; }
span { border-color: rgb(124,96,238); }
td.TdClassName
{
border-color: #7C60EE;
}
.TagClassName
{
border-color: #7C60EE;
}
</style>