Shades of Light Slate Blue #8E8DFD
Tints of Light Slate Blue #8E8DFD
RGB
CMYK
RGB Variations
Color information
#8E8DFD (or 0x8E8DFD) is known color: Light Slate Blue. HEX triplet: 8E, 8D and FD. RGB value is (142,141,253). Sum of RGB (Red+Green+Blue) = 142+141+253=536 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.49% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E8DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8DFD is #717202. Grayscale: #999999. Windows color (decimal): -7434755 or 16616846. OLE color: 16616846.
HSL color Cylindrical-coordinate representation of color #8E8DFD: hue angle of 240.54º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E8DFD is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 141 | 253 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.01 |
| HSL | 240.54º | 0.97% | 0.77% | - |
| HSV(B) | 240.54º | 0.44% | 0.99% | - |
| XYZ | 38.41 | 31.89 | 97.06 | - |
| YUV | 154.07 | 183.83 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 141 | 253 | 0.44 | 0.44 | 0 | 0.01 | 240.54 | 0.97 | 0.77 |
| Hex | 8E | 8D | FD | 2C | 2C | 0 | 1 | F1 | 61 | 4D |
| Octal | 216 | 215 | 375 | 54 | 54 | 0 | 1 | 361 | 141 | 115 |
| Binary | 10001110 | 10001101 | 11111101 | 101100 | 101100 | 0 | 1 | 11110001 | 1100001 | 1001101 |
Color Harmonies of #8E8DFD
Complementary color
Monochromatic Colors of #8E8DFD
Black with #8E8DFD
Text Example
Text Example
White with #8E8DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8DFD; }
p { color: rgb(142,141,253); }
H1.HeaderClassName
{
color: #8E8DFD;
}
.AnyTagClassName
{
color: #8E8DFD;
}
</style>
background-color css
<style>
a { background-color: #8E8DFD; }
a { background-color: rgb(142,141,253); }
div.DivClassName
{
background-color: #8E8DFD;
}
.BgClassName
{
background-color: #8E8DFD;
}
</style>
border-color css
<style>
span { border-color: #8E8DFD; }
span { border-color: rgb(142,141,253); }
td.TdClassName
{
border-color: #8E8DFD;
}
.TagClassName
{
border-color: #8E8DFD;
}
</style>