Shades of Medium Slate Blue #7C4AFD
Tints of Medium Slate Blue #7C4AFD
RGB
CMYK
RGB Variations
Color information
#7C4AFD (or 0x7C4AFD) is known color: Medium Slate Blue. HEX triplet: 7C, 4A and FD. RGB value is (124,74,253). Sum of RGB (Red+Green+Blue) = 124+74+253=451 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.49% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C4AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C4AFD is #83B502. Grayscale: #6C6C6C. Windows color (decimal): -8631555 or 16599676. OLE color: 16599676.
HSL color Cylindrical-coordinate representation of color #7C4AFD: hue angle of 256.76º degrees, saturation: 0.98, 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 #7C4AFD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 74 | 253 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.01 |
| HSL | 256.76º | 0.98% | 0.64% | - |
| HSV(B) | 256.76º | 0.71% | 0.99% | - |
| XYZ | 28.49 | 16.27 | 94.57 | - |
| YUV | 109.36 | 209.07 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 74 | 253 | 0.51 | 0.71 | 0 | 0.01 | 256.76 | 0.98 | 0.64 |
| Hex | 7C | 4A | FD | 33 | 47 | 0 | 1 | 101 | 62 | 40 |
| Octal | 174 | 112 | 375 | 63 | 107 | 0 | 1 | 401 | 142 | 100 |
| Binary | 1111100 | 1001010 | 11111101 | 110011 | 1000111 | 0 | 1 | 100000001 | 1100010 | 1000000 |
Color Harmonies of #7C4AFD
Complementary color
Monochromatic Colors of #7C4AFD
Black with #7C4AFD
Text Example
Text Example
White with #7C4AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4AFD; }
p { color: rgb(124,74,253); }
H1.HeaderClassName
{
color: #7C4AFD;
}
.AnyTagClassName
{
color: #7C4AFD;
}
</style>
background-color css
<style>
a { background-color: #7C4AFD; }
a { background-color: rgb(124,74,253); }
div.DivClassName
{
background-color: #7C4AFD;
}
.BgClassName
{
background-color: #7C4AFD;
}
</style>
border-color css
<style>
span { border-color: #7C4AFD; }
span { border-color: rgb(124,74,253); }
td.TdClassName
{
border-color: #7C4AFD;
}
.TagClassName
{
border-color: #7C4AFD;
}
</style>