Shades of Medium Slate Blue #8356EA
Tints of Medium Slate Blue #8356EA
RGB
CMYK
RGB Variations
Color information
#8356EA (or 0x8356EA) is known color: Medium Slate Blue. HEX triplet: 83, 56 and EA. RGB value is (131,86,234). Sum of RGB (Red+Green+Blue) = 131+86+234=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #8356EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8356EA is #7CA915. Grayscale: #737373. Windows color (decimal): -8169750 or 15357571. OLE color: 15357571.
HSL color Cylindrical-coordinate representation of color #8356EA: hue angle of 258.24º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8356EA is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 86 | 234 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.08 |
| HSL | 258.24º | 0.78% | 0.63% | - |
| HSV(B) | 258.24º | 0.63% | 0.92% | - |
| XYZ | 27.54 | 17.42 | 79.75 | - |
| YUV | 116.33 | 194.41 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 234 | 0.44 | 0.63 | 0 | 0.08 | 258.24 | 0.78 | 0.63 |
| Hex | 83 | 56 | EA | 2C | 3F | 0 | 8 | 102 | 4E | 3F |
| Octal | 203 | 126 | 352 | 54 | 77 | 0 | 10 | 402 | 116 | 77 |
| Binary | 10000011 | 1010110 | 11101010 | 101100 | 111111 | 0 | 1000 | 100000010 | 1001110 | 111111 |
Color Harmonies of #8356EA
Complementary color
Monochromatic Colors of #8356EA
Black with #8356EA
Text Example
Text Example
White with #8356EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8356EA; }
p { color: rgb(131,86,234); }
H1.HeaderClassName
{
color: #8356EA;
}
.AnyTagClassName
{
color: #8356EA;
}
</style>
background-color css
<style>
a { background-color: #8356EA; }
a { background-color: rgb(131,86,234); }
div.DivClassName
{
background-color: #8356EA;
}
.BgClassName
{
background-color: #8356EA;
}
</style>
border-color css
<style>
span { border-color: #8356EA; }
span { border-color: rgb(131,86,234); }
td.TdClassName
{
border-color: #8356EA;
}
.TagClassName
{
border-color: #8356EA;
}
</style>