Shades of Medium Slate Blue #7C5AFE
Tints of Medium Slate Blue #7C5AFE
RGB
CMYK
RGB Variations
Color information
#7C5AFE (or 0x7C5AFE) is known color: Medium Slate Blue. HEX triplet: 7C, 5A and FE. RGB value is (124,90,254). Sum of RGB (Red+Green+Blue) = 124+90+254=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C5AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5AFE is #83A501. Grayscale: #767676. Windows color (decimal): -8627458 or 16669308. OLE color: 16669308.
HSL color Cylindrical-coordinate representation of color #7C5AFE: hue angle of 252.44º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C5AFE is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 90 | 254 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.00 |
| HSL | 252.44º | 0.99% | 0.67% | - |
| HSV(B) | 252.44º | 0.65% | 1% | - |
| XYZ | 29.86 | 18.75 | 95.81 | - |
| YUV | 118.86 | 204.26 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 90 | 254 | 0.51 | 0.65 | 0 | 0.00 | 252.44 | 0.99 | 0.67 |
| Hex | 7C | 5A | FE | 33 | 41 | 0 | 0 | FC | 63 | 43 |
| Octal | 174 | 132 | 376 | 63 | 101 | 0 | 0 | 374 | 143 | 103 |
| Binary | 1111100 | 1011010 | 11111110 | 110011 | 1000001 | 0 | 0 | 11111100 | 1100011 | 1000011 |
Color Harmonies of #7C5AFE
Complementary color
Monochromatic Colors of #7C5AFE
Black with #7C5AFE
Text Example
Text Example
White with #7C5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5AFE; }
p { color: rgb(124,90,254); }
H1.HeaderClassName
{
color: #7C5AFE;
}
.AnyTagClassName
{
color: #7C5AFE;
}
</style>
background-color css
<style>
a { background-color: #7C5AFE; }
a { background-color: rgb(124,90,254); }
div.DivClassName
{
background-color: #7C5AFE;
}
.BgClassName
{
background-color: #7C5AFE;
}
</style>
border-color css
<style>
span { border-color: #7C5AFE; }
span { border-color: rgb(124,90,254); }
td.TdClassName
{
border-color: #7C5AFE;
}
.TagClassName
{
border-color: #7C5AFE;
}
</style>