Shades of Light Slate Blue #8F86EE
Tints of Light Slate Blue #8F86EE
RGB
CMYK
RGB Variations
Color information
#8F86EE (or 0x8F86EE) is known color: Light Slate Blue. HEX triplet: 8F, 86 and EE. RGB value is (143,134,238). Sum of RGB (Red+Green+Blue) = 143+134+238=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F86EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F86EE is #707911. Grayscale: #949494. Windows color (decimal): -7371026 or 15632015. OLE color: 15632015.
HSL color Cylindrical-coordinate representation of color #8F86EE: hue angle of 245.19º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F86EE is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 134 | 238 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.07 |
| HSL | 245.19º | 0.75% | 0.73% | - |
| HSV(B) | 245.19º | 0.44% | 0.93% | - |
| XYZ | 35.29 | 29.06 | 84.64 | - |
| YUV | 148.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 238 | 0.40 | 0.44 | 0 | 0.07 | 245.19 | 0.75 | 0.73 |
| Hex | 8F | 86 | EE | 28 | 2C | 0 | 7 | F5 | 4B | 49 |
| Octal | 217 | 206 | 356 | 50 | 54 | 0 | 7 | 365 | 113 | 111 |
| Binary | 10001111 | 10000110 | 11101110 | 101000 | 101100 | 0 | 111 | 11110101 | 1001011 | 1001001 |
Color Harmonies of #8F86EE
Complementary color
Monochromatic Colors of #8F86EE
Black with #8F86EE
Text Example
Text Example
White with #8F86EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F86EE; }
p { color: rgb(143,134,238); }
H1.HeaderClassName
{
color: #8F86EE;
}
.AnyTagClassName
{
color: #8F86EE;
}
</style>
background-color css
<style>
a { background-color: #8F86EE; }
a { background-color: rgb(143,134,238); }
div.DivClassName
{
background-color: #8F86EE;
}
.BgClassName
{
background-color: #8F86EE;
}
</style>
border-color css
<style>
span { border-color: #8F86EE; }
span { border-color: rgb(143,134,238); }
td.TdClassName
{
border-color: #8F86EE;
}
.TagClassName
{
border-color: #8F86EE;
}
</style>