Shades of Light Slate Blue #8F5FFB
Tints of Light Slate Blue #8F5FFB
RGB
CMYK
RGB Variations
Color information
#8F5FFB (or 0x8F5FFB) is known color: Light Slate Blue. HEX triplet: 8F, 5F and FB. RGB value is (143,95,251). Sum of RGB (Red+Green+Blue) = 143+95+251=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F5FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5FFB is #70A004. Grayscale: #7E7E7E. Windows color (decimal): -7380997 or 16473999. OLE color: 16473999.
HSL color Cylindrical-coordinate representation of color #8F5FFB: hue angle of 258.46º degrees, saturation: 0.95, 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 #8F5FFB is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 95 | 251 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.02 |
| HSL | 258.46º | 0.95% | 0.68% | - |
| HSV(B) | 258.46º | 0.62% | 0.98% | - |
| XYZ | 32.83 | 20.99 | 93.59 | - |
| YUV | 127.14 | 197.9 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 251 | 0.43 | 0.62 | 0 | 0.02 | 258.46 | 0.95 | 0.68 |
| Hex | 8F | 5F | FB | 2B | 3E | 0 | 2 | 102 | 5F | 44 |
| Octal | 217 | 137 | 373 | 53 | 76 | 0 | 2 | 402 | 137 | 104 |
| Binary | 10001111 | 1011111 | 11111011 | 101011 | 111110 | 0 | 10 | 100000010 | 1011111 | 1000100 |
Color Harmonies of #8F5FFB
Complementary color
Monochromatic Colors of #8F5FFB
Black with #8F5FFB
Text Example
Text Example
White with #8F5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5FFB; }
p { color: rgb(143,95,251); }
H1.HeaderClassName
{
color: #8F5FFB;
}
.AnyTagClassName
{
color: #8F5FFB;
}
</style>
background-color css
<style>
a { background-color: #8F5FFB; }
a { background-color: rgb(143,95,251); }
div.DivClassName
{
background-color: #8F5FFB;
}
.BgClassName
{
background-color: #8F5FFB;
}
</style>
border-color css
<style>
span { border-color: #8F5FFB; }
span { border-color: rgb(143,95,251); }
td.TdClassName
{
border-color: #8F5FFB;
}
.TagClassName
{
border-color: #8F5FFB;
}
</style>