Shades of Medium Slate Blue #7950E4
Tints of Medium Slate Blue #7950E4
RGB
CMYK
RGB Variations
Color information
#7950E4 (or 0x7950E4) is known color: Medium Slate Blue. HEX triplet: 79, 50 and E4. RGB value is (121,80,228). Sum of RGB (Red+Green+Blue) = 121+80+228=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 228 (89.45% from 255 or 53.15% from 429); Max value from RGB is 228 - color contains mainly: blue. Hex color #7950E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7950E4 is #86AF1B. Grayscale: #6C6C6C. Windows color (decimal): -8826652 or 14962809. OLE color: 14962809.
HSL color Cylindrical-coordinate representation of color #7950E4: hue angle of 256.62º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7950E4 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 80 | 228 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.11 |
| HSL | 256.62º | 0.73% | 0.6% | - |
| HSV(B) | 256.62º | 0.65% | 0.89% | - |
| XYZ | 24.76 | 15.4 | 75.07 | - |
| YUV | 109.13 | 195.08 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 80 | 228 | 0.47 | 0.65 | 0 | 0.11 | 256.62 | 0.73 | 0.6 |
| Hex | 79 | 50 | E4 | 2F | 41 | 0 | B | 101 | 49 | 3C |
| Octal | 171 | 120 | 344 | 57 | 101 | 0 | 13 | 401 | 111 | 74 |
| Binary | 1111001 | 1010000 | 11100100 | 101111 | 1000001 | 0 | 1011 | 100000001 | 1001001 | 111100 |
Color Harmonies of #7950E4
Complementary color
Monochromatic Colors of #7950E4
Black with #7950E4
Text Example
Text Example
White with #7950E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7950E4; }
p { color: rgb(121,80,228); }
H1.HeaderClassName
{
color: #7950E4;
}
.AnyTagClassName
{
color: #7950E4;
}
</style>
background-color css
<style>
a { background-color: #7950E4; }
a { background-color: rgb(121,80,228); }
div.DivClassName
{
background-color: #7950E4;
}
.BgClassName
{
background-color: #7950E4;
}
</style>
border-color css
<style>
span { border-color: #7950E4; }
span { border-color: rgb(121,80,228); }
td.TdClassName
{
border-color: #7950E4;
}
.TagClassName
{
border-color: #7950E4;
}
</style>