Shades of Medium Slate Blue #7C49FC
Tints of Medium Slate Blue #7C49FC
RGB
CMYK
RGB Variations
Color information
#7C49FC (or 0x7C49FC) is known color: Medium Slate Blue. HEX triplet: 7C, 49 and FC. RGB value is (124,73,252). Sum of RGB (Red+Green+Blue) = 124+73+252=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #7C49FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C49FC is #83B603. Grayscale: #6B6B6B. Windows color (decimal): -8631812 or 16533884. OLE color: 16533884.
HSL color Cylindrical-coordinate representation of color #7C49FC: hue angle of 257.09º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C49FC is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 73 | 252 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.01 |
| HSL | 257.1º | 0.97% | 0.64% | - |
| HSV(B) | 257.1º | 0.71% | 0.99% | - |
| XYZ | 28.27 | 16.08 | 93.71 | - |
| YUV | 108.66 | 208.9 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 252 | 0.51 | 0.71 | 0 | 0.01 | 257.1 | 0.97 | 0.64 |
| Hex | 7C | 49 | FC | 33 | 47 | 0 | 1 | 101 | 61 | 40 |
| Octal | 174 | 111 | 374 | 63 | 107 | 0 | 1 | 401 | 141 | 100 |
| Binary | 1111100 | 1001001 | 11111100 | 110011 | 1000111 | 0 | 1 | 100000001 | 1100001 | 1000000 |
Color Harmonies of #7C49FC
Complementary color
Monochromatic Colors of #7C49FC
Black with #7C49FC
Text Example
Text Example
White with #7C49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C49FC; }
p { color: rgb(124,73,252); }
H1.HeaderClassName
{
color: #7C49FC;
}
.AnyTagClassName
{
color: #7C49FC;
}
</style>
background-color css
<style>
a { background-color: #7C49FC; }
a { background-color: rgb(124,73,252); }
div.DivClassName
{
background-color: #7C49FC;
}
.BgClassName
{
background-color: #7C49FC;
}
</style>
border-color css
<style>
span { border-color: #7C49FC; }
span { border-color: rgb(124,73,252); }
td.TdClassName
{
border-color: #7C49FC;
}
.TagClassName
{
border-color: #7C49FC;
}
</style>