Shades of Light Slate Blue #8F86FA
Tints of Light Slate Blue #8F86FA
RGB
CMYK
RGB Variations
Color information
#8F86FA (or 0x8F86FA) is known color: Light Slate Blue. HEX triplet: 8F, 86 and FA. RGB value is (143,134,250). Sum of RGB (Red+Green+Blue) = 143+134+250=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F86FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F86FA is #707905. Grayscale: #959595. Windows color (decimal): -7371014 or 16418447. OLE color: 16418447.
HSL color Cylindrical-coordinate representation of color #8F86FA: hue angle of 244.66º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F86FA is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 134 | 250 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.02 |
| HSL | 244.66º | 0.92% | 0.75% | - |
| HSV(B) | 244.66º | 0.46% | 0.98% | - |
| XYZ | 37.11 | 29.79 | 94.24 | - |
| YUV | 149.92 | 184.48 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 250 | 0.43 | 0.46 | 0 | 0.02 | 244.66 | 0.92 | 0.75 |
| Hex | 8F | 86 | FA | 2B | 2E | 0 | 2 | F5 | 5C | 4B |
| Octal | 217 | 206 | 372 | 53 | 56 | 0 | 2 | 365 | 134 | 113 |
| Binary | 10001111 | 10000110 | 11111010 | 101011 | 101110 | 0 | 10 | 11110101 | 1011100 | 1001011 |
Color Harmonies of #8F86FA
Complementary color
Monochromatic Colors of #8F86FA
Black with #8F86FA
Text Example
Text Example
White with #8F86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F86FA; }
p { color: rgb(143,134,250); }
H1.HeaderClassName
{
color: #8F86FA;
}
.AnyTagClassName
{
color: #8F86FA;
}
</style>
background-color css
<style>
a { background-color: #8F86FA; }
a { background-color: rgb(143,134,250); }
div.DivClassName
{
background-color: #8F86FA;
}
.BgClassName
{
background-color: #8F86FA;
}
</style>
border-color css
<style>
span { border-color: #8F86FA; }
span { border-color: rgb(143,134,250); }
td.TdClassName
{
border-color: #8F86FA;
}
.TagClassName
{
border-color: #8F86FA;
}
</style>