Shades of Medium Slate Blue #8E4CFB
Tints of Medium Slate Blue #8E4CFB
RGB
CMYK
RGB Variations
Color information
#8E4CFB (or 0x8E4CFB) is known color: Medium Slate Blue. HEX triplet: 8E, 4C and FB. RGB value is (142,76,251). Sum of RGB (Red+Green+Blue) = 142+76+251=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E4CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4CFB is #71B304. Grayscale: #737373. Windows color (decimal): -7451397 or 16469134. OLE color: 16469134.
HSL color Cylindrical-coordinate representation of color #8E4CFB: hue angle of 262.63º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E4CFB is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 76 | 251 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.02 |
| HSL | 262.63º | 0.96% | 0.64% | - |
| HSV(B) | 262.63º | 0.7% | 0.98% | - |
| XYZ | 31.15 | 17.88 | 93.08 | - |
| YUV | 115.68 | 204.37 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 76 | 251 | 0.43 | 0.70 | 0 | 0.02 | 262.63 | 0.96 | 0.64 |
| Hex | 8E | 4C | FB | 2B | 46 | 0 | 2 | 107 | 60 | 40 |
| Octal | 216 | 114 | 373 | 53 | 106 | 0 | 2 | 407 | 140 | 100 |
| Binary | 10001110 | 1001100 | 11111011 | 101011 | 1000110 | 0 | 10 | 100000111 | 1100000 | 1000000 |
Color Harmonies of #8E4CFB
Complementary color
Monochromatic Colors of #8E4CFB
Black with #8E4CFB
Text Example
Text Example
White with #8E4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4CFB; }
p { color: rgb(142,76,251); }
H1.HeaderClassName
{
color: #8E4CFB;
}
.AnyTagClassName
{
color: #8E4CFB;
}
</style>
background-color css
<style>
a { background-color: #8E4CFB; }
a { background-color: rgb(142,76,251); }
div.DivClassName
{
background-color: #8E4CFB;
}
.BgClassName
{
background-color: #8E4CFB;
}
</style>
border-color css
<style>
span { border-color: #8E4CFB; }
span { border-color: rgb(142,76,251); }
td.TdClassName
{
border-color: #8E4CFB;
}
.TagClassName
{
border-color: #8E4CFB;
}
</style>