Shades of Medium Slate Blue #8D51F4
Tints of Medium Slate Blue #8D51F4
RGB
CMYK
RGB Variations
Color information
#8D51F4 (or 0x8D51F4) is known color: Medium Slate Blue. HEX triplet: 8D, 51 and F4. RGB value is (141,81,244). Sum of RGB (Red+Green+Blue) = 141+81+244=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #8D51F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D51F4 is #72AE0B. Grayscale: #747474. Windows color (decimal): -7515660 or 16011661. OLE color: 16011661.
HSL color Cylindrical-coordinate representation of color #8D51F4: hue angle of 262.09º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D51F4 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 81 | 244 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.04 |
| HSL | 262.09º | 0.88% | 0.64% | - |
| HSV(B) | 262.09º | 0.67% | 0.96% | - |
| XYZ | 30.26 | 18.08 | 87.48 | - |
| YUV | 117.52 | 199.38 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 244 | 0.42 | 0.67 | 0 | 0.04 | 262.09 | 0.88 | 0.64 |
| Hex | 8D | 51 | F4 | 2A | 43 | 0 | 4 | 106 | 58 | 40 |
| Octal | 215 | 121 | 364 | 52 | 103 | 0 | 4 | 406 | 130 | 100 |
| Binary | 10001101 | 1010001 | 11110100 | 101010 | 1000011 | 0 | 100 | 100000110 | 1011000 | 1000000 |
Color Harmonies of #8D51F4
Complementary color
Monochromatic Colors of #8D51F4
Black with #8D51F4
Text Example
Text Example
White with #8D51F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D51F4; }
p { color: rgb(141,81,244); }
H1.HeaderClassName
{
color: #8D51F4;
}
.AnyTagClassName
{
color: #8D51F4;
}
</style>
background-color css
<style>
a { background-color: #8D51F4; }
a { background-color: rgb(141,81,244); }
div.DivClassName
{
background-color: #8D51F4;
}
.BgClassName
{
background-color: #8D51F4;
}
</style>
border-color css
<style>
span { border-color: #8D51F4; }
span { border-color: rgb(141,81,244); }
td.TdClassName
{
border-color: #8D51F4;
}
.TagClassName
{
border-color: #8D51F4;
}
</style>