Shades of Light Slate Blue #8B87EF
Tints of Light Slate Blue #8B87EF
RGB
CMYK
RGB Variations
Color information
#8B87EF (or 0x8B87EF) is known color: Light Slate Blue. HEX triplet: 8B, 87 and EF. RGB value is (139,135,239). Sum of RGB (Red+Green+Blue) = 139+135+239=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B87EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B87EF is #747810. Grayscale: #939393. Windows color (decimal): -7632913 or 15697803. OLE color: 15697803.
HSL color Cylindrical-coordinate representation of color #8B87EF: hue angle of 242.31º degrees, saturation: 0.76, 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 #8B87EF is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 135 | 239 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.06 |
| HSL | 242.31º | 0.76% | 0.73% | - |
| HSV(B) | 242.31º | 0.44% | 0.94% | - |
| XYZ | 34.89 | 29.05 | 85.43 | - |
| YUV | 148.05 | 179.33 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 239 | 0.42 | 0.44 | 0 | 0.06 | 242.31 | 0.76 | 0.73 |
| Hex | 8B | 87 | EF | 2A | 2C | 0 | 6 | F2 | 4C | 49 |
| Octal | 213 | 207 | 357 | 52 | 54 | 0 | 6 | 362 | 114 | 111 |
| Binary | 10001011 | 10000111 | 11101111 | 101010 | 101100 | 0 | 110 | 11110010 | 1001100 | 1001001 |
Color Harmonies of #8B87EF
Complementary color
Monochromatic Colors of #8B87EF
Black with #8B87EF
Text Example
Text Example
White with #8B87EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B87EF; }
p { color: rgb(139,135,239); }
H1.HeaderClassName
{
color: #8B87EF;
}
.AnyTagClassName
{
color: #8B87EF;
}
</style>
background-color css
<style>
a { background-color: #8B87EF; }
a { background-color: rgb(139,135,239); }
div.DivClassName
{
background-color: #8B87EF;
}
.BgClassName
{
background-color: #8B87EF;
}
</style>
border-color css
<style>
span { border-color: #8B87EF; }
span { border-color: rgb(139,135,239); }
td.TdClassName
{
border-color: #8B87EF;
}
.TagClassName
{
border-color: #8B87EF;
}
</style>