Shades of Medium Slate Blue #8D4FFC
Tints of Medium Slate Blue #8D4FFC
RGB
CMYK
RGB Variations
Color information
#8D4FFC (or 0x8D4FFC) is known color: Medium Slate Blue. HEX triplet: 8D, 4F and FC. RGB value is (141,79,252). Sum of RGB (Red+Green+Blue) = 141+79+252=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D4FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4FFC is #72B003. Grayscale: #747474. Windows color (decimal): -7516164 or 16535437. OLE color: 16535437.
HSL color Cylindrical-coordinate representation of color #8D4FFC: hue angle of 261.5º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D4FFC is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 79 | 252 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.01 |
| HSL | 261.5º | 0.97% | 0.65% | - |
| HSV(B) | 261.5º | 0.69% | 0.99% | - |
| XYZ | 31.35 | 18.28 | 93.97 | - |
| YUV | 117.26 | 204.04 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 252 | 0.44 | 0.69 | 0 | 0.01 | 261.5 | 0.97 | 0.65 |
| Hex | 8D | 4F | FC | 2C | 45 | 0 | 1 | 106 | 61 | 41 |
| Octal | 215 | 117 | 374 | 54 | 105 | 0 | 1 | 406 | 141 | 101 |
| Binary | 10001101 | 1001111 | 11111100 | 101100 | 1000101 | 0 | 1 | 100000110 | 1100001 | 1000001 |
Color Harmonies of #8D4FFC
Complementary color
Monochromatic Colors of #8D4FFC
Black with #8D4FFC
Text Example
Text Example
White with #8D4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4FFC; }
p { color: rgb(141,79,252); }
H1.HeaderClassName
{
color: #8D4FFC;
}
.AnyTagClassName
{
color: #8D4FFC;
}
</style>
background-color css
<style>
a { background-color: #8D4FFC; }
a { background-color: rgb(141,79,252); }
div.DivClassName
{
background-color: #8D4FFC;
}
.BgClassName
{
background-color: #8D4FFC;
}
</style>
border-color css
<style>
span { border-color: #8D4FFC; }
span { border-color: rgb(141,79,252); }
td.TdClassName
{
border-color: #8D4FFC;
}
.TagClassName
{
border-color: #8D4FFC;
}
</style>