Shades of Medium Slate Blue #8F54F9
Tints of Medium Slate Blue #8F54F9
RGB
CMYK
RGB Variations
Color information
#8F54F9 (or 0x8F54F9) is known color: Medium Slate Blue. HEX triplet: 8F, 54 and F9. RGB value is (143,84,249). Sum of RGB (Red+Green+Blue) = 143+84+249=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F54F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F54F9 is #70AB06. Grayscale: #777777. Windows color (decimal): -7383815 or 16340111. OLE color: 16340111.
HSL color Cylindrical-coordinate representation of color #8F54F9: hue angle of 261.45º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F54F9 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 84 | 249 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.02 |
| HSL | 261.45º | 0.93% | 0.65% | - |
| HSV(B) | 261.45º | 0.66% | 0.98% | - |
| XYZ | 31.6 | 19.02 | 91.63 | - |
| YUV | 120.45 | 200.55 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 249 | 0.43 | 0.66 | 0 | 0.02 | 261.45 | 0.93 | 0.65 |
| Hex | 8F | 54 | F9 | 2B | 42 | 0 | 2 | 105 | 5D | 41 |
| Octal | 217 | 124 | 371 | 53 | 102 | 0 | 2 | 405 | 135 | 101 |
| Binary | 10001111 | 1010100 | 11111001 | 101011 | 1000010 | 0 | 10 | 100000101 | 1011101 | 1000001 |
Color Harmonies of #8F54F9
Complementary color
Monochromatic Colors of #8F54F9
Black with #8F54F9
Text Example
Text Example
White with #8F54F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F54F9; }
p { color: rgb(143,84,249); }
H1.HeaderClassName
{
color: #8F54F9;
}
.AnyTagClassName
{
color: #8F54F9;
}
</style>
background-color css
<style>
a { background-color: #8F54F9; }
a { background-color: rgb(143,84,249); }
div.DivClassName
{
background-color: #8F54F9;
}
.BgClassName
{
background-color: #8F54F9;
}
</style>
border-color css
<style>
span { border-color: #8F54F9; }
span { border-color: rgb(143,84,249); }
td.TdClassName
{
border-color: #8F54F9;
}
.TagClassName
{
border-color: #8F54F9;
}
</style>