Shades of Light Slate Blue #8D8EF8
Tints of Light Slate Blue #8D8EF8
RGB
CMYK
RGB Variations
Color information
#8D8EF8 (or 0x8D8EF8) is known color: Light Slate Blue. HEX triplet: 8D, 8E and F8. RGB value is (141,142,248). Sum of RGB (Red+Green+Blue) = 141+142+248=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #8D8EF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8EF8 is #727107. Grayscale: #999999. Windows color (decimal): -7500040 or 16289421. OLE color: 16289421.
HSL color Cylindrical-coordinate representation of color #8D8EF8: hue angle of 239.44º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D8EF8 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 142 | 248 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.03 |
| HSL | 239.44º | 0.88% | 0.76% | - |
| HSV(B) | 239.44º | 0.43% | 0.97% | - |
| XYZ | 37.6 | 31.79 | 92.96 | - |
| YUV | 153.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 142 | 248 | 0.43 | 0.43 | 0 | 0.03 | 239.44 | 0.88 | 0.76 |
| Hex | 8D | 8E | F8 | 2B | 2B | 0 | 3 | EF | 58 | 4C |
| Octal | 215 | 216 | 370 | 53 | 53 | 0 | 3 | 357 | 130 | 114 |
| Binary | 10001101 | 10001110 | 11111000 | 101011 | 101011 | 0 | 11 | 11101111 | 1011000 | 1001100 |
Color Harmonies of #8D8EF8
Complementary color
Monochromatic Colors of #8D8EF8
Black with #8D8EF8
Text Example
Text Example
White with #8D8EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8EF8; }
p { color: rgb(141,142,248); }
H1.HeaderClassName
{
color: #8D8EF8;
}
.AnyTagClassName
{
color: #8D8EF8;
}
</style>
background-color css
<style>
a { background-color: #8D8EF8; }
a { background-color: rgb(141,142,248); }
div.DivClassName
{
background-color: #8D8EF8;
}
.BgClassName
{
background-color: #8D8EF8;
}
</style>
border-color css
<style>
span { border-color: #8D8EF8; }
span { border-color: rgb(141,142,248); }
td.TdClassName
{
border-color: #8D8EF8;
}
.TagClassName
{
border-color: #8D8EF8;
}
</style>