Shades of Light Slate Blue #8D8EFE
Tints of Light Slate Blue #8D8EFE
RGB
CMYK
RGB Variations
Color information
#8D8EFE (or 0x8D8EFE) is known color: Light Slate Blue. HEX triplet: 8D, 8E and FE. RGB value is (141,142,254). Sum of RGB (Red+Green+Blue) = 141+142+254=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D8EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8EFE is #727101. Grayscale: #9A9A9A. Windows color (decimal): -7500034 or 16682637. OLE color: 16682637.
HSL color Cylindrical-coordinate representation of color #8D8EFE: hue angle of 239.47º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D8EFE is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 142 | 254 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.00 |
| HSL | 239.47º | 0.98% | 0.77% | - |
| HSV(B) | 239.47º | 0.44% | 1% | - |
| XYZ | 38.55 | 32.16 | 97.94 | - |
| YUV | 154.47 | 184.17 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 142 | 254 | 0.44 | 0.44 | 0 | 0.00 | 239.47 | 0.98 | 0.77 |
| Hex | 8D | 8E | FE | 2C | 2C | 0 | 0 | EF | 62 | 4D |
| Octal | 215 | 216 | 376 | 54 | 54 | 0 | 0 | 357 | 142 | 115 |
| Binary | 10001101 | 10001110 | 11111110 | 101100 | 101100 | 0 | 0 | 11101111 | 1100010 | 1001101 |
Color Harmonies of #8D8EFE
Complementary color
Monochromatic Colors of #8D8EFE
Black with #8D8EFE
Text Example
Text Example
White with #8D8EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8EFE; }
p { color: rgb(141,142,254); }
H1.HeaderClassName
{
color: #8D8EFE;
}
.AnyTagClassName
{
color: #8D8EFE;
}
</style>
background-color css
<style>
a { background-color: #8D8EFE; }
a { background-color: rgb(141,142,254); }
div.DivClassName
{
background-color: #8D8EFE;
}
.BgClassName
{
background-color: #8D8EFE;
}
</style>
border-color css
<style>
span { border-color: #8D8EFE; }
span { border-color: rgb(141,142,254); }
td.TdClassName
{
border-color: #8D8EFE;
}
.TagClassName
{
border-color: #8D8EFE;
}
</style>