Shades of Medium Slate Blue #8359EF
Tints of Medium Slate Blue #8359EF
RGB
CMYK
RGB Variations
Color information
#8359EF (or 0x8359EF) is known color: Medium Slate Blue. HEX triplet: 83, 59 and EF. RGB value is (131,89,239). Sum of RGB (Red+Green+Blue) = 131+89+239=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #8359EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8359EF is #7CA610. Grayscale: #767676. Windows color (decimal): -8168977 or 15686019. OLE color: 15686019.
HSL color Cylindrical-coordinate representation of color #8359EF: hue angle of 256.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8359EF is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 89 | 239 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.06 |
| HSL | 256.8º | 0.82% | 0.64% | - |
| HSV(B) | 256.8º | 0.63% | 0.94% | - |
| XYZ | 28.51 | 18.2 | 83.67 | - |
| YUV | 118.66 | 195.91 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 239 | 0.45 | 0.63 | 0 | 0.06 | 256.8 | 0.82 | 0.64 |
| Hex | 83 | 59 | EF | 2D | 3F | 0 | 6 | 101 | 52 | 40 |
| Octal | 203 | 131 | 357 | 55 | 77 | 0 | 6 | 401 | 122 | 100 |
| Binary | 10000011 | 1011001 | 11101111 | 101101 | 111111 | 0 | 110 | 100000001 | 1010010 | 1000000 |
Color Harmonies of #8359EF
Complementary color
Monochromatic Colors of #8359EF
Black with #8359EF
Text Example
Text Example
White with #8359EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8359EF; }
p { color: rgb(131,89,239); }
H1.HeaderClassName
{
color: #8359EF;
}
.AnyTagClassName
{
color: #8359EF;
}
</style>
background-color css
<style>
a { background-color: #8359EF; }
a { background-color: rgb(131,89,239); }
div.DivClassName
{
background-color: #8359EF;
}
.BgClassName
{
background-color: #8359EF;
}
</style>
border-color css
<style>
span { border-color: #8359EF; }
span { border-color: rgb(131,89,239); }
td.TdClassName
{
border-color: #8359EF;
}
.TagClassName
{
border-color: #8359EF;
}
</style>