Shades of Light Slate Blue #8F85EF
Tints of Light Slate Blue #8F85EF
RGB
CMYK
RGB Variations
Color information
#8F85EF (or 0x8F85EF) is known color: Light Slate Blue. HEX triplet: 8F, 85 and EF. RGB value is (143,133,239). Sum of RGB (Red+Green+Blue) = 143+133+239=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F85EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F85EF is #707A10. Grayscale: #939393. Windows color (decimal): -7371281 or 15697295. OLE color: 15697295.
HSL color Cylindrical-coordinate representation of color #8F85EF: hue angle of 245.66º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F85EF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 133 | 239 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.06 |
| HSL | 245.66º | 0.77% | 0.73% | - |
| HSV(B) | 245.66º | 0.44% | 0.94% | - |
| XYZ | 35.3 | 28.85 | 85.37 | - |
| YUV | 148.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 239 | 0.40 | 0.44 | 0 | 0.06 | 245.66 | 0.77 | 0.73 |
| Hex | 8F | 85 | EF | 28 | 2C | 0 | 6 | F6 | 4D | 49 |
| Octal | 217 | 205 | 357 | 50 | 54 | 0 | 6 | 366 | 115 | 111 |
| Binary | 10001111 | 10000101 | 11101111 | 101000 | 101100 | 0 | 110 | 11110110 | 1001101 | 1001001 |
Color Harmonies of #8F85EF
Complementary color
Monochromatic Colors of #8F85EF
Black with #8F85EF
Text Example
Text Example
White with #8F85EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85EF; }
p { color: rgb(143,133,239); }
H1.HeaderClassName
{
color: #8F85EF;
}
.AnyTagClassName
{
color: #8F85EF;
}
</style>
background-color css
<style>
a { background-color: #8F85EF; }
a { background-color: rgb(143,133,239); }
div.DivClassName
{
background-color: #8F85EF;
}
.BgClassName
{
background-color: #8F85EF;
}
</style>
border-color css
<style>
span { border-color: #8F85EF; }
span { border-color: rgb(143,133,239); }
td.TdClassName
{
border-color: #8F85EF;
}
.TagClassName
{
border-color: #8F85EF;
}
</style>