Shades of Medium Slate Blue #8C55EF
Tints of Medium Slate Blue #8C55EF
RGB
CMYK
RGB Variations
Color information
#8C55EF (or 0x8C55EF) is known color: Medium Slate Blue. HEX triplet: 8C, 55 and EF. RGB value is (140,85,239). Sum of RGB (Red+Green+Blue) = 140+85+239=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C55EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C55EF is #73AA10. Grayscale: #767676. Windows color (decimal): -7580177 or 15685004. OLE color: 15685004.
HSL color Cylindrical-coordinate representation of color #8C55EF: hue angle of 261.43º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C55EF is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 85 | 239 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.06 |
| HSL | 261.43º | 0.83% | 0.64% | - |
| HSV(B) | 261.43º | 0.64% | 0.94% | - |
| XYZ | 29.64 | 18.3 | 83.63 | - |
| YUV | 119 | 195.72 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 239 | 0.41 | 0.64 | 0 | 0.06 | 261.43 | 0.83 | 0.64 |
| Hex | 8C | 55 | EF | 29 | 40 | 0 | 6 | 105 | 53 | 40 |
| Octal | 214 | 125 | 357 | 51 | 100 | 0 | 6 | 405 | 123 | 100 |
| Binary | 10001100 | 1010101 | 11101111 | 101001 | 1000000 | 0 | 110 | 100000101 | 1010011 | 1000000 |
Color Harmonies of #8C55EF
Complementary color
Monochromatic Colors of #8C55EF
Black with #8C55EF
Text Example
Text Example
White with #8C55EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C55EF; }
p { color: rgb(140,85,239); }
H1.HeaderClassName
{
color: #8C55EF;
}
.AnyTagClassName
{
color: #8C55EF;
}
</style>
background-color css
<style>
a { background-color: #8C55EF; }
a { background-color: rgb(140,85,239); }
div.DivClassName
{
background-color: #8C55EF;
}
.BgClassName
{
background-color: #8C55EF;
}
</style>
border-color css
<style>
span { border-color: #8C55EF; }
span { border-color: rgb(140,85,239); }
td.TdClassName
{
border-color: #8C55EF;
}
.TagClassName
{
border-color: #8C55EF;
}
</style>