Shades of Medium Slate Blue #8D52F0
Tints of Medium Slate Blue #8D52F0
RGB
CMYK
RGB Variations
Color information
#8D52F0 (or 0x8D52F0) is known color: Medium Slate Blue. HEX triplet: 8D, 52 and F0. RGB value is (141,82,240). Sum of RGB (Red+Green+Blue) = 141+82+240=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #8D52F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D52F0 is #72AD0F. Grayscale: #757575. Windows color (decimal): -7515408 or 15749773. OLE color: 15749773.
HSL color Cylindrical-coordinate representation of color #8D52F0: hue angle of 262.41º degrees, saturation: 0.84, 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 #8D52F0 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 82 | 240 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.06 |
| HSL | 262.41º | 0.84% | 0.63% | - |
| HSV(B) | 262.41º | 0.66% | 0.94% | - |
| XYZ | 29.73 | 17.99 | 84.34 | - |
| YUV | 117.65 | 197.05 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 240 | 0.41 | 0.66 | 0 | 0.06 | 262.41 | 0.84 | 0.63 |
| Hex | 8D | 52 | F0 | 29 | 42 | 0 | 6 | 106 | 54 | 3F |
| Octal | 215 | 122 | 360 | 51 | 102 | 0 | 6 | 406 | 124 | 77 |
| Binary | 10001101 | 1010010 | 11110000 | 101001 | 1000010 | 0 | 110 | 100000110 | 1010100 | 111111 |
Color Harmonies of #8D52F0
Complementary color
Monochromatic Colors of #8D52F0
Black with #8D52F0
Text Example
Text Example
White with #8D52F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D52F0; }
p { color: rgb(141,82,240); }
H1.HeaderClassName
{
color: #8D52F0;
}
.AnyTagClassName
{
color: #8D52F0;
}
</style>
background-color css
<style>
a { background-color: #8D52F0; }
a { background-color: rgb(141,82,240); }
div.DivClassName
{
background-color: #8D52F0;
}
.BgClassName
{
background-color: #8D52F0;
}
</style>
border-color css
<style>
span { border-color: #8D52F0; }
span { border-color: rgb(141,82,240); }
td.TdClassName
{
border-color: #8D52F0;
}
.TagClassName
{
border-color: #8D52F0;
}
</style>