Shades of Light Slate Blue #8F86FB
Tints of Light Slate Blue #8F86FB
RGB
CMYK
RGB Variations
Color information
#8F86FB (or 0x8F86FB) is known color: Light Slate Blue. HEX triplet: 8F, 86 and FB. RGB value is (143,134,251). Sum of RGB (Red+Green+Blue) = 143+134+251=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F86FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F86FB is #707904. Grayscale: #959595. Windows color (decimal): -7371013 or 16483983. OLE color: 16483983.
HSL color Cylindrical-coordinate representation of color #8F86FB: hue angle of 244.62º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F86FB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 134 | 251 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.02 |
| HSL | 244.62º | 0.94% | 0.75% | - |
| HSV(B) | 244.62º | 0.47% | 0.98% | - |
| XYZ | 37.27 | 29.85 | 95.07 | - |
| YUV | 150.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 251 | 0.43 | 0.47 | 0 | 0.02 | 244.62 | 0.94 | 0.75 |
| Hex | 8F | 86 | FB | 2B | 2F | 0 | 2 | F5 | 5E | 4B |
| Octal | 217 | 206 | 373 | 53 | 57 | 0 | 2 | 365 | 136 | 113 |
| Binary | 10001111 | 10000110 | 11111011 | 101011 | 101111 | 0 | 10 | 11110101 | 1011110 | 1001011 |
Color Harmonies of #8F86FB
Complementary color
Monochromatic Colors of #8F86FB
Black with #8F86FB
Text Example
Text Example
White with #8F86FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F86FB; }
p { color: rgb(143,134,251); }
H1.HeaderClassName
{
color: #8F86FB;
}
.AnyTagClassName
{
color: #8F86FB;
}
</style>
background-color css
<style>
a { background-color: #8F86FB; }
a { background-color: rgb(143,134,251); }
div.DivClassName
{
background-color: #8F86FB;
}
.BgClassName
{
background-color: #8F86FB;
}
</style>
border-color css
<style>
span { border-color: #8F86FB; }
span { border-color: rgb(143,134,251); }
td.TdClassName
{
border-color: #8F86FB;
}
.TagClassName
{
border-color: #8F86FB;
}
</style>