Shades of Medium Slate Blue #8F51FA
Tints of Medium Slate Blue #8F51FA
RGB
CMYK
RGB Variations
Color information
#8F51FA (or 0x8F51FA) is known color: Medium Slate Blue. HEX triplet: 8F, 51 and FA. RGB value is (143,81,250). Sum of RGB (Red+Green+Blue) = 143+81+250=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F51FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F51FA is #70AE05. Grayscale: #767676. Windows color (decimal): -7384582 or 16404879. OLE color: 16404879.
HSL color Cylindrical-coordinate representation of color #8F51FA: hue angle of 262.01º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F51FA is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 81 | 250 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.02 |
| HSL | 262.01º | 0.94% | 0.65% | - |
| HSV(B) | 262.01º | 0.68% | 0.98% | - |
| XYZ | 31.53 | 18.63 | 92.38 | - |
| YUV | 118.8 | 202.04 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 250 | 0.43 | 0.68 | 0 | 0.02 | 262.01 | 0.94 | 0.65 |
| Hex | 8F | 51 | FA | 2B | 44 | 0 | 2 | 106 | 5E | 41 |
| Octal | 217 | 121 | 372 | 53 | 104 | 0 | 2 | 406 | 136 | 101 |
| Binary | 10001111 | 1010001 | 11111010 | 101011 | 1000100 | 0 | 10 | 100000110 | 1011110 | 1000001 |
Color Harmonies of #8F51FA
Complementary color
Monochromatic Colors of #8F51FA
Black with #8F51FA
Text Example
Text Example
White with #8F51FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F51FA; }
p { color: rgb(143,81,250); }
H1.HeaderClassName
{
color: #8F51FA;
}
.AnyTagClassName
{
color: #8F51FA;
}
</style>
background-color css
<style>
a { background-color: #8F51FA; }
a { background-color: rgb(143,81,250); }
div.DivClassName
{
background-color: #8F51FA;
}
.BgClassName
{
background-color: #8F51FA;
}
</style>
border-color css
<style>
span { border-color: #8F51FA; }
span { border-color: rgb(143,81,250); }
td.TdClassName
{
border-color: #8F51FA;
}
.TagClassName
{
border-color: #8F51FA;
}
</style>