Shades of Medium Slate Blue #8360ED
Tints of Medium Slate Blue #8360ED
RGB
CMYK
RGB Variations
Color information
#8360ED (or 0x8360ED) is known color: Medium Slate Blue. HEX triplet: 83, 60 and ED. RGB value is (131,96,237). Sum of RGB (Red+Green+Blue) = 131+96+237=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #8360ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8360ED is #7C9F12. Grayscale: #7A7A7A. Windows color (decimal): -8167187 or 15556739. OLE color: 15556739.
HSL color Cylindrical-coordinate representation of color #8360ED: hue angle of 254.89º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8360ED is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 96 | 237 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.07 |
| HSL | 254.89º | 0.8% | 0.65% | - |
| HSV(B) | 254.89º | 0.59% | 0.93% | - |
| XYZ | 28.83 | 19.31 | 82.33 | - |
| YUV | 122.54 | 192.6 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 237 | 0.45 | 0.59 | 0 | 0.07 | 254.89 | 0.8 | 0.65 |
| Hex | 83 | 60 | ED | 2D | 3B | 0 | 7 | FF | 50 | 41 |
| Octal | 203 | 140 | 355 | 55 | 73 | 0 | 7 | 377 | 120 | 101 |
| Binary | 10000011 | 1100000 | 11101101 | 101101 | 111011 | 0 | 111 | 11111111 | 1010000 | 1000001 |
Color Harmonies of #8360ED
Complementary color
Monochromatic Colors of #8360ED
Black with #8360ED
Text Example
Text Example
White with #8360ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8360ED; }
p { color: rgb(131,96,237); }
H1.HeaderClassName
{
color: #8360ED;
}
.AnyTagClassName
{
color: #8360ED;
}
</style>
background-color css
<style>
a { background-color: #8360ED; }
a { background-color: rgb(131,96,237); }
div.DivClassName
{
background-color: #8360ED;
}
.BgClassName
{
background-color: #8360ED;
}
</style>
border-color css
<style>
span { border-color: #8360ED; }
span { border-color: rgb(131,96,237); }
td.TdClassName
{
border-color: #8360ED;
}
.TagClassName
{
border-color: #8360ED;
}
</style>