Shades of Medium Slate Blue #8360EE
Tints of Medium Slate Blue #8360EE
RGB
CMYK
RGB Variations
Color information
#8360EE (or 0x8360EE) is known color: Medium Slate Blue. HEX triplet: 83, 60 and EE. RGB value is (131,96,238). Sum of RGB (Red+Green+Blue) = 131+96+238=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #8360EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8360EE is #7C9F11. Grayscale: #7A7A7A. Windows color (decimal): -8167186 or 15622275. OLE color: 15622275.
HSL color Cylindrical-coordinate representation of color #8360EE: hue angle of 254.79º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8360EE is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 96 | 238 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.07 |
| HSL | 254.79º | 0.81% | 0.65% | - |
| HSV(B) | 254.79º | 0.6% | 0.93% | - |
| XYZ | 28.98 | 19.36 | 83.1 | - |
| YUV | 122.65 | 193.1 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 238 | 0.45 | 0.60 | 0 | 0.07 | 254.79 | 0.81 | 0.65 |
| Hex | 83 | 60 | EE | 2D | 3C | 0 | 7 | FF | 51 | 41 |
| Octal | 203 | 140 | 356 | 55 | 74 | 0 | 7 | 377 | 121 | 101 |
| Binary | 10000011 | 1100000 | 11101110 | 101101 | 111100 | 0 | 111 | 11111111 | 1010001 | 1000001 |
Color Harmonies of #8360EE
Complementary color
Monochromatic Colors of #8360EE
Black with #8360EE
Text Example
Text Example
White with #8360EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8360EE; }
p { color: rgb(131,96,238); }
H1.HeaderClassName
{
color: #8360EE;
}
.AnyTagClassName
{
color: #8360EE;
}
</style>
background-color css
<style>
a { background-color: #8360EE; }
a { background-color: rgb(131,96,238); }
div.DivClassName
{
background-color: #8360EE;
}
.BgClassName
{
background-color: #8360EE;
}
</style>
border-color css
<style>
span { border-color: #8360EE; }
span { border-color: rgb(131,96,238); }
td.TdClassName
{
border-color: #8360EE;
}
.TagClassName
{
border-color: #8360EE;
}
</style>