Shades of Medium Slate Blue #7C60DF
Tints of Medium Slate Blue #7C60DF
RGB
CMYK
RGB Variations
Color information
#7C60DF (or 0x7C60DF) is known color: Medium Slate Blue. HEX triplet: 7C, 60 and DF. RGB value is (124,96,223). Sum of RGB (Red+Green+Blue) = 124+96+223=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C60DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C60DF is #839F20. Grayscale: #767676. Windows color (decimal): -8625953 or 14639228. OLE color: 14639228.
HSL color Cylindrical-coordinate representation of color #7C60DF: hue angle of 253.23º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C60DF is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 96 | 223 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.13 |
| HSL | 253.23º | 0.66% | 0.63% | - |
| HSV(B) | 253.23º | 0.57% | 0.87% | - |
| XYZ | 25.81 | 17.98 | 71.92 | - |
| YUV | 118.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 223 | 0.44 | 0.57 | 0 | 0.13 | 253.23 | 0.66 | 0.63 |
| Hex | 7C | 60 | DF | 2C | 39 | 0 | D | FD | 42 | 3F |
| Octal | 174 | 140 | 337 | 54 | 71 | 0 | 15 | 375 | 102 | 77 |
| Binary | 1111100 | 1100000 | 11011111 | 101100 | 111001 | 0 | 1101 | 11111101 | 1000010 | 111111 |
Color Harmonies of #7C60DF
Complementary color
Monochromatic Colors of #7C60DF
Black with #7C60DF
Text Example
Text Example
White with #7C60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C60DF; }
p { color: rgb(124,96,223); }
H1.HeaderClassName
{
color: #7C60DF;
}
.AnyTagClassName
{
color: #7C60DF;
}
</style>
background-color css
<style>
a { background-color: #7C60DF; }
a { background-color: rgb(124,96,223); }
div.DivClassName
{
background-color: #7C60DF;
}
.BgClassName
{
background-color: #7C60DF;
}
</style>
border-color css
<style>
span { border-color: #7C60DF; }
span { border-color: rgb(124,96,223); }
td.TdClassName
{
border-color: #7C60DF;
}
.TagClassName
{
border-color: #7C60DF;
}
</style>