Shades of Medium Slate Blue #8D64F0
Tints of Medium Slate Blue #8D64F0
RGB
CMYK
RGB Variations
Color information
#8D64F0 (or 0x8D64F0) is known color: Medium Slate Blue. HEX triplet: 8D, 64 and F0. RGB value is (141,100,240). Sum of RGB (Red+Green+Blue) = 141+100+240=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #8D64F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D64F0 is #729B0F. Grayscale: #7F7F7F. Windows color (decimal): -7510800 or 15754381. OLE color: 15754381.
HSL color Cylindrical-coordinate representation of color #8D64F0: hue angle of 257.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D64F0 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 100 | 240 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.06 |
| HSL | 257.57º | 0.82% | 0.67% | - |
| HSV(B) | 257.57º | 0.58% | 0.94% | - |
| XYZ | 31.27 | 21.07 | 84.86 | - |
| YUV | 128.22 | 191.08 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 240 | 0.41 | 0.58 | 0 | 0.06 | 257.57 | 0.82 | 0.67 |
| Hex | 8D | 64 | F0 | 29 | 3A | 0 | 6 | 102 | 52 | 43 |
| Octal | 215 | 144 | 360 | 51 | 72 | 0 | 6 | 402 | 122 | 103 |
| Binary | 10001101 | 1100100 | 11110000 | 101001 | 111010 | 0 | 110 | 100000010 | 1010010 | 1000011 |
Color Harmonies of #8D64F0
Complementary color
Monochromatic Colors of #8D64F0
Black with #8D64F0
Text Example
Text Example
White with #8D64F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D64F0; }
p { color: rgb(141,100,240); }
H1.HeaderClassName
{
color: #8D64F0;
}
.AnyTagClassName
{
color: #8D64F0;
}
</style>
background-color css
<style>
a { background-color: #8D64F0; }
a { background-color: rgb(141,100,240); }
div.DivClassName
{
background-color: #8D64F0;
}
.BgClassName
{
background-color: #8D64F0;
}
</style>
border-color css
<style>
span { border-color: #8D64F0; }
span { border-color: rgb(141,100,240); }
td.TdClassName
{
border-color: #8D64F0;
}
.TagClassName
{
border-color: #8D64F0;
}
</style>