Shades of Medium Slate Blue #8D4BFC
Tints of Medium Slate Blue #8D4BFC
RGB
CMYK
RGB Variations
Color information
#8D4BFC (or 0x8D4BFC) is known color: Medium Slate Blue. HEX triplet: 8D, 4B and FC. RGB value is (141,75,252). Sum of RGB (Red+Green+Blue) = 141+75+252=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D4BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4BFC is #72B403. Grayscale: #727272. Windows color (decimal): -7517188 or 16534413. OLE color: 16534413.
HSL color Cylindrical-coordinate representation of color #8D4BFC: hue angle of 262.37º 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 #8D4BFC is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 75 | 252 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.01 |
| HSL | 262.37º | 0.97% | 0.64% | - |
| HSV(B) | 262.37º | 0.7% | 0.99% | - |
| XYZ | 31.07 | 17.72 | 93.88 | - |
| YUV | 114.91 | 205.37 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 252 | 0.44 | 0.70 | 0 | 0.01 | 262.37 | 0.97 | 0.64 |
| Hex | 8D | 4B | FC | 2C | 46 | 0 | 1 | 106 | 61 | 40 |
| Octal | 215 | 113 | 374 | 54 | 106 | 0 | 1 | 406 | 141 | 100 |
| Binary | 10001101 | 1001011 | 11111100 | 101100 | 1000110 | 0 | 1 | 100000110 | 1100001 | 1000000 |
Color Harmonies of #8D4BFC
Complementary color
Monochromatic Colors of #8D4BFC
Black with #8D4BFC
Text Example
Text Example
White with #8D4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4BFC; }
p { color: rgb(141,75,252); }
H1.HeaderClassName
{
color: #8D4BFC;
}
.AnyTagClassName
{
color: #8D4BFC;
}
</style>
background-color css
<style>
a { background-color: #8D4BFC; }
a { background-color: rgb(141,75,252); }
div.DivClassName
{
background-color: #8D4BFC;
}
.BgClassName
{
background-color: #8D4BFC;
}
</style>
border-color css
<style>
span { border-color: #8D4BFC; }
span { border-color: rgb(141,75,252); }
td.TdClassName
{
border-color: #8D4BFC;
}
.TagClassName
{
border-color: #8D4BFC;
}
</style>