Shades of Light Slate Blue #8D4EFF
Tints of Light Slate Blue #8D4EFF
RGB
CMYK
RGB Variations
Color information
#8D4EFF (or 0x8D4EFF) is known color: Light Slate Blue. HEX triplet: 8D, 4E and FF. RGB value is (141,78,255). Sum of RGB (Red+Green+Blue) = 141+78+255=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D4EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4EFF is #72B100. Grayscale: #747474. Windows color (decimal): -7516417 or 16731789. OLE color: 16731789.
HSL color Cylindrical-coordinate representation of color #8D4EFF: hue angle of 261.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D4EFF is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 78 | 255 | - |
| CMYK | 0.45 | 0.69 | 0 | 0 |
| HSL | 261.36º | 1% | 0.65% | - |
| HSV(B) | 261.36º | 0.69% | 1% | - |
| XYZ | 31.76 | 18.33 | 96.47 | - |
| YUV | 117.02 | 205.87 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 78 | 255 | 0.45 | 0.69 | 0 | 0 | 261.36 | 1 | 0.65 |
| Hex | 8D | 4E | FF | 2D | 45 | 0 | 0 | 105 | 64 | 41 |
| Octal | 215 | 116 | 377 | 55 | 105 | 0 | 0 | 405 | 144 | 101 |
| Binary | 10001101 | 1001110 | 11111111 | 101101 | 1000101 | 0 | 0 | 100000101 | 1100100 | 1000001 |
Color Harmonies of #8D4EFF
Complementary color
Monochromatic Colors of #8D4EFF
Black with #8D4EFF
Text Example
Text Example
White with #8D4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4EFF; }
p { color: rgb(141,78,255); }
H1.HeaderClassName
{
color: #8D4EFF;
}
.AnyTagClassName
{
color: #8D4EFF;
}
</style>
background-color css
<style>
a { background-color: #8D4EFF; }
a { background-color: rgb(141,78,255); }
div.DivClassName
{
background-color: #8D4EFF;
}
.BgClassName
{
background-color: #8D4EFF;
}
</style>
border-color css
<style>
span { border-color: #8D4EFF; }
span { border-color: rgb(141,78,255); }
td.TdClassName
{
border-color: #8D4EFF;
}
.TagClassName
{
border-color: #8D4EFF;
}
</style>