Shades of Light Slate Blue #8D7CEB
Tints of Light Slate Blue #8D7CEB
RGB
CMYK
RGB Variations
Color information
#8D7CEB (or 0x8D7CEB) is known color: Light Slate Blue. HEX triplet: 8D, 7C and EB. RGB value is (141,124,235). Sum of RGB (Red+Green+Blue) = 141+124+235=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D7CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7CEB is #728314. Grayscale: #8D8D8D. Windows color (decimal): -7504661 or 15432845. OLE color: 15432845.
HSL color Cylindrical-coordinate representation of color #8D7CEB: hue angle of 249.19º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D7CEB is Cyan = 0.4, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 124 | 235 | - |
| CMYK | 0.4 | 0.47 | 0 | 0.08 |
| HSL | 249.19º | 0.74% | 0.7% | - |
| HSV(B) | 249.19º | 0.47% | 0.92% | - |
| XYZ | 33.19 | 26.08 | 81.88 | - |
| YUV | 141.74 | 180.63 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 235 | 0.4 | 0.47 | 0 | 0.08 | 249.19 | 0.74 | 0.7 |
| Hex | 8D | 7C | EB | 28 | 2F | 0 | 8 | F9 | 4A | 46 |
| Octal | 215 | 174 | 353 | 50 | 57 | 0 | 10 | 371 | 112 | 106 |
| Binary | 10001101 | 1111100 | 11101011 | 101000 | 101111 | 0 | 1000 | 11111001 | 1001010 | 1000110 |
Color Harmonies of #8D7CEB
Complementary color
Monochromatic Colors of #8D7CEB
Black with #8D7CEB
Text Example
Text Example
White with #8D7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7CEB; }
p { color: rgb(141,124,235); }
H1.HeaderClassName
{
color: #8D7CEB;
}
.AnyTagClassName
{
color: #8D7CEB;
}
</style>
background-color css
<style>
a { background-color: #8D7CEB; }
a { background-color: rgb(141,124,235); }
div.DivClassName
{
background-color: #8D7CEB;
}
.BgClassName
{
background-color: #8D7CEB;
}
</style>
border-color css
<style>
span { border-color: #8D7CEB; }
span { border-color: rgb(141,124,235); }
td.TdClassName
{
border-color: #8D7CEB;
}
.TagClassName
{
border-color: #8D7CEB;
}
</style>