Shades of Medium Slate Blue #8375ED
Tints of Medium Slate Blue #8375ED
RGB
CMYK
RGB Variations
Color information
#8375ED (or 0x8375ED) is known color: Medium Slate Blue. HEX triplet: 83, 75 and ED. RGB value is (131,117,237). Sum of RGB (Red+Green+Blue) = 131+117+237=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #8375ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8375ED is #7C8A12. Grayscale: #868686. Windows color (decimal): -8161811 or 15562115. OLE color: 15562115.
HSL color Cylindrical-coordinate representation of color #8375ED: hue angle of 247º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8375ED is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 117 | 237 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.07 |
| HSL | 247º | 0.77% | 0.69% | - |
| HSV(B) | 247º | 0.51% | 0.93% | - |
| XYZ | 31.01 | 23.66 | 83.05 | - |
| YUV | 134.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 237 | 0.45 | 0.51 | 0 | 0.07 | 247 | 0.77 | 0.69 |
| Hex | 83 | 75 | ED | 2D | 33 | 0 | 7 | F7 | 4D | 45 |
| Octal | 203 | 165 | 355 | 55 | 63 | 0 | 7 | 367 | 115 | 105 |
| Binary | 10000011 | 1110101 | 11101101 | 101101 | 110011 | 0 | 111 | 11110111 | 1001101 | 1000101 |
Color Harmonies of #8375ED
Complementary color
Monochromatic Colors of #8375ED
Black with #8375ED
Text Example
Text Example
White with #8375ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8375ED; }
p { color: rgb(131,117,237); }
H1.HeaderClassName
{
color: #8375ED;
}
.AnyTagClassName
{
color: #8375ED;
}
</style>
background-color css
<style>
a { background-color: #8375ED; }
a { background-color: rgb(131,117,237); }
div.DivClassName
{
background-color: #8375ED;
}
.BgClassName
{
background-color: #8375ED;
}
</style>
border-color css
<style>
span { border-color: #8375ED; }
span { border-color: rgb(131,117,237); }
td.TdClassName
{
border-color: #8375ED;
}
.TagClassName
{
border-color: #8375ED;
}
</style>