Shades of Medium Slate Blue #7C5BFD
Tints of Medium Slate Blue #7C5BFD
RGB
CMYK
RGB Variations
Color information
#7C5BFD (or 0x7C5BFD) is known color: Medium Slate Blue. HEX triplet: 7C, 5B and FD. RGB value is (124,91,253). Sum of RGB (Red+Green+Blue) = 124+91+253=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C5BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C5BFD is #83A402. Grayscale: #767676. Windows color (decimal): -8627203 or 16604028. OLE color: 16604028.
HSL color Cylindrical-coordinate representation of color #7C5BFD: hue angle of 252.22º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C5BFD is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 91 | 253 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.01 |
| HSL | 252.22º | 0.98% | 0.67% | - |
| HSV(B) | 252.22º | 0.64% | 0.99% | - |
| XYZ | 29.78 | 18.86 | 95 | - |
| YUV | 119.34 | 203.43 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 91 | 253 | 0.51 | 0.64 | 0 | 0.01 | 252.22 | 0.98 | 0.67 |
| Hex | 7C | 5B | FD | 33 | 40 | 0 | 1 | FC | 62 | 43 |
| Octal | 174 | 133 | 375 | 63 | 100 | 0 | 1 | 374 | 142 | 103 |
| Binary | 1111100 | 1011011 | 11111101 | 110011 | 1000000 | 0 | 1 | 11111100 | 1100010 | 1000011 |
Color Harmonies of #7C5BFD
Complementary color
Monochromatic Colors of #7C5BFD
Black with #7C5BFD
Text Example
Text Example
White with #7C5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5BFD; }
p { color: rgb(124,91,253); }
H1.HeaderClassName
{
color: #7C5BFD;
}
.AnyTagClassName
{
color: #7C5BFD;
}
</style>
background-color css
<style>
a { background-color: #7C5BFD; }
a { background-color: rgb(124,91,253); }
div.DivClassName
{
background-color: #7C5BFD;
}
.BgClassName
{
background-color: #7C5BFD;
}
</style>
border-color css
<style>
span { border-color: #7C5BFD; }
span { border-color: rgb(124,91,253); }
td.TdClassName
{
border-color: #7C5BFD;
}
.TagClassName
{
border-color: #7C5BFD;
}
</style>