Shades of Medium Slate Blue #8F55EF
Tints of Medium Slate Blue #8F55EF
RGB
CMYK
RGB Variations
Color information
#8F55EF (or 0x8F55EF) is known color: Medium Slate Blue. HEX triplet: 8F, 55 and EF. RGB value is (143,85,239). Sum of RGB (Red+Green+Blue) = 143+85+239=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F55EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F55EF is #70AA10. Grayscale: #777777. Windows color (decimal): -7383569 or 15685007. OLE color: 15685007.
HSL color Cylindrical-coordinate representation of color #8F55EF: hue angle of 262.6º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F55EF is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 85 | 239 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.06 |
| HSL | 262.6º | 0.83% | 0.64% | - |
| HSV(B) | 262.6º | 0.64% | 0.94% | - |
| XYZ | 30.16 | 18.57 | 83.66 | - |
| YUV | 119.9 | 195.22 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 239 | 0.40 | 0.64 | 0 | 0.06 | 262.6 | 0.83 | 0.64 |
| Hex | 8F | 55 | EF | 28 | 40 | 0 | 6 | 107 | 53 | 40 |
| Octal | 217 | 125 | 357 | 50 | 100 | 0 | 6 | 407 | 123 | 100 |
| Binary | 10001111 | 1010101 | 11101111 | 101000 | 1000000 | 0 | 110 | 100000111 | 1010011 | 1000000 |
Color Harmonies of #8F55EF
Complementary color
Monochromatic Colors of #8F55EF
Black with #8F55EF
Text Example
Text Example
White with #8F55EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F55EF; }
p { color: rgb(143,85,239); }
H1.HeaderClassName
{
color: #8F55EF;
}
.AnyTagClassName
{
color: #8F55EF;
}
</style>
background-color css
<style>
a { background-color: #8F55EF; }
a { background-color: rgb(143,85,239); }
div.DivClassName
{
background-color: #8F55EF;
}
.BgClassName
{
background-color: #8F55EF;
}
</style>
border-color css
<style>
span { border-color: #8F55EF; }
span { border-color: rgb(143,85,239); }
td.TdClassName
{
border-color: #8F55EF;
}
.TagClassName
{
border-color: #8F55EF;
}
</style>