Shades of Medium Slate Blue #7C46FD
Tints of Medium Slate Blue #7C46FD
RGB
CMYK
RGB Variations
Color information
#7C46FD (or 0x7C46FD) is known color: Medium Slate Blue. HEX triplet: 7C, 46 and FD. RGB value is (124,70,253). Sum of RGB (Red+Green+Blue) = 124+70+253=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C46FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C46FD is #83B902. Grayscale: #6A6A6A. Windows color (decimal): -8632579 or 16598652. OLE color: 16598652.
HSL color Cylindrical-coordinate representation of color #7C46FD: hue angle of 257.7º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C46FD is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 70 | 253 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.01 |
| HSL | 257.7º | 0.98% | 0.63% | - |
| HSV(B) | 257.7º | 0.72% | 0.99% | - |
| XYZ | 28.23 | 15.76 | 94.48 | - |
| YUV | 107.01 | 210.39 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 253 | 0.51 | 0.72 | 0 | 0.01 | 257.7 | 0.98 | 0.63 |
| Hex | 7C | 46 | FD | 33 | 48 | 0 | 1 | 102 | 62 | 3F |
| Octal | 174 | 106 | 375 | 63 | 110 | 0 | 1 | 402 | 142 | 77 |
| Binary | 1111100 | 1000110 | 11111101 | 110011 | 1001000 | 0 | 1 | 100000010 | 1100010 | 111111 |
Color Harmonies of #7C46FD
Complementary color
Monochromatic Colors of #7C46FD
Black with #7C46FD
Text Example
Text Example
White with #7C46FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C46FD; }
p { color: rgb(124,70,253); }
H1.HeaderClassName
{
color: #7C46FD;
}
.AnyTagClassName
{
color: #7C46FD;
}
</style>
background-color css
<style>
a { background-color: #7C46FD; }
a { background-color: rgb(124,70,253); }
div.DivClassName
{
background-color: #7C46FD;
}
.BgClassName
{
background-color: #7C46FD;
}
</style>
border-color css
<style>
span { border-color: #7C46FD; }
span { border-color: rgb(124,70,253); }
td.TdClassName
{
border-color: #7C46FD;
}
.TagClassName
{
border-color: #7C46FD;
}
</style>