Shades of Medium Slate Blue #8C52EF
Tints of Medium Slate Blue #8C52EF
RGB
CMYK
RGB Variations
Color information
#8C52EF (or 0x8C52EF) is known color: Medium Slate Blue. HEX triplet: 8C, 52 and EF. RGB value is (140,82,239). Sum of RGB (Red+Green+Blue) = 140+82+239=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C52EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C52EF is #73AD10. Grayscale: #747474. Windows color (decimal): -7580945 or 15684236. OLE color: 15684236.
HSL color Cylindrical-coordinate representation of color #8C52EF: hue angle of 262.17º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C52EF is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 82 | 239 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.06 |
| HSL | 262.17º | 0.83% | 0.63% | - |
| HSV(B) | 262.17º | 0.66% | 0.94% | - |
| XYZ | 29.41 | 17.84 | 83.56 | - |
| YUV | 117.24 | 196.72 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 239 | 0.41 | 0.66 | 0 | 0.06 | 262.17 | 0.83 | 0.63 |
| Hex | 8C | 52 | EF | 29 | 42 | 0 | 6 | 106 | 53 | 3F |
| Octal | 214 | 122 | 357 | 51 | 102 | 0 | 6 | 406 | 123 | 77 |
| Binary | 10001100 | 1010010 | 11101111 | 101001 | 1000010 | 0 | 110 | 100000110 | 1010011 | 111111 |
Color Harmonies of #8C52EF
Complementary color
Monochromatic Colors of #8C52EF
Black with #8C52EF
Text Example
Text Example
White with #8C52EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C52EF; }
p { color: rgb(140,82,239); }
H1.HeaderClassName
{
color: #8C52EF;
}
.AnyTagClassName
{
color: #8C52EF;
}
</style>
background-color css
<style>
a { background-color: #8C52EF; }
a { background-color: rgb(140,82,239); }
div.DivClassName
{
background-color: #8C52EF;
}
.BgClassName
{
background-color: #8C52EF;
}
</style>
border-color css
<style>
span { border-color: #8C52EF; }
span { border-color: rgb(140,82,239); }
td.TdClassName
{
border-color: #8C52EF;
}
.TagClassName
{
border-color: #8C52EF;
}
</style>