Shades of Medium Slate Blue #8C50EF
Tints of Medium Slate Blue #8C50EF
RGB
CMYK
RGB Variations
Color information
#8C50EF (or 0x8C50EF) is known color: Medium Slate Blue. HEX triplet: 8C, 50 and EF. RGB value is (140,80,239). Sum of RGB (Red+Green+Blue) = 140+80+239=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C50EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C50EF is #73AF10. Grayscale: #737373. Windows color (decimal): -7581457 or 15683724. OLE color: 15683724.
HSL color Cylindrical-coordinate representation of color #8C50EF: hue angle of 262.64º 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 #8C50EF is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 80 | 239 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.06 |
| HSL | 262.64º | 0.83% | 0.63% | - |
| HSV(B) | 262.64º | 0.67% | 0.94% | - |
| XYZ | 29.26 | 17.54 | 83.51 | - |
| YUV | 116.07 | 197.38 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 239 | 0.41 | 0.67 | 0 | 0.06 | 262.64 | 0.83 | 0.63 |
| Hex | 8C | 50 | EF | 29 | 43 | 0 | 6 | 107 | 53 | 3F |
| Octal | 214 | 120 | 357 | 51 | 103 | 0 | 6 | 407 | 123 | 77 |
| Binary | 10001100 | 1010000 | 11101111 | 101001 | 1000011 | 0 | 110 | 100000111 | 1010011 | 111111 |
Color Harmonies of #8C50EF
Complementary color
Monochromatic Colors of #8C50EF
Black with #8C50EF
Text Example
Text Example
White with #8C50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C50EF; }
p { color: rgb(140,80,239); }
H1.HeaderClassName
{
color: #8C50EF;
}
.AnyTagClassName
{
color: #8C50EF;
}
</style>
background-color css
<style>
a { background-color: #8C50EF; }
a { background-color: rgb(140,80,239); }
div.DivClassName
{
background-color: #8C50EF;
}
.BgClassName
{
background-color: #8C50EF;
}
</style>
border-color css
<style>
span { border-color: #8C50EF; }
span { border-color: rgb(140,80,239); }
td.TdClassName
{
border-color: #8C50EF;
}
.TagClassName
{
border-color: #8C50EF;
}
</style>