Shades of Medium Slate Blue #8359EE
Tints of Medium Slate Blue #8359EE
RGB
CMYK
RGB Variations
Color information
#8359EE (or 0x8359EE) is known color: Medium Slate Blue. HEX triplet: 83, 59 and EE. RGB value is (131,89,238). Sum of RGB (Red+Green+Blue) = 131+89+238=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #8359EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8359EE is #7CA611. Grayscale: #757575. Windows color (decimal): -8168978 or 15620483. OLE color: 15620483.
HSL color Cylindrical-coordinate representation of color #8359EE: hue angle of 256.91º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8359EE is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 89 | 238 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.07 |
| HSL | 256.91º | 0.81% | 0.64% | - |
| HSV(B) | 256.91º | 0.63% | 0.93% | - |
| XYZ | 28.37 | 18.14 | 82.9 | - |
| YUV | 118.54 | 195.41 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 238 | 0.45 | 0.63 | 0 | 0.07 | 256.91 | 0.81 | 0.64 |
| Hex | 83 | 59 | EE | 2D | 3F | 0 | 7 | 101 | 51 | 40 |
| Octal | 203 | 131 | 356 | 55 | 77 | 0 | 7 | 401 | 121 | 100 |
| Binary | 10000011 | 1011001 | 11101110 | 101101 | 111111 | 0 | 111 | 100000001 | 1010001 | 1000000 |
Color Harmonies of #8359EE
Complementary color
Monochromatic Colors of #8359EE
Black with #8359EE
Text Example
Text Example
White with #8359EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8359EE; }
p { color: rgb(131,89,238); }
H1.HeaderClassName
{
color: #8359EE;
}
.AnyTagClassName
{
color: #8359EE;
}
</style>
background-color css
<style>
a { background-color: #8359EE; }
a { background-color: rgb(131,89,238); }
div.DivClassName
{
background-color: #8359EE;
}
.BgClassName
{
background-color: #8359EE;
}
</style>
border-color css
<style>
span { border-color: #8359EE; }
span { border-color: rgb(131,89,238); }
td.TdClassName
{
border-color: #8359EE;
}
.TagClassName
{
border-color: #8359EE;
}
</style>