Shades of Light Slate Blue #8D83EE
Tints of Light Slate Blue #8D83EE
RGB
CMYK
RGB Variations
Color information
#8D83EE (or 0x8D83EE) is known color: Light Slate Blue. HEX triplet: 8D, 83 and EE. RGB value is (141,131,238). Sum of RGB (Red+Green+Blue) = 141+131+238=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D83EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D83EE is #727C11. Grayscale: #919191. Windows color (decimal): -7502866 or 15631245. OLE color: 15631245.
HSL color Cylindrical-coordinate representation of color #8D83EE: hue angle of 245.61º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D83EE is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 131 | 238 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.07 |
| HSL | 245.61º | 0.76% | 0.72% | - |
| HSV(B) | 245.61º | 0.45% | 0.93% | - |
| XYZ | 34.53 | 28.07 | 84.49 | - |
| YUV | 146.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 238 | 0.41 | 0.45 | 0 | 0.07 | 245.61 | 0.76 | 0.72 |
| Hex | 8D | 83 | EE | 29 | 2D | 0 | 7 | F6 | 4C | 48 |
| Octal | 215 | 203 | 356 | 51 | 55 | 0 | 7 | 366 | 114 | 110 |
| Binary | 10001101 | 10000011 | 11101110 | 101001 | 101101 | 0 | 111 | 11110110 | 1001100 | 1001000 |
Color Harmonies of #8D83EE
Complementary color
Monochromatic Colors of #8D83EE
Black with #8D83EE
Text Example
Text Example
White with #8D83EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D83EE; }
p { color: rgb(141,131,238); }
H1.HeaderClassName
{
color: #8D83EE;
}
.AnyTagClassName
{
color: #8D83EE;
}
</style>
background-color css
<style>
a { background-color: #8D83EE; }
a { background-color: rgb(141,131,238); }
div.DivClassName
{
background-color: #8D83EE;
}
.BgClassName
{
background-color: #8D83EE;
}
</style>
border-color css
<style>
span { border-color: #8D83EE; }
span { border-color: rgb(141,131,238); }
td.TdClassName
{
border-color: #8D83EE;
}
.TagClassName
{
border-color: #8D83EE;
}
</style>