Shades of Medium Slate Blue #8B71ED
Tints of Medium Slate Blue #8B71ED
RGB
CMYK
RGB Variations
Color information
#8B71ED (or 0x8B71ED) is known color: Medium Slate Blue. HEX triplet: 8B, 71 and ED. RGB value is (139,113,237). Sum of RGB (Red+Green+Blue) = 139+113+237=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B71ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B71ED is #748E12. Grayscale: #868686. Windows color (decimal): -7638547 or 15561099. OLE color: 15561099.
HSL color Cylindrical-coordinate representation of color #8B71ED: hue angle of 252.58º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B71ED is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 113 | 237 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.07 |
| HSL | 252.58º | 0.78% | 0.69% | - |
| HSV(B) | 252.58º | 0.52% | 0.93% | - |
| XYZ | 31.84 | 23.41 | 82.96 | - |
| YUV | 134.91 | 185.61 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 237 | 0.41 | 0.52 | 0 | 0.07 | 252.58 | 0.78 | 0.69 |
| Hex | 8B | 71 | ED | 29 | 34 | 0 | 7 | FD | 4E | 45 |
| Octal | 213 | 161 | 355 | 51 | 64 | 0 | 7 | 375 | 116 | 105 |
| Binary | 10001011 | 1110001 | 11101101 | 101001 | 110100 | 0 | 111 | 11111101 | 1001110 | 1000101 |
Color Harmonies of #8B71ED
Complementary color
Monochromatic Colors of #8B71ED
Black with #8B71ED
Text Example
Text Example
White with #8B71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B71ED; }
p { color: rgb(139,113,237); }
H1.HeaderClassName
{
color: #8B71ED;
}
.AnyTagClassName
{
color: #8B71ED;
}
</style>
background-color css
<style>
a { background-color: #8B71ED; }
a { background-color: rgb(139,113,237); }
div.DivClassName
{
background-color: #8B71ED;
}
.BgClassName
{
background-color: #8B71ED;
}
</style>
border-color css
<style>
span { border-color: #8B71ED; }
span { border-color: rgb(139,113,237); }
td.TdClassName
{
border-color: #8B71ED;
}
.TagClassName
{
border-color: #8B71ED;
}
</style>