Shades of Medium Slate Blue #8C4DFD
Tints of Medium Slate Blue #8C4DFD
RGB
CMYK
RGB Variations
Color information
#8C4DFD (or 0x8C4DFD) is known color: Medium Slate Blue. HEX triplet: 8C, 4D and FD. RGB value is (140,77,253). Sum of RGB (Red+Green+Blue) = 140+77+253=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C4DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4DFD is #73B202. Grayscale: #737373. Windows color (decimal): -7582211 or 16600460. OLE color: 16600460.
HSL color Cylindrical-coordinate representation of color #8C4DFD: hue angle of 261.48º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C4DFD is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 77 | 253 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.01 |
| HSL | 261.48º | 0.98% | 0.65% | - |
| HSV(B) | 261.48º | 0.7% | 0.99% | - |
| XYZ | 31.2 | 17.98 | 94.75 | - |
| YUV | 115.9 | 205.37 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 253 | 0.45 | 0.70 | 0 | 0.01 | 261.48 | 0.98 | 0.65 |
| Hex | 8C | 4D | FD | 2D | 46 | 0 | 1 | 105 | 62 | 41 |
| Octal | 214 | 115 | 375 | 55 | 106 | 0 | 1 | 405 | 142 | 101 |
| Binary | 10001100 | 1001101 | 11111101 | 101101 | 1000110 | 0 | 1 | 100000101 | 1100010 | 1000001 |
Color Harmonies of #8C4DFD
Complementary color
Monochromatic Colors of #8C4DFD
Black with #8C4DFD
Text Example
Text Example
White with #8C4DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DFD; }
p { color: rgb(140,77,253); }
H1.HeaderClassName
{
color: #8C4DFD;
}
.AnyTagClassName
{
color: #8C4DFD;
}
</style>
background-color css
<style>
a { background-color: #8C4DFD; }
a { background-color: rgb(140,77,253); }
div.DivClassName
{
background-color: #8C4DFD;
}
.BgClassName
{
background-color: #8C4DFD;
}
</style>
border-color css
<style>
span { border-color: #8C4DFD; }
span { border-color: rgb(140,77,253); }
td.TdClassName
{
border-color: #8C4DFD;
}
.TagClassName
{
border-color: #8C4DFD;
}
</style>