Shades of Medium Slate Blue #8371ED
Tints of Medium Slate Blue #8371ED
RGB
CMYK
RGB Variations
Color information
#8371ED (or 0x8371ED) is known color: Medium Slate Blue. HEX triplet: 83, 71 and ED. RGB value is (131,113,237). Sum of RGB (Red+Green+Blue) = 131+113+237=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #8371ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8371ED is #7C8E12. Grayscale: #848484. Windows color (decimal): -8162835 or 15561091. OLE color: 15561091.
HSL color Cylindrical-coordinate representation of color #8371ED: hue angle of 248.71º 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 #8371ED is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 113 | 237 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.07 |
| HSL | 248.71º | 0.78% | 0.69% | - |
| HSV(B) | 248.71º | 0.52% | 0.93% | - |
| XYZ | 30.55 | 22.75 | 82.9 | - |
| YUV | 132.52 | 186.96 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 237 | 0.45 | 0.52 | 0 | 0.07 | 248.71 | 0.78 | 0.69 |
| Hex | 83 | 71 | ED | 2D | 34 | 0 | 7 | F9 | 4E | 45 |
| Octal | 203 | 161 | 355 | 55 | 64 | 0 | 7 | 371 | 116 | 105 |
| Binary | 10000011 | 1110001 | 11101101 | 101101 | 110100 | 0 | 111 | 11111001 | 1001110 | 1000101 |
Color Harmonies of #8371ED
Complementary color
Monochromatic Colors of #8371ED
Black with #8371ED
Text Example
Text Example
White with #8371ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8371ED; }
p { color: rgb(131,113,237); }
H1.HeaderClassName
{
color: #8371ED;
}
.AnyTagClassName
{
color: #8371ED;
}
</style>
background-color css
<style>
a { background-color: #8371ED; }
a { background-color: rgb(131,113,237); }
div.DivClassName
{
background-color: #8371ED;
}
.BgClassName
{
background-color: #8371ED;
}
</style>
border-color css
<style>
span { border-color: #8371ED; }
span { border-color: rgb(131,113,237); }
td.TdClassName
{
border-color: #8371ED;
}
.TagClassName
{
border-color: #8371ED;
}
</style>