Shades of Medium Slate Blue #8A50EF
Tints of Medium Slate Blue #8A50EF
RGB
CMYK
RGB Variations
Color information
#8A50EF (or 0x8A50EF) is known color: Medium Slate Blue. HEX triplet: 8A, 50 and EF. RGB value is (138,80,239). Sum of RGB (Red+Green+Blue) = 138+80+239=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A50EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A50EF is #75AF10. Grayscale: #727272. Windows color (decimal): -7712529 or 15683722. OLE color: 15683722.
HSL color Cylindrical-coordinate representation of color #8A50EF: hue angle of 261.89º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A50EF is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 80 | 239 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.06 |
| HSL | 261.89º | 0.83% | 0.63% | - |
| HSV(B) | 261.89º | 0.67% | 0.94% | - |
| XYZ | 28.93 | 17.37 | 83.49 | - |
| YUV | 115.47 | 197.72 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 239 | 0.42 | 0.67 | 0 | 0.06 | 261.89 | 0.83 | 0.63 |
| Hex | 8A | 50 | EF | 2A | 43 | 0 | 6 | 106 | 53 | 3F |
| Octal | 212 | 120 | 357 | 52 | 103 | 0 | 6 | 406 | 123 | 77 |
| Binary | 10001010 | 1010000 | 11101111 | 101010 | 1000011 | 0 | 110 | 100000110 | 1010011 | 111111 |
Color Harmonies of #8A50EF
Complementary color
Monochromatic Colors of #8A50EF
Black with #8A50EF
Text Example
Text Example
White with #8A50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A50EF; }
p { color: rgb(138,80,239); }
H1.HeaderClassName
{
color: #8A50EF;
}
.AnyTagClassName
{
color: #8A50EF;
}
</style>
background-color css
<style>
a { background-color: #8A50EF; }
a { background-color: rgb(138,80,239); }
div.DivClassName
{
background-color: #8A50EF;
}
.BgClassName
{
background-color: #8A50EF;
}
</style>
border-color css
<style>
span { border-color: #8A50EF; }
span { border-color: rgb(138,80,239); }
td.TdClassName
{
border-color: #8A50EF;
}
.TagClassName
{
border-color: #8A50EF;
}
</style>