Shades of Light Slate Blue #8F5FFA
Tints of Light Slate Blue #8F5FFA
RGB
CMYK
RGB Variations
Color information
#8F5FFA (or 0x8F5FFA) is known color: Light Slate Blue. HEX triplet: 8F, 5F and FA. RGB value is (143,95,250). Sum of RGB (Red+Green+Blue) = 143+95+250=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F5FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5FFA is #70A005. Grayscale: #7E7E7E. Windows color (decimal): -7380998 or 16408463. OLE color: 16408463.
HSL color Cylindrical-coordinate representation of color #8F5FFA: hue angle of 258.58º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F5FFA is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 95 | 250 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.02 |
| HSL | 258.58º | 0.94% | 0.68% | - |
| HSV(B) | 258.58º | 0.62% | 0.98% | - |
| XYZ | 32.68 | 20.93 | 92.76 | - |
| YUV | 127.02 | 197.4 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 250 | 0.43 | 0.62 | 0 | 0.02 | 258.58 | 0.94 | 0.68 |
| Hex | 8F | 5F | FA | 2B | 3E | 0 | 2 | 103 | 5E | 44 |
| Octal | 217 | 137 | 372 | 53 | 76 | 0 | 2 | 403 | 136 | 104 |
| Binary | 10001111 | 1011111 | 11111010 | 101011 | 111110 | 0 | 10 | 100000011 | 1011110 | 1000100 |
Color Harmonies of #8F5FFA
Complementary color
Monochromatic Colors of #8F5FFA
Black with #8F5FFA
Text Example
Text Example
White with #8F5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5FFA; }
p { color: rgb(143,95,250); }
H1.HeaderClassName
{
color: #8F5FFA;
}
.AnyTagClassName
{
color: #8F5FFA;
}
</style>
background-color css
<style>
a { background-color: #8F5FFA; }
a { background-color: rgb(143,95,250); }
div.DivClassName
{
background-color: #8F5FFA;
}
.BgClassName
{
background-color: #8F5FFA;
}
</style>
border-color css
<style>
span { border-color: #8F5FFA; }
span { border-color: rgb(143,95,250); }
td.TdClassName
{
border-color: #8F5FFA;
}
.TagClassName
{
border-color: #8F5FFA;
}
</style>