Shades of Medium Slate Blue #8C4FEB
Tints of Medium Slate Blue #8C4FEB
RGB
CMYK
RGB Variations
Color information
#8C4FEB (or 0x8C4FEB) is known color: Medium Slate Blue. HEX triplet: 8C, 4F and EB. RGB value is (140,79,235). Sum of RGB (Red+Green+Blue) = 140+79+235=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C4FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4FEB is #73B014. Grayscale: #727272. Windows color (decimal): -7581717 or 15421324. OLE color: 15421324.
HSL color Cylindrical-coordinate representation of color #8C4FEB: hue angle of 263.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C4FEB is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 79 | 235 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.08 |
| HSL | 263.46º | 0.8% | 0.62% | - |
| HSV(B) | 263.46º | 0.66% | 0.92% | - |
| XYZ | 28.61 | 17.17 | 80.4 | - |
| YUV | 115.02 | 195.71 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 79 | 235 | 0.40 | 0.66 | 0 | 0.08 | 263.46 | 0.8 | 0.62 |
| Hex | 8C | 4F | EB | 28 | 42 | 0 | 8 | 107 | 50 | 3E |
| Octal | 214 | 117 | 353 | 50 | 102 | 0 | 10 | 407 | 120 | 76 |
| Binary | 10001100 | 1001111 | 11101011 | 101000 | 1000010 | 0 | 1000 | 100000111 | 1010000 | 111110 |
Color Harmonies of #8C4FEB
Complementary color
Monochromatic Colors of #8C4FEB
Black with #8C4FEB
Text Example
Text Example
White with #8C4FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4FEB; }
p { color: rgb(140,79,235); }
H1.HeaderClassName
{
color: #8C4FEB;
}
.AnyTagClassName
{
color: #8C4FEB;
}
</style>
background-color css
<style>
a { background-color: #8C4FEB; }
a { background-color: rgb(140,79,235); }
div.DivClassName
{
background-color: #8C4FEB;
}
.BgClassName
{
background-color: #8C4FEB;
}
</style>
border-color css
<style>
span { border-color: #8C4FEB; }
span { border-color: rgb(140,79,235); }
td.TdClassName
{
border-color: #8C4FEB;
}
.TagClassName
{
border-color: #8C4FEB;
}
</style>