Shades of Medium Slate Blue #8D51F0
Tints of Medium Slate Blue #8D51F0
RGB
CMYK
RGB Variations
Color information
#8D51F0 (or 0x8D51F0) is known color: Medium Slate Blue. HEX triplet: 8D, 51 and F0. RGB value is (141,81,240). Sum of RGB (Red+Green+Blue) = 141+81+240=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #8D51F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D51F0 is #72AE0F. Grayscale: #747474. Windows color (decimal): -7515664 or 15749517. OLE color: 15749517.
HSL color Cylindrical-coordinate representation of color #8D51F0: hue angle of 262.64º 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 #8D51F0 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 81 | 240 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.06 |
| HSL | 262.64º | 0.84% | 0.63% | - |
| HSV(B) | 262.64º | 0.66% | 0.94% | - |
| XYZ | 29.66 | 17.84 | 84.32 | - |
| YUV | 117.07 | 197.38 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 240 | 0.41 | 0.66 | 0 | 0.06 | 262.64 | 0.84 | 0.63 |
| Hex | 8D | 51 | F0 | 29 | 42 | 0 | 6 | 107 | 54 | 3F |
| Octal | 215 | 121 | 360 | 51 | 102 | 0 | 6 | 407 | 124 | 77 |
| Binary | 10001101 | 1010001 | 11110000 | 101001 | 1000010 | 0 | 110 | 100000111 | 1010100 | 111111 |
Color Harmonies of #8D51F0
Complementary color
Monochromatic Colors of #8D51F0
Black with #8D51F0
Text Example
Text Example
White with #8D51F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D51F0; }
p { color: rgb(141,81,240); }
H1.HeaderClassName
{
color: #8D51F0;
}
.AnyTagClassName
{
color: #8D51F0;
}
</style>
background-color css
<style>
a { background-color: #8D51F0; }
a { background-color: rgb(141,81,240); }
div.DivClassName
{
background-color: #8D51F0;
}
.BgClassName
{
background-color: #8D51F0;
}
</style>
border-color css
<style>
span { border-color: #8D51F0; }
span { border-color: rgb(141,81,240); }
td.TdClassName
{
border-color: #8D51F0;
}
.TagClassName
{
border-color: #8D51F0;
}
</style>