Shades of Medium Slate Blue #8F53EF
Tints of Medium Slate Blue #8F53EF
RGB
CMYK
RGB Variations
Color information
#8F53EF (or 0x8F53EF) is known color: Medium Slate Blue. HEX triplet: 8F, 53 and EF. RGB value is (143,83,239). Sum of RGB (Red+Green+Blue) = 143+83+239=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F53EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F53EF is #70AC10. Grayscale: #767676. Windows color (decimal): -7384081 or 15684495. OLE color: 15684495.
HSL color Cylindrical-coordinate representation of color #8F53EF: hue angle of 263.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F53EF is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 83 | 239 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.06 |
| HSL | 263.08º | 0.83% | 0.63% | - |
| HSV(B) | 263.08º | 0.65% | 0.94% | - |
| XYZ | 30 | 18.26 | 83.6 | - |
| YUV | 118.72 | 195.88 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 239 | 0.40 | 0.65 | 0 | 0.06 | 263.08 | 0.83 | 0.63 |
| Hex | 8F | 53 | EF | 28 | 41 | 0 | 6 | 107 | 53 | 3F |
| Octal | 217 | 123 | 357 | 50 | 101 | 0 | 6 | 407 | 123 | 77 |
| Binary | 10001111 | 1010011 | 11101111 | 101000 | 1000001 | 0 | 110 | 100000111 | 1010011 | 111111 |
Color Harmonies of #8F53EF
Complementary color
Monochromatic Colors of #8F53EF
Black with #8F53EF
Text Example
Text Example
White with #8F53EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F53EF; }
p { color: rgb(143,83,239); }
H1.HeaderClassName
{
color: #8F53EF;
}
.AnyTagClassName
{
color: #8F53EF;
}
</style>
background-color css
<style>
a { background-color: #8F53EF; }
a { background-color: rgb(143,83,239); }
div.DivClassName
{
background-color: #8F53EF;
}
.BgClassName
{
background-color: #8F53EF;
}
</style>
border-color css
<style>
span { border-color: #8F53EF; }
span { border-color: rgb(143,83,239); }
td.TdClassName
{
border-color: #8F53EF;
}
.TagClassName
{
border-color: #8F53EF;
}
</style>