Shades of Medium Slate Blue #8D4CFC
Tints of Medium Slate Blue #8D4CFC
RGB
CMYK
RGB Variations
Color information
#8D4CFC (or 0x8D4CFC) is known color: Medium Slate Blue. HEX triplet: 8D, 4C and FC. RGB value is (141,76,252). Sum of RGB (Red+Green+Blue) = 141+76+252=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D4CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4CFC is #72B303. Grayscale: #727272. Windows color (decimal): -7516932 or 16534669. OLE color: 16534669.
HSL color Cylindrical-coordinate representation of color #8D4CFC: hue angle of 262.16º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D4CFC is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 76 | 252 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.01 |
| HSL | 262.16º | 0.97% | 0.64% | - |
| HSV(B) | 262.16º | 0.7% | 0.99% | - |
| XYZ | 31.14 | 17.86 | 93.9 | - |
| YUV | 115.5 | 205.03 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 252 | 0.44 | 0.70 | 0 | 0.01 | 262.16 | 0.97 | 0.64 |
| Hex | 8D | 4C | FC | 2C | 46 | 0 | 1 | 106 | 61 | 40 |
| Octal | 215 | 114 | 374 | 54 | 106 | 0 | 1 | 406 | 141 | 100 |
| Binary | 10001101 | 1001100 | 11111100 | 101100 | 1000110 | 0 | 1 | 100000110 | 1100001 | 1000000 |
Color Harmonies of #8D4CFC
Complementary color
Monochromatic Colors of #8D4CFC
Black with #8D4CFC
Text Example
Text Example
White with #8D4CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4CFC; }
p { color: rgb(141,76,252); }
H1.HeaderClassName
{
color: #8D4CFC;
}
.AnyTagClassName
{
color: #8D4CFC;
}
</style>
background-color css
<style>
a { background-color: #8D4CFC; }
a { background-color: rgb(141,76,252); }
div.DivClassName
{
background-color: #8D4CFC;
}
.BgClassName
{
background-color: #8D4CFC;
}
</style>
border-color css
<style>
span { border-color: #8D4CFC; }
span { border-color: rgb(141,76,252); }
td.TdClassName
{
border-color: #8D4CFC;
}
.TagClassName
{
border-color: #8D4CFC;
}
</style>