Shades of Light Slate Blue #8F57FB
Tints of Light Slate Blue #8F57FB
RGB
CMYK
RGB Variations
Color information
#8F57FB (or 0x8F57FB) is known color: Light Slate Blue. HEX triplet: 8F, 57 and FB. RGB value is (143,87,251). Sum of RGB (Red+Green+Blue) = 143+87+251=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F57FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F57FB is #70A804. Grayscale: #797979. Windows color (decimal): -7383045 or 16471951. OLE color: 16471951.
HSL color Cylindrical-coordinate representation of color #8F57FB: hue angle of 260.49º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F57FB is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 87 | 251 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.02 |
| HSL | 260.49º | 0.95% | 0.66% | - |
| HSV(B) | 260.49º | 0.65% | 0.98% | - |
| XYZ | 32.15 | 19.62 | 93.36 | - |
| YUV | 122.44 | 200.55 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 251 | 0.43 | 0.65 | 0 | 0.02 | 260.49 | 0.95 | 0.66 |
| Hex | 8F | 57 | FB | 2B | 41 | 0 | 2 | 104 | 5F | 42 |
| Octal | 217 | 127 | 373 | 53 | 101 | 0 | 2 | 404 | 137 | 102 |
| Binary | 10001111 | 1010111 | 11111011 | 101011 | 1000001 | 0 | 10 | 100000100 | 1011111 | 1000010 |
Color Harmonies of #8F57FB
Complementary color
Monochromatic Colors of #8F57FB
Black with #8F57FB
Text Example
Text Example
White with #8F57FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F57FB; }
p { color: rgb(143,87,251); }
H1.HeaderClassName
{
color: #8F57FB;
}
.AnyTagClassName
{
color: #8F57FB;
}
</style>
background-color css
<style>
a { background-color: #8F57FB; }
a { background-color: rgb(143,87,251); }
div.DivClassName
{
background-color: #8F57FB;
}
.BgClassName
{
background-color: #8F57FB;
}
</style>
border-color css
<style>
span { border-color: #8F57FB; }
span { border-color: rgb(143,87,251); }
td.TdClassName
{
border-color: #8F57FB;
}
.TagClassName
{
border-color: #8F57FB;
}
</style>