Shades of Light Slate Blue #8B85EC
Tints of Light Slate Blue #8B85EC
RGB
CMYK
RGB Variations
Color information
#8B85EC (or 0x8B85EC) is known color: Light Slate Blue. HEX triplet: 8B, 85 and EC. RGB value is (139,133,236). Sum of RGB (Red+Green+Blue) = 139+133+236=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B85EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B85EC is #747A13. Grayscale: #929292. Windows color (decimal): -7633428 or 15500683. OLE color: 15500683.
HSL color Cylindrical-coordinate representation of color #8B85EC: hue angle of 243.5º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B85EC is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 133 | 236 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.07 |
| HSL | 243.5º | 0.73% | 0.72% | - |
| HSV(B) | 243.5º | 0.44% | 0.93% | - |
| XYZ | 34.18 | 28.32 | 83.02 | - |
| YUV | 146.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 236 | 0.41 | 0.44 | 0 | 0.07 | 243.5 | 0.73 | 0.72 |
| Hex | 8B | 85 | EC | 29 | 2C | 0 | 7 | F3 | 49 | 48 |
| Octal | 213 | 205 | 354 | 51 | 54 | 0 | 7 | 363 | 111 | 110 |
| Binary | 10001011 | 10000101 | 11101100 | 101001 | 101100 | 0 | 111 | 11110011 | 1001001 | 1001000 |
Color Harmonies of #8B85EC
Complementary color
Monochromatic Colors of #8B85EC
Black with #8B85EC
Text Example
Text Example
White with #8B85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B85EC; }
p { color: rgb(139,133,236); }
H1.HeaderClassName
{
color: #8B85EC;
}
.AnyTagClassName
{
color: #8B85EC;
}
</style>
background-color css
<style>
a { background-color: #8B85EC; }
a { background-color: rgb(139,133,236); }
div.DivClassName
{
background-color: #8B85EC;
}
.BgClassName
{
background-color: #8B85EC;
}
</style>
border-color css
<style>
span { border-color: #8B85EC; }
span { border-color: rgb(139,133,236); }
td.TdClassName
{
border-color: #8B85EC;
}
.TagClassName
{
border-color: #8B85EC;
}
</style>