Shades of Medium Slate Blue #8A4DEC
Tints of Medium Slate Blue #8A4DEC
RGB
CMYK
RGB Variations
Color information
#8A4DEC (or 0x8A4DEC) is known color: Medium Slate Blue. HEX triplet: 8A, 4D and EC. RGB value is (138,77,236). Sum of RGB (Red+Green+Blue) = 138+77+236=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A4DEC is #75B213. Grayscale: #707070. Windows color (decimal): -7713300 or 15486346. OLE color: 15486346.
HSL color Cylindrical-coordinate representation of color #8A4DEC: hue angle of 263.02º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A4DEC is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 77 | 236 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.07 |
| HSL | 263.02º | 0.81% | 0.61% | - |
| HSV(B) | 263.02º | 0.67% | 0.93% | - |
| XYZ | 28.28 | 16.77 | 81.1 | - |
| YUV | 113.37 | 197.21 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 236 | 0.42 | 0.67 | 0 | 0.07 | 263.02 | 0.81 | 0.61 |
| Hex | 8A | 4D | EC | 2A | 43 | 0 | 7 | 107 | 51 | 3D |
| Octal | 212 | 115 | 354 | 52 | 103 | 0 | 7 | 407 | 121 | 75 |
| Binary | 10001010 | 1001101 | 11101100 | 101010 | 1000011 | 0 | 111 | 100000111 | 1010001 | 111101 |
Color Harmonies of #8A4DEC
Complementary color
Monochromatic Colors of #8A4DEC
Black with #8A4DEC
Text Example
Text Example
White with #8A4DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4DEC; }
p { color: rgb(138,77,236); }
H1.HeaderClassName
{
color: #8A4DEC;
}
.AnyTagClassName
{
color: #8A4DEC;
}
</style>
background-color css
<style>
a { background-color: #8A4DEC; }
a { background-color: rgb(138,77,236); }
div.DivClassName
{
background-color: #8A4DEC;
}
.BgClassName
{
background-color: #8A4DEC;
}
</style>
border-color css
<style>
span { border-color: #8A4DEC; }
span { border-color: rgb(138,77,236); }
td.TdClassName
{
border-color: #8A4DEC;
}
.TagClassName
{
border-color: #8A4DEC;
}
</style>