Shades of Medium Slate Blue #8373EC
Tints of Medium Slate Blue #8373EC
RGB
CMYK
RGB Variations
Color information
#8373EC (or 0x8373EC) is known color: Medium Slate Blue. HEX triplet: 83, 73 and EC. RGB value is (131,115,236). Sum of RGB (Red+Green+Blue) = 131+115+236=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #8373EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8373EC is #7C8C13. Grayscale: #858585. Windows color (decimal): -8162324 or 15496067. OLE color: 15496067.
HSL color Cylindrical-coordinate representation of color #8373EC: hue angle of 247.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8373EC is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 115 | 236 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.07 |
| HSL | 247.93º | 0.76% | 0.69% | - |
| HSV(B) | 247.93º | 0.51% | 0.93% | - |
| XYZ | 30.63 | 23.14 | 82.21 | - |
| YUV | 133.58 | 185.8 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 236 | 0.44 | 0.51 | 0 | 0.07 | 247.93 | 0.76 | 0.69 |
| Hex | 83 | 73 | EC | 2C | 33 | 0 | 7 | F8 | 4C | 45 |
| Octal | 203 | 163 | 354 | 54 | 63 | 0 | 7 | 370 | 114 | 105 |
| Binary | 10000011 | 1110011 | 11101100 | 101100 | 110011 | 0 | 111 | 11111000 | 1001100 | 1000101 |
Color Harmonies of #8373EC
Complementary color
Monochromatic Colors of #8373EC
Black with #8373EC
Text Example
Text Example
White with #8373EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8373EC; }
p { color: rgb(131,115,236); }
H1.HeaderClassName
{
color: #8373EC;
}
.AnyTagClassName
{
color: #8373EC;
}
</style>
background-color css
<style>
a { background-color: #8373EC; }
a { background-color: rgb(131,115,236); }
div.DivClassName
{
background-color: #8373EC;
}
.BgClassName
{
background-color: #8373EC;
}
</style>
border-color css
<style>
span { border-color: #8373EC; }
span { border-color: rgb(131,115,236); }
td.TdClassName
{
border-color: #8373EC;
}
.TagClassName
{
border-color: #8373EC;
}
</style>