Shades of Light Slate Blue #8D6EEF
Tints of Light Slate Blue #8D6EEF
RGB
CMYK
RGB Variations
Color information
#8D6EEF (or 0x8D6EEF) is known color: Light Slate Blue. HEX triplet: 8D, 6E and EF. RGB value is (141,110,239). Sum of RGB (Red+Green+Blue) = 141+110+239=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D6EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6EEF is #729110. Grayscale: #858585. Windows color (decimal): -7508241 or 15691405. OLE color: 15691405.
HSL color Cylindrical-coordinate representation of color #8D6EEF: hue angle of 254.42º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D6EEF is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 110 | 239 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.06 |
| HSL | 254.42º | 0.8% | 0.68% | - |
| HSV(B) | 254.42º | 0.54% | 0.94% | - |
| XYZ | 32.14 | 23.05 | 84.42 | - |
| YUV | 133.98 | 187.27 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 239 | 0.41 | 0.54 | 0 | 0.06 | 254.42 | 0.8 | 0.68 |
| Hex | 8D | 6E | EF | 29 | 36 | 0 | 6 | FE | 50 | 44 |
| Octal | 215 | 156 | 357 | 51 | 66 | 0 | 6 | 376 | 120 | 104 |
| Binary | 10001101 | 1101110 | 11101111 | 101001 | 110110 | 0 | 110 | 11111110 | 1010000 | 1000100 |
Color Harmonies of #8D6EEF
Complementary color
Monochromatic Colors of #8D6EEF
Black with #8D6EEF
Text Example
Text Example
White with #8D6EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6EEF; }
p { color: rgb(141,110,239); }
H1.HeaderClassName
{
color: #8D6EEF;
}
.AnyTagClassName
{
color: #8D6EEF;
}
</style>
background-color css
<style>
a { background-color: #8D6EEF; }
a { background-color: rgb(141,110,239); }
div.DivClassName
{
background-color: #8D6EEF;
}
.BgClassName
{
background-color: #8D6EEF;
}
</style>
border-color css
<style>
span { border-color: #8D6EEF; }
span { border-color: rgb(141,110,239); }
td.TdClassName
{
border-color: #8D6EEF;
}
.TagClassName
{
border-color: #8D6EEF;
}
</style>