Shades of Medium Slate Blue #7950F1
Tints of Medium Slate Blue #7950F1
RGB
CMYK
RGB Variations
Color information
#7950F1 (or 0x7950F1) is known color: Medium Slate Blue. HEX triplet: 79, 50 and F1. RGB value is (121,80,241). Sum of RGB (Red+Green+Blue) = 121+80+241=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #7950F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7950F1 is #86AF0E. Grayscale: #6E6E6E. Windows color (decimal): -8826639 or 15814777. OLE color: 15814777.
HSL color Cylindrical-coordinate representation of color #7950F1: hue angle of 255.28º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7950F1 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 80 | 241 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.05 |
| HSL | 255.28º | 0.85% | 0.63% | - |
| HSV(B) | 255.28º | 0.67% | 0.95% | - |
| XYZ | 26.63 | 16.15 | 84.93 | - |
| YUV | 110.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 80 | 241 | 0.50 | 0.67 | 0 | 0.05 | 255.28 | 0.85 | 0.63 |
| Hex | 79 | 50 | F1 | 32 | 43 | 0 | 5 | FF | 55 | 3F |
| Octal | 171 | 120 | 361 | 62 | 103 | 0 | 5 | 377 | 125 | 77 |
| Binary | 1111001 | 1010000 | 11110001 | 110010 | 1000011 | 0 | 101 | 11111111 | 1010101 | 111111 |
Color Harmonies of #7950F1
Complementary color
Monochromatic Colors of #7950F1
Black with #7950F1
Text Example
Text Example
White with #7950F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7950F1; }
p { color: rgb(121,80,241); }
H1.HeaderClassName
{
color: #7950F1;
}
.AnyTagClassName
{
color: #7950F1;
}
</style>
background-color css
<style>
a { background-color: #7950F1; }
a { background-color: rgb(121,80,241); }
div.DivClassName
{
background-color: #7950F1;
}
.BgClassName
{
background-color: #7950F1;
}
</style>
border-color css
<style>
span { border-color: #7950F1; }
span { border-color: rgb(121,80,241); }
td.TdClassName
{
border-color: #7950F1;
}
.TagClassName
{
border-color: #7950F1;
}
</style>