Shades of Light Slate Blue #8E8BFF
Tints of Light Slate Blue #8E8BFF
RGB
CMYK
RGB Variations
Color information
#8E8BFF (or 0x8E8BFF) is known color: Light Slate Blue. HEX triplet: 8E, 8B and FF. RGB value is (142,139,255). Sum of RGB (Red+Green+Blue) = 142+139+255=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E8BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8BFF is #717400. Grayscale: #989898. Windows color (decimal): -7435265 or 16747406. OLE color: 16747406.
HSL color Cylindrical-coordinate representation of color #8E8BFF: hue angle of 241.55º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E8BFF is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 139 | 255 | - |
| CMYK | 0.44 | 0.45 | 0 | 0 |
| HSL | 241.55º | 1% | 0.77% | - |
| HSV(B) | 241.55º | 0.45% | 1% | - |
| XYZ | 38.44 | 31.44 | 98.65 | - |
| YUV | 153.12 | 185.49 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 255 | 0.44 | 0.45 | 0 | 0 | 241.55 | 1 | 0.77 |
| Hex | 8E | 8B | FF | 2C | 2D | 0 | 0 | F2 | 64 | 4D |
| Octal | 216 | 213 | 377 | 54 | 55 | 0 | 0 | 362 | 144 | 115 |
| Binary | 10001110 | 10001011 | 11111111 | 101100 | 101101 | 0 | 0 | 11110010 | 1100100 | 1001101 |
Color Harmonies of #8E8BFF
Complementary color
Monochromatic Colors of #8E8BFF
Black with #8E8BFF
Text Example
Text Example
White with #8E8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8BFF; }
p { color: rgb(142,139,255); }
H1.HeaderClassName
{
color: #8E8BFF;
}
.AnyTagClassName
{
color: #8E8BFF;
}
</style>
background-color css
<style>
a { background-color: #8E8BFF; }
a { background-color: rgb(142,139,255); }
div.DivClassName
{
background-color: #8E8BFF;
}
.BgClassName
{
background-color: #8E8BFF;
}
</style>
border-color css
<style>
span { border-color: #8E8BFF; }
span { border-color: rgb(142,139,255); }
td.TdClassName
{
border-color: #8E8BFF;
}
.TagClassName
{
border-color: #8E8BFF;
}
</style>