Shades of Light Slate Blue #8D83EC
Tints of Light Slate Blue #8D83EC
RGB
CMYK
RGB Variations
Color information
#8D83EC (or 0x8D83EC) is known color: Light Slate Blue. HEX triplet: 8D, 83 and EC. RGB value is (141,131,236). Sum of RGB (Red+Green+Blue) = 141+131+236=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D83EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D83EC is #727C13. Grayscale: #919191. Windows color (decimal): -7502868 or 15500173. OLE color: 15500173.
HSL color Cylindrical-coordinate representation of color #8D83EC: hue angle of 245.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D83EC is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 131 | 236 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.07 |
| HSL | 245.71º | 0.73% | 0.72% | - |
| HSV(B) | 245.71º | 0.44% | 0.93% | - |
| XYZ | 34.24 | 27.95 | 82.95 | - |
| YUV | 145.96 | 178.81 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 236 | 0.40 | 0.44 | 0 | 0.07 | 245.71 | 0.73 | 0.72 |
| Hex | 8D | 83 | EC | 28 | 2C | 0 | 7 | F6 | 49 | 48 |
| Octal | 215 | 203 | 354 | 50 | 54 | 0 | 7 | 366 | 111 | 110 |
| Binary | 10001101 | 10000011 | 11101100 | 101000 | 101100 | 0 | 111 | 11110110 | 1001001 | 1001000 |
Color Harmonies of #8D83EC
Complementary color
Monochromatic Colors of #8D83EC
Black with #8D83EC
Text Example
Text Example
White with #8D83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D83EC; }
p { color: rgb(141,131,236); }
H1.HeaderClassName
{
color: #8D83EC;
}
.AnyTagClassName
{
color: #8D83EC;
}
</style>
background-color css
<style>
a { background-color: #8D83EC; }
a { background-color: rgb(141,131,236); }
div.DivClassName
{
background-color: #8D83EC;
}
.BgClassName
{
background-color: #8D83EC;
}
</style>
border-color css
<style>
span { border-color: #8D83EC; }
span { border-color: rgb(141,131,236); }
td.TdClassName
{
border-color: #8D83EC;
}
.TagClassName
{
border-color: #8D83EC;
}
</style>