Shades of Medium Slate Blue #7C5DFC
Tints of Medium Slate Blue #7C5DFC
RGB
CMYK
RGB Variations
Color information
#7C5DFC (or 0x7C5DFC) is known color: Medium Slate Blue. HEX triplet: 7C, 5D and FC. RGB value is (124,93,252). Sum of RGB (Red+Green+Blue) = 124+93+252=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C5DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5DFC is #83A203. Grayscale: #777777. Windows color (decimal): -8626692 or 16539004. OLE color: 16539004.
HSL color Cylindrical-coordinate representation of color #7C5DFC: hue angle of 251.7º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C5DFC is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 93 | 252 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.01 |
| HSL | 251.7º | 0.96% | 0.68% | - |
| HSV(B) | 251.7º | 0.63% | 0.99% | - |
| XYZ | 29.8 | 19.14 | 94.22 | - |
| YUV | 120.4 | 202.27 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 93 | 252 | 0.51 | 0.63 | 0 | 0.01 | 251.7 | 0.96 | 0.68 |
| Hex | 7C | 5D | FC | 33 | 3F | 0 | 1 | FC | 60 | 44 |
| Octal | 174 | 135 | 374 | 63 | 77 | 0 | 1 | 374 | 140 | 104 |
| Binary | 1111100 | 1011101 | 11111100 | 110011 | 111111 | 0 | 1 | 11111100 | 1100000 | 1000100 |
Color Harmonies of #7C5DFC
Complementary color
Monochromatic Colors of #7C5DFC
Black with #7C5DFC
Text Example
Text Example
White with #7C5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5DFC; }
p { color: rgb(124,93,252); }
H1.HeaderClassName
{
color: #7C5DFC;
}
.AnyTagClassName
{
color: #7C5DFC;
}
</style>
background-color css
<style>
a { background-color: #7C5DFC; }
a { background-color: rgb(124,93,252); }
div.DivClassName
{
background-color: #7C5DFC;
}
.BgClassName
{
background-color: #7C5DFC;
}
</style>
border-color css
<style>
span { border-color: #7C5DFC; }
span { border-color: rgb(124,93,252); }
td.TdClassName
{
border-color: #7C5DFC;
}
.TagClassName
{
border-color: #7C5DFC;
}
</style>