Shades of Medium Slate Blue #8355EA
Tints of Medium Slate Blue #8355EA
RGB
CMYK
RGB Variations
Color information
#8355EA (or 0x8355EA) is known color: Medium Slate Blue. HEX triplet: 83, 55 and EA. RGB value is (131,85,234). Sum of RGB (Red+Green+Blue) = 131+85+234=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #8355EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8355EA is #7CAA15. Grayscale: #737373. Windows color (decimal): -8170006 or 15357315. OLE color: 15357315.
HSL color Cylindrical-coordinate representation of color #8355EA: hue angle of 258.52º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8355EA is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 85 | 234 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.08 |
| HSL | 258.52º | 0.78% | 0.63% | - |
| HSV(B) | 258.52º | 0.64% | 0.92% | - |
| XYZ | 27.46 | 17.26 | 79.73 | - |
| YUV | 115.74 | 194.74 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 234 | 0.44 | 0.64 | 0 | 0.08 | 258.52 | 0.78 | 0.63 |
| Hex | 83 | 55 | EA | 2C | 40 | 0 | 8 | 103 | 4E | 3F |
| Octal | 203 | 125 | 352 | 54 | 100 | 0 | 10 | 403 | 116 | 77 |
| Binary | 10000011 | 1010101 | 11101010 | 101100 | 1000000 | 0 | 1000 | 100000011 | 1001110 | 111111 |
Color Harmonies of #8355EA
Complementary color
Monochromatic Colors of #8355EA
Black with #8355EA
Text Example
Text Example
White with #8355EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8355EA; }
p { color: rgb(131,85,234); }
H1.HeaderClassName
{
color: #8355EA;
}
.AnyTagClassName
{
color: #8355EA;
}
</style>
background-color css
<style>
a { background-color: #8355EA; }
a { background-color: rgb(131,85,234); }
div.DivClassName
{
background-color: #8355EA;
}
.BgClassName
{
background-color: #8355EA;
}
</style>
border-color css
<style>
span { border-color: #8355EA; }
span { border-color: rgb(131,85,234); }
td.TdClassName
{
border-color: #8355EA;
}
.TagClassName
{
border-color: #8355EA;
}
</style>