Shades of Light Slate Blue #8F86FE
Tints of Light Slate Blue #8F86FE
RGB
CMYK
RGB Variations
Color information
#8F86FE (or 0x8F86FE) is known color: Light Slate Blue. HEX triplet: 8F, 86 and FE. RGB value is (143,134,254). Sum of RGB (Red+Green+Blue) = 143+134+254=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F86FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F86FE is #707901. Grayscale: #959595. Windows color (decimal): -7371010 or 16680591. OLE color: 16680591.
HSL color Cylindrical-coordinate representation of color #8F86FE: hue angle of 244.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F86FE is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 134 | 254 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.00 |
| HSL | 244.5º | 0.98% | 0.76% | - |
| HSV(B) | 244.5º | 0.47% | 1% | - |
| XYZ | 37.74 | 30.05 | 97.58 | - |
| YUV | 150.37 | 186.48 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 254 | 0.44 | 0.47 | 0 | 0.00 | 244.5 | 0.98 | 0.76 |
| Hex | 8F | 86 | FE | 2C | 2F | 0 | 0 | F4 | 62 | 4C |
| Octal | 217 | 206 | 376 | 54 | 57 | 0 | 0 | 364 | 142 | 114 |
| Binary | 10001111 | 10000110 | 11111110 | 101100 | 101111 | 0 | 0 | 11110100 | 1100010 | 1001100 |
Color Harmonies of #8F86FE
Complementary color
Monochromatic Colors of #8F86FE
Black with #8F86FE
Text Example
Text Example
White with #8F86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F86FE; }
p { color: rgb(143,134,254); }
H1.HeaderClassName
{
color: #8F86FE;
}
.AnyTagClassName
{
color: #8F86FE;
}
</style>
background-color css
<style>
a { background-color: #8F86FE; }
a { background-color: rgb(143,134,254); }
div.DivClassName
{
background-color: #8F86FE;
}
.BgClassName
{
background-color: #8F86FE;
}
</style>
border-color css
<style>
span { border-color: #8F86FE; }
span { border-color: rgb(143,134,254); }
td.TdClassName
{
border-color: #8F86FE;
}
.TagClassName
{
border-color: #8F86FE;
}
</style>