Shades of Light Slate Blue #8F85ED
Tints of Light Slate Blue #8F85ED
RGB
CMYK
RGB Variations
Color information
#8F85ED (or 0x8F85ED) is known color: Light Slate Blue. HEX triplet: 8F, 85 and ED. RGB value is (143,133,237). Sum of RGB (Red+Green+Blue) = 143+133+237=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F85ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F85ED is #707A12. Grayscale: #939393. Windows color (decimal): -7371283 or 15566223. OLE color: 15566223.
HSL color Cylindrical-coordinate representation of color #8F85ED: hue angle of 245.77º degrees, saturation: 0.74, 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 #8F85ED is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 133 | 237 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.07 |
| HSL | 245.77º | 0.74% | 0.73% | - |
| HSV(B) | 245.77º | 0.44% | 0.93% | - |
| XYZ | 35 | 28.73 | 83.82 | - |
| YUV | 147.85 | 178.31 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 237 | 0.40 | 0.44 | 0 | 0.07 | 245.77 | 0.74 | 0.73 |
| Hex | 8F | 85 | ED | 28 | 2C | 0 | 7 | F6 | 4A | 49 |
| Octal | 217 | 205 | 355 | 50 | 54 | 0 | 7 | 366 | 112 | 111 |
| Binary | 10001111 | 10000101 | 11101101 | 101000 | 101100 | 0 | 111 | 11110110 | 1001010 | 1001001 |
Color Harmonies of #8F85ED
Complementary color
Monochromatic Colors of #8F85ED
Black with #8F85ED
Text Example
Text Example
White with #8F85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F85ED; }
p { color: rgb(143,133,237); }
H1.HeaderClassName
{
color: #8F85ED;
}
.AnyTagClassName
{
color: #8F85ED;
}
</style>
background-color css
<style>
a { background-color: #8F85ED; }
a { background-color: rgb(143,133,237); }
div.DivClassName
{
background-color: #8F85ED;
}
.BgClassName
{
background-color: #8F85ED;
}
</style>
border-color css
<style>
span { border-color: #8F85ED; }
span { border-color: rgb(143,133,237); }
td.TdClassName
{
border-color: #8F85ED;
}
.TagClassName
{
border-color: #8F85ED;
}
</style>