Shades of Medium Slate Blue #7C5FFC
Tints of Medium Slate Blue #7C5FFC
RGB
CMYK
RGB Variations
Color information
#7C5FFC (or 0x7C5FFC) is known color: Medium Slate Blue. HEX triplet: 7C, 5F and FC. RGB value is (124,95,252). Sum of RGB (Red+Green+Blue) = 124+95+252=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C5FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5FFC is #83A003. Grayscale: #787878. Windows color (decimal): -8626180 or 16539516. OLE color: 16539516.
HSL color Cylindrical-coordinate representation of color #7C5FFC: hue angle of 251.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C5FFC is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 95 | 252 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.01 |
| HSL | 251.08º | 0.96% | 0.68% | - |
| HSV(B) | 251.08º | 0.62% | 0.99% | - |
| XYZ | 29.98 | 19.5 | 94.28 | - |
| YUV | 121.57 | 201.61 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 95 | 252 | 0.51 | 0.62 | 0 | 0.01 | 251.08 | 0.96 | 0.68 |
| Hex | 7C | 5F | FC | 33 | 3E | 0 | 1 | FB | 60 | 44 |
| Octal | 174 | 137 | 374 | 63 | 76 | 0 | 1 | 373 | 140 | 104 |
| Binary | 1111100 | 1011111 | 11111100 | 110011 | 111110 | 0 | 1 | 11111011 | 1100000 | 1000100 |
Color Harmonies of #7C5FFC
Complementary color
Monochromatic Colors of #7C5FFC
Black with #7C5FFC
Text Example
Text Example
White with #7C5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5FFC; }
p { color: rgb(124,95,252); }
H1.HeaderClassName
{
color: #7C5FFC;
}
.AnyTagClassName
{
color: #7C5FFC;
}
</style>
background-color css
<style>
a { background-color: #7C5FFC; }
a { background-color: rgb(124,95,252); }
div.DivClassName
{
background-color: #7C5FFC;
}
.BgClassName
{
background-color: #7C5FFC;
}
</style>
border-color css
<style>
span { border-color: #7C5FFC; }
span { border-color: rgb(124,95,252); }
td.TdClassName
{
border-color: #7C5FFC;
}
.TagClassName
{
border-color: #7C5FFC;
}
</style>