Shades of Medium Slate Blue #8367EC
Tints of Medium Slate Blue #8367EC
RGB
CMYK
RGB Variations
Color information
#8367EC (or 0x8367EC) is known color: Medium Slate Blue. HEX triplet: 83, 67 and EC. RGB value is (131,103,236). Sum of RGB (Red+Green+Blue) = 131+103+236=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #8367EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8367EC is #7C9813. Grayscale: #7E7E7E. Windows color (decimal): -8165396 or 15492995. OLE color: 15492995.
HSL color Cylindrical-coordinate representation of color #8367EC: hue angle of 252.63º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8367EC is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 103 | 236 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.07 |
| HSL | 252.63º | 0.78% | 0.66% | - |
| HSV(B) | 252.63º | 0.56% | 0.93% | - |
| XYZ | 29.35 | 20.58 | 81.78 | - |
| YUV | 126.53 | 189.78 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 236 | 0.44 | 0.56 | 0 | 0.07 | 252.63 | 0.78 | 0.66 |
| Hex | 83 | 67 | EC | 2C | 38 | 0 | 7 | FD | 4E | 42 |
| Octal | 203 | 147 | 354 | 54 | 70 | 0 | 7 | 375 | 116 | 102 |
| Binary | 10000011 | 1100111 | 11101100 | 101100 | 111000 | 0 | 111 | 11111101 | 1001110 | 1000010 |
Color Harmonies of #8367EC
Complementary color
Monochromatic Colors of #8367EC
Black with #8367EC
Text Example
Text Example
White with #8367EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8367EC; }
p { color: rgb(131,103,236); }
H1.HeaderClassName
{
color: #8367EC;
}
.AnyTagClassName
{
color: #8367EC;
}
</style>
background-color css
<style>
a { background-color: #8367EC; }
a { background-color: rgb(131,103,236); }
div.DivClassName
{
background-color: #8367EC;
}
.BgClassName
{
background-color: #8367EC;
}
</style>
border-color css
<style>
span { border-color: #8367EC; }
span { border-color: rgb(131,103,236); }
td.TdClassName
{
border-color: #8367EC;
}
.TagClassName
{
border-color: #8367EC;
}
</style>