Shades of Medium Slate Blue #7946FC
Tints of Medium Slate Blue #7946FC
RGB
CMYK
RGB Variations
Color information
#7946FC (or 0x7946FC) is known color: Medium Slate Blue. HEX triplet: 79, 46 and FC. RGB value is (121,70,252). Sum of RGB (Red+Green+Blue) = 121+70+252=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #7946FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7946FC is #86B903. Grayscale: #696969. Windows color (decimal): -8829188 or 16533113. OLE color: 16533113.
HSL color Cylindrical-coordinate representation of color #7946FC: hue angle of 256.81º degrees, saturation: 0.97, 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 #7946FC is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 70 | 252 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.01 |
| HSL | 256.81º | 0.97% | 0.63% | - |
| HSV(B) | 256.81º | 0.72% | 0.99% | - |
| XYZ | 27.65 | 15.47 | 93.63 | - |
| YUV | 106 | 210.4 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 70 | 252 | 0.52 | 0.72 | 0 | 0.01 | 256.81 | 0.97 | 0.63 |
| Hex | 79 | 46 | FC | 34 | 48 | 0 | 1 | 101 | 61 | 3F |
| Octal | 171 | 106 | 374 | 64 | 110 | 0 | 1 | 401 | 141 | 77 |
| Binary | 1111001 | 1000110 | 11111100 | 110100 | 1001000 | 0 | 1 | 100000001 | 1100001 | 111111 |
Color Harmonies of #7946FC
Complementary color
Monochromatic Colors of #7946FC
Black with #7946FC
Text Example
Text Example
White with #7946FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7946FC; }
p { color: rgb(121,70,252); }
H1.HeaderClassName
{
color: #7946FC;
}
.AnyTagClassName
{
color: #7946FC;
}
</style>
background-color css
<style>
a { background-color: #7946FC; }
a { background-color: rgb(121,70,252); }
div.DivClassName
{
background-color: #7946FC;
}
.BgClassName
{
background-color: #7946FC;
}
</style>
border-color css
<style>
span { border-color: #7946FC; }
span { border-color: rgb(121,70,252); }
td.TdClassName
{
border-color: #7946FC;
}
.TagClassName
{
border-color: #7946FC;
}
</style>