Shades of Medium Slate Blue #8350ED
Tints of Medium Slate Blue #8350ED
RGB
CMYK
RGB Variations
Color information
#8350ED (or 0x8350ED) is known color: Medium Slate Blue. HEX triplet: 83, 50 and ED. RGB value is (131,80,237). Sum of RGB (Red+Green+Blue) = 131+80+237=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #8350ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8350ED is #7CAF12. Grayscale: #707070. Windows color (decimal): -8171283 or 15552643. OLE color: 15552643.
HSL color Cylindrical-coordinate representation of color #8350ED: hue angle of 259.49º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8350ED is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 80 | 237 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.07 |
| HSL | 259.49º | 0.81% | 0.62% | - |
| HSV(B) | 259.49º | 0.66% | 0.93% | - |
| XYZ | 27.51 | 16.68 | 81.89 | - |
| YUV | 113.15 | 197.9 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 237 | 0.45 | 0.66 | 0 | 0.07 | 259.49 | 0.81 | 0.62 |
| Hex | 83 | 50 | ED | 2D | 42 | 0 | 7 | 103 | 51 | 3E |
| Octal | 203 | 120 | 355 | 55 | 102 | 0 | 7 | 403 | 121 | 76 |
| Binary | 10000011 | 1010000 | 11101101 | 101101 | 1000010 | 0 | 111 | 100000011 | 1010001 | 111110 |
Color Harmonies of #8350ED
Complementary color
Monochromatic Colors of #8350ED
Black with #8350ED
Text Example
Text Example
White with #8350ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8350ED; }
p { color: rgb(131,80,237); }
H1.HeaderClassName
{
color: #8350ED;
}
.AnyTagClassName
{
color: #8350ED;
}
</style>
background-color css
<style>
a { background-color: #8350ED; }
a { background-color: rgb(131,80,237); }
div.DivClassName
{
background-color: #8350ED;
}
.BgClassName
{
background-color: #8350ED;
}
</style>
border-color css
<style>
span { border-color: #8350ED; }
span { border-color: rgb(131,80,237); }
td.TdClassName
{
border-color: #8350ED;
}
.TagClassName
{
border-color: #8350ED;
}
</style>