Shades of Medium Slate Blue #7C5AF3
Tints of Medium Slate Blue #7C5AF3
RGB
CMYK
RGB Variations
Color information
#7C5AF3 (or 0x7C5AF3) is known color: Medium Slate Blue. HEX triplet: 7C, 5A and F3. RGB value is (124,90,243). Sum of RGB (Red+Green+Blue) = 124+90+243=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #7C5AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5AF3 is #83A50C. Grayscale: #757575. Windows color (decimal): -8627469 or 15948412. OLE color: 15948412.
HSL color Cylindrical-coordinate representation of color #7C5AF3: hue angle of 253.33º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C5AF3 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 90 | 243 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.05 |
| HSL | 253.33º | 0.86% | 0.65% | - |
| HSV(B) | 253.33º | 0.63% | 0.95% | - |
| XYZ | 28.15 | 18.07 | 86.8 | - |
| YUV | 117.61 | 198.76 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 90 | 243 | 0.49 | 0.63 | 0 | 0.05 | 253.33 | 0.86 | 0.65 |
| Hex | 7C | 5A | F3 | 31 | 3F | 0 | 5 | FD | 56 | 41 |
| Octal | 174 | 132 | 363 | 61 | 77 | 0 | 5 | 375 | 126 | 101 |
| Binary | 1111100 | 1011010 | 11110011 | 110001 | 111111 | 0 | 101 | 11111101 | 1010110 | 1000001 |
Color Harmonies of #7C5AF3
Complementary color
Monochromatic Colors of #7C5AF3
Black with #7C5AF3
Text Example
Text Example
White with #7C5AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5AF3; }
p { color: rgb(124,90,243); }
H1.HeaderClassName
{
color: #7C5AF3;
}
.AnyTagClassName
{
color: #7C5AF3;
}
</style>
background-color css
<style>
a { background-color: #7C5AF3; }
a { background-color: rgb(124,90,243); }
div.DivClassName
{
background-color: #7C5AF3;
}
.BgClassName
{
background-color: #7C5AF3;
}
</style>
border-color css
<style>
span { border-color: #7C5AF3; }
span { border-color: rgb(124,90,243); }
td.TdClassName
{
border-color: #7C5AF3;
}
.TagClassName
{
border-color: #7C5AF3;
}
</style>