Shades of Light Slate Blue #8F58FA
Tints of Light Slate Blue #8F58FA
RGB
CMYK
RGB Variations
Color information
#8F58FA (or 0x8F58FA) is known color: Light Slate Blue. HEX triplet: 8F, 58 and FA. RGB value is (143,88,250). Sum of RGB (Red+Green+Blue) = 143+88+250=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F58FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F58FA is #70A705. Grayscale: #7A7A7A. Windows color (decimal): -7382790 or 16406671. OLE color: 16406671.
HSL color Cylindrical-coordinate representation of color #8F58FA: hue angle of 260.37º degrees, saturation: 0.94, 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 #8F58FA is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 88 | 250 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.02 |
| HSL | 260.37º | 0.94% | 0.66% | - |
| HSV(B) | 260.37º | 0.65% | 0.98% | - |
| XYZ | 32.07 | 19.72 | 92.56 | - |
| YUV | 122.91 | 199.72 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 250 | 0.43 | 0.65 | 0 | 0.02 | 260.37 | 0.94 | 0.66 |
| Hex | 8F | 58 | FA | 2B | 41 | 0 | 2 | 104 | 5E | 42 |
| Octal | 217 | 130 | 372 | 53 | 101 | 0 | 2 | 404 | 136 | 102 |
| Binary | 10001111 | 1011000 | 11111010 | 101011 | 1000001 | 0 | 10 | 100000100 | 1011110 | 1000010 |
Color Harmonies of #8F58FA
Complementary color
Monochromatic Colors of #8F58FA
Black with #8F58FA
Text Example
Text Example
White with #8F58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F58FA; }
p { color: rgb(143,88,250); }
H1.HeaderClassName
{
color: #8F58FA;
}
.AnyTagClassName
{
color: #8F58FA;
}
</style>
background-color css
<style>
a { background-color: #8F58FA; }
a { background-color: rgb(143,88,250); }
div.DivClassName
{
background-color: #8F58FA;
}
.BgClassName
{
background-color: #8F58FA;
}
</style>
border-color css
<style>
span { border-color: #8F58FA; }
span { border-color: rgb(143,88,250); }
td.TdClassName
{
border-color: #8F58FA;
}
.TagClassName
{
border-color: #8F58FA;
}
</style>