Shades of Medium Slate Blue #8F50EF
Tints of Medium Slate Blue #8F50EF
RGB
CMYK
RGB Variations
Color information
#8F50EF (or 0x8F50EF) is known color: Medium Slate Blue. HEX triplet: 8F, 50 and EF. RGB value is (143,80,239). Sum of RGB (Red+Green+Blue) = 143+80+239=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F50EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F50EF is #70AF10. Grayscale: #747474. Windows color (decimal): -7384849 or 15683727. OLE color: 15683727.
HSL color Cylindrical-coordinate representation of color #8F50EF: hue angle of 263.77º degrees, saturation: 0.83, 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 #8F50EF is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 80 | 239 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.06 |
| HSL | 263.77º | 0.83% | 0.63% | - |
| HSV(B) | 263.77º | 0.67% | 0.94% | - |
| XYZ | 29.78 | 17.81 | 83.53 | - |
| YUV | 116.96 | 196.87 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 239 | 0.40 | 0.67 | 0 | 0.06 | 263.77 | 0.83 | 0.63 |
| Hex | 8F | 50 | EF | 28 | 43 | 0 | 6 | 108 | 53 | 3F |
| Octal | 217 | 120 | 357 | 50 | 103 | 0 | 6 | 410 | 123 | 77 |
| Binary | 10001111 | 1010000 | 11101111 | 101000 | 1000011 | 0 | 110 | 100001000 | 1010011 | 111111 |
Color Harmonies of #8F50EF
Complementary color
Monochromatic Colors of #8F50EF
Black with #8F50EF
Text Example
Text Example
White with #8F50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F50EF; }
p { color: rgb(143,80,239); }
H1.HeaderClassName
{
color: #8F50EF;
}
.AnyTagClassName
{
color: #8F50EF;
}
</style>
background-color css
<style>
a { background-color: #8F50EF; }
a { background-color: rgb(143,80,239); }
div.DivClassName
{
background-color: #8F50EF;
}
.BgClassName
{
background-color: #8F50EF;
}
</style>
border-color css
<style>
span { border-color: #8F50EF; }
span { border-color: rgb(143,80,239); }
td.TdClassName
{
border-color: #8F50EF;
}
.TagClassName
{
border-color: #8F50EF;
}
</style>