Shades of Medium Slate Blue #8353EA
Tints of Medium Slate Blue #8353EA
RGB
CMYK
RGB Variations
Color information
#8353EA (or 0x8353EA) is known color: Medium Slate Blue. HEX triplet: 83, 53 and EA. RGB value is (131,83,234). Sum of RGB (Red+Green+Blue) = 131+83+234=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #8353EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8353EA is #7CAC15. Grayscale: #727272. Windows color (decimal): -8170518 or 15356803. OLE color: 15356803.
HSL color Cylindrical-coordinate representation of color #8353EA: hue angle of 259.07º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8353EA is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 83 | 234 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.08 |
| HSL | 259.07º | 0.78% | 0.62% | - |
| HSV(B) | 259.07º | 0.65% | 0.92% | - |
| XYZ | 27.3 | 16.95 | 79.67 | - |
| YUV | 114.57 | 195.4 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 234 | 0.44 | 0.65 | 0 | 0.08 | 259.07 | 0.78 | 0.62 |
| Hex | 83 | 53 | EA | 2C | 41 | 0 | 8 | 103 | 4E | 3E |
| Octal | 203 | 123 | 352 | 54 | 101 | 0 | 10 | 403 | 116 | 76 |
| Binary | 10000011 | 1010011 | 11101010 | 101100 | 1000001 | 0 | 1000 | 100000011 | 1001110 | 111110 |
Color Harmonies of #8353EA
Complementary color
Monochromatic Colors of #8353EA
Black with #8353EA
Text Example
Text Example
White with #8353EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8353EA; }
p { color: rgb(131,83,234); }
H1.HeaderClassName
{
color: #8353EA;
}
.AnyTagClassName
{
color: #8353EA;
}
</style>
background-color css
<style>
a { background-color: #8353EA; }
a { background-color: rgb(131,83,234); }
div.DivClassName
{
background-color: #8353EA;
}
.BgClassName
{
background-color: #8353EA;
}
</style>
border-color css
<style>
span { border-color: #8353EA; }
span { border-color: rgb(131,83,234); }
td.TdClassName
{
border-color: #8353EA;
}
.TagClassName
{
border-color: #8353EA;
}
</style>