Shades of Medium Slate Blue #7C5DFE
Tints of Medium Slate Blue #7C5DFE
RGB
CMYK
RGB Variations
Color information
#7C5DFE (or 0x7C5DFE) is known color: Medium Slate Blue. HEX triplet: 7C, 5D and FE. RGB value is (124,93,254). Sum of RGB (Red+Green+Blue) = 124+93+254=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C5DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5DFE is #83A201. Grayscale: #787878. Windows color (decimal): -8626690 or 16670076. OLE color: 16670076.
HSL color Cylindrical-coordinate representation of color #7C5DFE: hue angle of 251.55º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C5DFE is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 93 | 254 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.00 |
| HSL | 251.55º | 0.99% | 0.68% | - |
| HSV(B) | 251.55º | 0.63% | 1% | - |
| XYZ | 30.12 | 19.27 | 95.9 | - |
| YUV | 120.62 | 203.27 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 93 | 254 | 0.51 | 0.63 | 0 | 0.00 | 251.55 | 0.99 | 0.68 |
| Hex | 7C | 5D | FE | 33 | 3F | 0 | 0 | FC | 63 | 44 |
| Octal | 174 | 135 | 376 | 63 | 77 | 0 | 0 | 374 | 143 | 104 |
| Binary | 1111100 | 1011101 | 11111110 | 110011 | 111111 | 0 | 0 | 11111100 | 1100011 | 1000100 |
Color Harmonies of #7C5DFE
Complementary color
Monochromatic Colors of #7C5DFE
Black with #7C5DFE
Text Example
Text Example
White with #7C5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5DFE; }
p { color: rgb(124,93,254); }
H1.HeaderClassName
{
color: #7C5DFE;
}
.AnyTagClassName
{
color: #7C5DFE;
}
</style>
background-color css
<style>
a { background-color: #7C5DFE; }
a { background-color: rgb(124,93,254); }
div.DivClassName
{
background-color: #7C5DFE;
}
.BgClassName
{
background-color: #7C5DFE;
}
</style>
border-color css
<style>
span { border-color: #7C5DFE; }
span { border-color: rgb(124,93,254); }
td.TdClassName
{
border-color: #7C5DFE;
}
.TagClassName
{
border-color: #7C5DFE;
}
</style>