Shades of Medium Slate Blue #7951EC
Tints of Medium Slate Blue #7951EC
RGB
CMYK
RGB Variations
Color information
#7951EC (or 0x7951EC) is known color: Medium Slate Blue. HEX triplet: 79, 51 and EC. RGB value is (121,81,236). Sum of RGB (Red+Green+Blue) = 121+81+236=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #7951EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7951EC is #86AE13. Grayscale: #6E6E6E. Windows color (decimal): -8826388 or 15487353. OLE color: 15487353.
HSL color Cylindrical-coordinate representation of color #7951EC: hue angle of 255.48º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7951EC is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 81 | 236 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.07 |
| HSL | 255.48º | 0.8% | 0.62% | - |
| HSV(B) | 255.48º | 0.66% | 0.93% | - |
| XYZ | 25.97 | 16.01 | 81.08 | - |
| YUV | 110.63 | 198.75 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 236 | 0.49 | 0.66 | 0 | 0.07 | 255.48 | 0.8 | 0.62 |
| Hex | 79 | 51 | EC | 31 | 42 | 0 | 7 | FF | 50 | 3E |
| Octal | 171 | 121 | 354 | 61 | 102 | 0 | 7 | 377 | 120 | 76 |
| Binary | 1111001 | 1010001 | 11101100 | 110001 | 1000010 | 0 | 111 | 11111111 | 1010000 | 111110 |
Color Harmonies of #7951EC
Complementary color
Monochromatic Colors of #7951EC
Black with #7951EC
Text Example
Text Example
White with #7951EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7951EC; }
p { color: rgb(121,81,236); }
H1.HeaderClassName
{
color: #7951EC;
}
.AnyTagClassName
{
color: #7951EC;
}
</style>
background-color css
<style>
a { background-color: #7951EC; }
a { background-color: rgb(121,81,236); }
div.DivClassName
{
background-color: #7951EC;
}
.BgClassName
{
background-color: #7951EC;
}
</style>
border-color css
<style>
span { border-color: #7951EC; }
span { border-color: rgb(121,81,236); }
td.TdClassName
{
border-color: #7951EC;
}
.TagClassName
{
border-color: #7951EC;
}
</style>