Shades of Medium Slate Blue #8D4BFB
Tints of Medium Slate Blue #8D4BFB
RGB
CMYK
RGB Variations
Color information
#8D4BFB (or 0x8D4BFB) is known color: Medium Slate Blue. HEX triplet: 8D, 4B and FB. RGB value is (141,75,251). Sum of RGB (Red+Green+Blue) = 141+75+251=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D4BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4BFB is #72B404. Grayscale: #727272. Windows color (decimal): -7517189 or 16468877. OLE color: 16468877.
HSL color Cylindrical-coordinate representation of color #8D4BFB: hue angle of 262.5º 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 #8D4BFB is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 75 | 251 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.02 |
| HSL | 262.5º | 0.96% | 0.64% | - |
| HSV(B) | 262.5º | 0.7% | 0.98% | - |
| XYZ | 30.91 | 17.66 | 93.05 | - |
| YUV | 114.8 | 204.87 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 251 | 0.44 | 0.70 | 0 | 0.02 | 262.5 | 0.96 | 0.64 |
| Hex | 8D | 4B | FB | 2C | 46 | 0 | 2 | 106 | 60 | 40 |
| Octal | 215 | 113 | 373 | 54 | 106 | 0 | 2 | 406 | 140 | 100 |
| Binary | 10001101 | 1001011 | 11111011 | 101100 | 1000110 | 0 | 10 | 100000110 | 1100000 | 1000000 |
Color Harmonies of #8D4BFB
Complementary color
Monochromatic Colors of #8D4BFB
Black with #8D4BFB
Text Example
Text Example
White with #8D4BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4BFB; }
p { color: rgb(141,75,251); }
H1.HeaderClassName
{
color: #8D4BFB;
}
.AnyTagClassName
{
color: #8D4BFB;
}
</style>
background-color css
<style>
a { background-color: #8D4BFB; }
a { background-color: rgb(141,75,251); }
div.DivClassName
{
background-color: #8D4BFB;
}
.BgClassName
{
background-color: #8D4BFB;
}
</style>
border-color css
<style>
span { border-color: #8D4BFB; }
span { border-color: rgb(141,75,251); }
td.TdClassName
{
border-color: #8D4BFB;
}
.TagClassName
{
border-color: #8D4BFB;
}
</style>