Shades of Medium Slate Blue #7946EA
Tints of Medium Slate Blue #7946EA
RGB
CMYK
RGB Variations
Color information
#7946EA (or 0x7946EA) is known color: Medium Slate Blue. HEX triplet: 79, 46 and EA. RGB value is (121,70,234). Sum of RGB (Red+Green+Blue) = 121+70+234=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #7946EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7946EA is #86B915. Grayscale: #676767. Windows color (decimal): -8829206 or 15353465. OLE color: 15353465.
HSL color Cylindrical-coordinate representation of color #7946EA: hue angle of 258.66º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7946EA is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 70 | 234 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.08 |
| HSL | 258.66º | 0.8% | 0.6% | - |
| HSV(B) | 258.66º | 0.7% | 0.92% | - |
| XYZ | 24.93 | 14.39 | 79.3 | - |
| YUV | 103.95 | 201.4 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 70 | 234 | 0.48 | 0.70 | 0 | 0.08 | 258.66 | 0.8 | 0.6 |
| Hex | 79 | 46 | EA | 30 | 46 | 0 | 8 | 103 | 50 | 3C |
| Octal | 171 | 106 | 352 | 60 | 106 | 0 | 10 | 403 | 120 | 74 |
| Binary | 1111001 | 1000110 | 11101010 | 110000 | 1000110 | 0 | 1000 | 100000011 | 1010000 | 111100 |
Color Harmonies of #7946EA
Complementary color
Monochromatic Colors of #7946EA
Black with #7946EA
Text Example
Text Example
White with #7946EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7946EA; }
p { color: rgb(121,70,234); }
H1.HeaderClassName
{
color: #7946EA;
}
.AnyTagClassName
{
color: #7946EA;
}
</style>
background-color css
<style>
a { background-color: #7946EA; }
a { background-color: rgb(121,70,234); }
div.DivClassName
{
background-color: #7946EA;
}
.BgClassName
{
background-color: #7946EA;
}
</style>
border-color css
<style>
span { border-color: #7946EA; }
span { border-color: rgb(121,70,234); }
td.TdClassName
{
border-color: #7946EA;
}
.TagClassName
{
border-color: #7946EA;
}
</style>