Shades of Medium Slate Blue #8359EC
Tints of Medium Slate Blue #8359EC
RGB
CMYK
RGB Variations
Color information
#8359EC (or 0x8359EC) is known color: Medium Slate Blue. HEX triplet: 83, 59 and EC. RGB value is (131,89,236). Sum of RGB (Red+Green+Blue) = 131+89+236=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #8359EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8359EC is #7CA613. Grayscale: #757575. Windows color (decimal): -8168980 or 15489411. OLE color: 15489411.
HSL color Cylindrical-coordinate representation of color #8359EC: hue angle of 257.14º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8359EC is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 89 | 236 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.07 |
| HSL | 257.14º | 0.79% | 0.64% | - |
| HSV(B) | 257.14º | 0.62% | 0.93% | - |
| XYZ | 28.07 | 18.03 | 81.36 | - |
| YUV | 118.32 | 194.41 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 236 | 0.44 | 0.62 | 0 | 0.07 | 257.14 | 0.79 | 0.64 |
| Hex | 83 | 59 | EC | 2C | 3E | 0 | 7 | 101 | 4F | 40 |
| Octal | 203 | 131 | 354 | 54 | 76 | 0 | 7 | 401 | 117 | 100 |
| Binary | 10000011 | 1011001 | 11101100 | 101100 | 111110 | 0 | 111 | 100000001 | 1001111 | 1000000 |
Color Harmonies of #8359EC
Complementary color
Monochromatic Colors of #8359EC
Black with #8359EC
Text Example
Text Example
White with #8359EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8359EC; }
p { color: rgb(131,89,236); }
H1.HeaderClassName
{
color: #8359EC;
}
.AnyTagClassName
{
color: #8359EC;
}
</style>
background-color css
<style>
a { background-color: #8359EC; }
a { background-color: rgb(131,89,236); }
div.DivClassName
{
background-color: #8359EC;
}
.BgClassName
{
background-color: #8359EC;
}
</style>
border-color css
<style>
span { border-color: #8359EC; }
span { border-color: rgb(131,89,236); }
td.TdClassName
{
border-color: #8359EC;
}
.TagClassName
{
border-color: #8359EC;
}
</style>