Shades of Medium Slate Blue #8364E3
Tints of Medium Slate Blue #8364E3
RGB
CMYK
RGB Variations
Color information
#8364E3 (or 0x8364E3) is known color: Medium Slate Blue. HEX triplet: 83, 64 and E3. RGB value is (131,100,227). Sum of RGB (Red+Green+Blue) = 131+100+227=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 227 (89.06% from 255 or 49.56% from 458); Max value from RGB is 227 - color contains mainly: blue. Hex color #8364E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8364E3 is #7C9B1C. Grayscale: #7B7B7B. Windows color (decimal): -8166173 or 14902403. OLE color: 14902403.
HSL color Cylindrical-coordinate representation of color #8364E3: hue angle of 254.65º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8364E3 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 100 | 227 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.11 |
| HSL | 254.65º | 0.69% | 0.64% | - |
| HSV(B) | 254.65º | 0.56% | 0.89% | - |
| XYZ | 27.78 | 19.49 | 74.97 | - |
| YUV | 123.75 | 186.27 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 227 | 0.42 | 0.56 | 0 | 0.11 | 254.65 | 0.69 | 0.64 |
| Hex | 83 | 64 | E3 | 2A | 38 | 0 | B | FF | 45 | 40 |
| Octal | 203 | 144 | 343 | 52 | 70 | 0 | 13 | 377 | 105 | 100 |
| Binary | 10000011 | 1100100 | 11100011 | 101010 | 111000 | 0 | 1011 | 11111111 | 1000101 | 1000000 |
Color Harmonies of #8364E3
Complementary color
Monochromatic Colors of #8364E3
Black with #8364E3
Text Example
Text Example
White with #8364E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8364E3; }
p { color: rgb(131,100,227); }
H1.HeaderClassName
{
color: #8364E3;
}
.AnyTagClassName
{
color: #8364E3;
}
</style>
background-color css
<style>
a { background-color: #8364E3; }
a { background-color: rgb(131,100,227); }
div.DivClassName
{
background-color: #8364E3;
}
.BgClassName
{
background-color: #8364E3;
}
</style>
border-color css
<style>
span { border-color: #8364E3; }
span { border-color: rgb(131,100,227); }
td.TdClassName
{
border-color: #8364E3;
}
.TagClassName
{
border-color: #8364E3;
}
</style>