Shades of Light Slate Blue #8F58FB
Tints of Light Slate Blue #8F58FB
RGB
CMYK
RGB Variations
Color information
#8F58FB (or 0x8F58FB) is known color: Light Slate Blue. HEX triplet: 8F, 58 and FB. RGB value is (143,88,251). Sum of RGB (Red+Green+Blue) = 143+88+251=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F58FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F58FB is #70A704. Grayscale: #7A7A7A. Windows color (decimal): -7382789 or 16472207. OLE color: 16472207.
HSL color Cylindrical-coordinate representation of color #8F58FB: hue angle of 260.25º 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 #8F58FB is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 88 | 251 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.02 |
| HSL | 260.25º | 0.95% | 0.66% | - |
| HSV(B) | 260.25º | 0.65% | 0.98% | - |
| XYZ | 32.23 | 19.78 | 93.39 | - |
| YUV | 123.03 | 200.22 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 251 | 0.43 | 0.65 | 0 | 0.02 | 260.25 | 0.95 | 0.66 |
| Hex | 8F | 58 | FB | 2B | 41 | 0 | 2 | 104 | 5F | 42 |
| Octal | 217 | 130 | 373 | 53 | 101 | 0 | 2 | 404 | 137 | 102 |
| Binary | 10001111 | 1011000 | 11111011 | 101011 | 1000001 | 0 | 10 | 100000100 | 1011111 | 1000010 |
Color Harmonies of #8F58FB
Complementary color
Monochromatic Colors of #8F58FB
Black with #8F58FB
Text Example
Text Example
White with #8F58FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F58FB; }
p { color: rgb(143,88,251); }
H1.HeaderClassName
{
color: #8F58FB;
}
.AnyTagClassName
{
color: #8F58FB;
}
</style>
background-color css
<style>
a { background-color: #8F58FB; }
a { background-color: rgb(143,88,251); }
div.DivClassName
{
background-color: #8F58FB;
}
.BgClassName
{
background-color: #8F58FB;
}
</style>
border-color css
<style>
span { border-color: #8F58FB; }
span { border-color: rgb(143,88,251); }
td.TdClassName
{
border-color: #8F58FB;
}
.TagClassName
{
border-color: #8F58FB;
}
</style>