Shades of Medium Slate Blue #8F50F0
Tints of Medium Slate Blue #8F50F0
RGB
CMYK
RGB Variations
Color information
#8F50F0 (or 0x8F50F0) is known color: Medium Slate Blue. HEX triplet: 8F, 50 and F0. RGB value is (143,80,240). Sum of RGB (Red+Green+Blue) = 143+80+240=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #8F50F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F50F0 is #70AF0F. Grayscale: #747474. Windows color (decimal): -7384848 or 15749263. OLE color: 15749263.
HSL color Cylindrical-coordinate representation of color #8F50F0: hue angle of 263.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F50F0 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 80 | 240 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.06 |
| HSL | 263.63º | 0.84% | 0.63% | - |
| HSV(B) | 263.63º | 0.67% | 0.94% | - |
| XYZ | 29.92 | 17.87 | 84.31 | - |
| YUV | 117.08 | 197.37 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 240 | 0.40 | 0.67 | 0 | 0.06 | 263.63 | 0.84 | 0.63 |
| Hex | 8F | 50 | F0 | 28 | 43 | 0 | 6 | 108 | 54 | 3F |
| Octal | 217 | 120 | 360 | 50 | 103 | 0 | 6 | 410 | 124 | 77 |
| Binary | 10001111 | 1010000 | 11110000 | 101000 | 1000011 | 0 | 110 | 100001000 | 1010100 | 111111 |
Color Harmonies of #8F50F0
Complementary color
Monochromatic Colors of #8F50F0
Black with #8F50F0
Text Example
Text Example
White with #8F50F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F50F0; }
p { color: rgb(143,80,240); }
H1.HeaderClassName
{
color: #8F50F0;
}
.AnyTagClassName
{
color: #8F50F0;
}
</style>
background-color css
<style>
a { background-color: #8F50F0; }
a { background-color: rgb(143,80,240); }
div.DivClassName
{
background-color: #8F50F0;
}
.BgClassName
{
background-color: #8F50F0;
}
</style>
border-color css
<style>
span { border-color: #8F50F0; }
span { border-color: rgb(143,80,240); }
td.TdClassName
{
border-color: #8F50F0;
}
.TagClassName
{
border-color: #8F50F0;
}
</style>