Shades of Medium Slate Blue #8F50F1
Tints of Medium Slate Blue #8F50F1
RGB
CMYK
RGB Variations
Color information
#8F50F1 (or 0x8F50F1) is known color: Medium Slate Blue. HEX triplet: 8F, 50 and F1. RGB value is (143,80,241). Sum of RGB (Red+Green+Blue) = 143+80+241=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F50F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F50F1 is #70AF0E. Grayscale: #747474. Windows color (decimal): -7384847 or 15814799. OLE color: 15814799.
HSL color Cylindrical-coordinate representation of color #8F50F1: hue angle of 263.48º 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 #8F50F1 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 80 | 241 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.05 |
| HSL | 263.48º | 0.85% | 0.63% | - |
| HSV(B) | 263.48º | 0.67% | 0.95% | - |
| XYZ | 30.07 | 17.93 | 85.09 | - |
| YUV | 117.19 | 197.87 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 241 | 0.41 | 0.67 | 0 | 0.05 | 263.48 | 0.85 | 0.63 |
| Hex | 8F | 50 | F1 | 29 | 43 | 0 | 5 | 107 | 55 | 3F |
| Octal | 217 | 120 | 361 | 51 | 103 | 0 | 5 | 407 | 125 | 77 |
| Binary | 10001111 | 1010000 | 11110001 | 101001 | 1000011 | 0 | 101 | 100000111 | 1010101 | 111111 |
Color Harmonies of #8F50F1
Complementary color
Monochromatic Colors of #8F50F1
Black with #8F50F1
Text Example
Text Example
White with #8F50F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F50F1; }
p { color: rgb(143,80,241); }
H1.HeaderClassName
{
color: #8F50F1;
}
.AnyTagClassName
{
color: #8F50F1;
}
</style>
background-color css
<style>
a { background-color: #8F50F1; }
a { background-color: rgb(143,80,241); }
div.DivClassName
{
background-color: #8F50F1;
}
.BgClassName
{
background-color: #8F50F1;
}
</style>
border-color css
<style>
span { border-color: #8F50F1; }
span { border-color: rgb(143,80,241); }
td.TdClassName
{
border-color: #8F50F1;
}
.TagClassName
{
border-color: #8F50F1;
}
</style>