Shades of Light Slate Blue #8E8BFD
Tints of Light Slate Blue #8E8BFD
RGB
CMYK
RGB Variations
Color information
#8E8BFD (or 0x8E8BFD) is known color: Light Slate Blue. HEX triplet: 8E, 8B and FD. RGB value is (142,139,253). Sum of RGB (Red+Green+Blue) = 142+139+253=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E8BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8BFD is #717402. Grayscale: #989898. Windows color (decimal): -7435267 or 16616334. OLE color: 16616334.
HSL color Cylindrical-coordinate representation of color #8E8BFD: hue angle of 241.58º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E8BFD is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 139 | 253 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.01 |
| HSL | 241.58º | 0.97% | 0.77% | - |
| HSV(B) | 241.58º | 0.45% | 0.99% | - |
| XYZ | 38.12 | 31.31 | 96.96 | - |
| YUV | 152.89 | 184.49 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 253 | 0.44 | 0.45 | 0 | 0.01 | 241.58 | 0.97 | 0.77 |
| Hex | 8E | 8B | FD | 2C | 2D | 0 | 1 | F2 | 61 | 4D |
| Octal | 216 | 213 | 375 | 54 | 55 | 0 | 1 | 362 | 141 | 115 |
| Binary | 10001110 | 10001011 | 11111101 | 101100 | 101101 | 0 | 1 | 11110010 | 1100001 | 1001101 |
Color Harmonies of #8E8BFD
Complementary color
Monochromatic Colors of #8E8BFD
Black with #8E8BFD
Text Example
Text Example
White with #8E8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8BFD; }
p { color: rgb(142,139,253); }
H1.HeaderClassName
{
color: #8E8BFD;
}
.AnyTagClassName
{
color: #8E8BFD;
}
</style>
background-color css
<style>
a { background-color: #8E8BFD; }
a { background-color: rgb(142,139,253); }
div.DivClassName
{
background-color: #8E8BFD;
}
.BgClassName
{
background-color: #8E8BFD;
}
</style>
border-color css
<style>
span { border-color: #8E8BFD; }
span { border-color: rgb(142,139,253); }
td.TdClassName
{
border-color: #8E8BFD;
}
.TagClassName
{
border-color: #8E8BFD;
}
</style>