Shades of Medium Slate Blue #7C46F7
Tints of Medium Slate Blue #7C46F7
RGB
CMYK
RGB Variations
Color information
#7C46F7 (or 0x7C46F7) is known color: Medium Slate Blue. HEX triplet: 7C, 46 and F7. RGB value is (124,70,247). Sum of RGB (Red+Green+Blue) = 124+70+247=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 247 (96.88% from 255 or 56.01% from 441); Max value from RGB is 247 - color contains mainly: blue. Hex color #7C46F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C46F7 is #83B908. Grayscale: #696969. Windows color (decimal): -8632585 or 16205436. OLE color: 16205436.
HSL color Cylindrical-coordinate representation of color #7C46F7: hue angle of 258.31º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C46F7 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 70 | 247 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.03 |
| HSL | 258.31º | 0.92% | 0.62% | - |
| HSV(B) | 258.31º | 0.72% | 0.97% | - |
| XYZ | 27.29 | 15.38 | 89.53 | - |
| YUV | 106.32 | 207.39 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 247 | 0.50 | 0.72 | 0 | 0.03 | 258.31 | 0.92 | 0.62 |
| Hex | 7C | 46 | F7 | 32 | 48 | 0 | 3 | 102 | 5C | 3E |
| Octal | 174 | 106 | 367 | 62 | 110 | 0 | 3 | 402 | 134 | 76 |
| Binary | 1111100 | 1000110 | 11110111 | 110010 | 1001000 | 0 | 11 | 100000010 | 1011100 | 111110 |
Color Harmonies of #7C46F7
Complementary color
Monochromatic Colors of #7C46F7
Black with #7C46F7
Text Example
Text Example
White with #7C46F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C46F7; }
p { color: rgb(124,70,247); }
H1.HeaderClassName
{
color: #7C46F7;
}
.AnyTagClassName
{
color: #7C46F7;
}
</style>
background-color css
<style>
a { background-color: #7C46F7; }
a { background-color: rgb(124,70,247); }
div.DivClassName
{
background-color: #7C46F7;
}
.BgClassName
{
background-color: #7C46F7;
}
</style>
border-color css
<style>
span { border-color: #7C46F7; }
span { border-color: rgb(124,70,247); }
td.TdClassName
{
border-color: #7C46F7;
}
.TagClassName
{
border-color: #7C46F7;
}
</style>