Shades of Light Slate Blue #8D7BEC
Tints of Light Slate Blue #8D7BEC
RGB
CMYK
RGB Variations
Color information
#8D7BEC (or 0x8D7BEC) is known color: Light Slate Blue. HEX triplet: 8D, 7B and EC. RGB value is (141,123,236). Sum of RGB (Red+Green+Blue) = 141+123+236=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D7BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7BEC is #728413. Grayscale: #8C8C8C. Windows color (decimal): -7504916 or 15498125. OLE color: 15498125.
HSL color Cylindrical-coordinate representation of color #8D7BEC: hue angle of 249.56º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D7BEC is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 123 | 236 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.07 |
| HSL | 249.56º | 0.75% | 0.7% | - |
| HSV(B) | 249.56º | 0.48% | 0.93% | - |
| XYZ | 33.21 | 25.88 | 82.6 | - |
| YUV | 141.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 236 | 0.40 | 0.48 | 0 | 0.07 | 249.56 | 0.75 | 0.7 |
| Hex | 8D | 7B | EC | 28 | 30 | 0 | 7 | FA | 4B | 46 |
| Octal | 215 | 173 | 354 | 50 | 60 | 0 | 7 | 372 | 113 | 106 |
| Binary | 10001101 | 1111011 | 11101100 | 101000 | 110000 | 0 | 111 | 11111010 | 1001011 | 1000110 |
Color Harmonies of #8D7BEC
Complementary color
Monochromatic Colors of #8D7BEC
Black with #8D7BEC
Text Example
Text Example
White with #8D7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7BEC; }
p { color: rgb(141,123,236); }
H1.HeaderClassName
{
color: #8D7BEC;
}
.AnyTagClassName
{
color: #8D7BEC;
}
</style>
background-color css
<style>
a { background-color: #8D7BEC; }
a { background-color: rgb(141,123,236); }
div.DivClassName
{
background-color: #8D7BEC;
}
.BgClassName
{
background-color: #8D7BEC;
}
</style>
border-color css
<style>
span { border-color: #8D7BEC; }
span { border-color: rgb(141,123,236); }
td.TdClassName
{
border-color: #8D7BEC;
}
.TagClassName
{
border-color: #8D7BEC;
}
</style>