Shades of Medium Slate Blue #8F52EF
Tints of Medium Slate Blue #8F52EF
RGB
CMYK
RGB Variations
Color information
#8F52EF (or 0x8F52EF) is known color: Medium Slate Blue. HEX triplet: 8F, 52 and EF. RGB value is (143,82,239). Sum of RGB (Red+Green+Blue) = 143+82+239=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F52EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F52EF is #70AD10. Grayscale: #757575. Windows color (decimal): -7384337 or 15684239. OLE color: 15684239.
HSL color Cylindrical-coordinate representation of color #8F52EF: hue angle of 263.31º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F52EF is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 82 | 239 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.06 |
| HSL | 263.31º | 0.83% | 0.63% | - |
| HSV(B) | 263.31º | 0.66% | 0.94% | - |
| XYZ | 29.92 | 18.11 | 83.58 | - |
| YUV | 118.14 | 196.21 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 239 | 0.40 | 0.66 | 0 | 0.06 | 263.31 | 0.83 | 0.63 |
| Hex | 8F | 52 | EF | 28 | 42 | 0 | 6 | 107 | 53 | 3F |
| Octal | 217 | 122 | 357 | 50 | 102 | 0 | 6 | 407 | 123 | 77 |
| Binary | 10001111 | 1010010 | 11101111 | 101000 | 1000010 | 0 | 110 | 100000111 | 1010011 | 111111 |
Color Harmonies of #8F52EF
Complementary color
Monochromatic Colors of #8F52EF
Black with #8F52EF
Text Example
Text Example
White with #8F52EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F52EF; }
p { color: rgb(143,82,239); }
H1.HeaderClassName
{
color: #8F52EF;
}
.AnyTagClassName
{
color: #8F52EF;
}
</style>
background-color css
<style>
a { background-color: #8F52EF; }
a { background-color: rgb(143,82,239); }
div.DivClassName
{
background-color: #8F52EF;
}
.BgClassName
{
background-color: #8F52EF;
}
</style>
border-color css
<style>
span { border-color: #8F52EF; }
span { border-color: rgb(143,82,239); }
td.TdClassName
{
border-color: #8F52EF;
}
.TagClassName
{
border-color: #8F52EF;
}
</style>