Shades of Medium Slate Blue #8F53FA
Tints of Medium Slate Blue #8F53FA
RGB
CMYK
RGB Variations
Color information
#8F53FA (or 0x8F53FA) is known color: Medium Slate Blue. HEX triplet: 8F, 53 and FA. RGB value is (143,83,250). Sum of RGB (Red+Green+Blue) = 143+83+250=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F53FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F53FA is #70AC05. Grayscale: #777777. Windows color (decimal): -7384070 or 16405391. OLE color: 16405391.
HSL color Cylindrical-coordinate representation of color #8F53FA: hue angle of 261.56º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F53FA is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 83 | 250 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.02 |
| HSL | 261.56º | 0.94% | 0.65% | - |
| HSV(B) | 261.56º | 0.67% | 0.98% | - |
| XYZ | 31.68 | 18.93 | 92.43 | - |
| YUV | 119.98 | 201.38 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 250 | 0.43 | 0.67 | 0 | 0.02 | 261.56 | 0.94 | 0.65 |
| Hex | 8F | 53 | FA | 2B | 43 | 0 | 2 | 106 | 5E | 41 |
| Octal | 217 | 123 | 372 | 53 | 103 | 0 | 2 | 406 | 136 | 101 |
| Binary | 10001111 | 1010011 | 11111010 | 101011 | 1000011 | 0 | 10 | 100000110 | 1011110 | 1000001 |
Color Harmonies of #8F53FA
Complementary color
Monochromatic Colors of #8F53FA
Black with #8F53FA
Text Example
Text Example
White with #8F53FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F53FA; }
p { color: rgb(143,83,250); }
H1.HeaderClassName
{
color: #8F53FA;
}
.AnyTagClassName
{
color: #8F53FA;
}
</style>
background-color css
<style>
a { background-color: #8F53FA; }
a { background-color: rgb(143,83,250); }
div.DivClassName
{
background-color: #8F53FA;
}
.BgClassName
{
background-color: #8F53FA;
}
</style>
border-color css
<style>
span { border-color: #8F53FA; }
span { border-color: rgb(143,83,250); }
td.TdClassName
{
border-color: #8F53FA;
}
.TagClassName
{
border-color: #8F53FA;
}
</style>