Shades of Medium Slate Blue #8B71EC
Tints of Medium Slate Blue #8B71EC
RGB
CMYK
RGB Variations
Color information
#8B71EC (or 0x8B71EC) is known color: Medium Slate Blue. HEX triplet: 8B, 71 and EC. RGB value is (139,113,236). Sum of RGB (Red+Green+Blue) = 139+113+236=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B71EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B71EC is #748E13. Grayscale: #868686. Windows color (decimal): -7638548 or 15495563. OLE color: 15495563.
HSL color Cylindrical-coordinate representation of color #8B71EC: hue angle of 252.68º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B71EC is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 113 | 236 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.07 |
| HSL | 252.68º | 0.76% | 0.68% | - |
| HSV(B) | 252.68º | 0.52% | 0.93% | - |
| XYZ | 31.69 | 23.36 | 82.19 | - |
| YUV | 134.8 | 185.11 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 236 | 0.41 | 0.52 | 0 | 0.07 | 252.68 | 0.76 | 0.68 |
| Hex | 8B | 71 | EC | 29 | 34 | 0 | 7 | FD | 4C | 44 |
| Octal | 213 | 161 | 354 | 51 | 64 | 0 | 7 | 375 | 114 | 104 |
| Binary | 10001011 | 1110001 | 11101100 | 101001 | 110100 | 0 | 111 | 11111101 | 1001100 | 1000100 |
Color Harmonies of #8B71EC
Complementary color
Monochromatic Colors of #8B71EC
Black with #8B71EC
Text Example
Text Example
White with #8B71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B71EC; }
p { color: rgb(139,113,236); }
H1.HeaderClassName
{
color: #8B71EC;
}
.AnyTagClassName
{
color: #8B71EC;
}
</style>
background-color css
<style>
a { background-color: #8B71EC; }
a { background-color: rgb(139,113,236); }
div.DivClassName
{
background-color: #8B71EC;
}
.BgClassName
{
background-color: #8B71EC;
}
</style>
border-color css
<style>
span { border-color: #8B71EC; }
span { border-color: rgb(139,113,236); }
td.TdClassName
{
border-color: #8B71EC;
}
.TagClassName
{
border-color: #8B71EC;
}
</style>