Shades of Medium Slate Blue #8364E0
Tints of Medium Slate Blue #8364E0
RGB
CMYK
RGB Variations
Color information
#8364E0 (or 0x8364E0) is known color: Medium Slate Blue. HEX triplet: 83, 64 and E0. RGB value is (131,100,224). Sum of RGB (Red+Green+Blue) = 131+100+224=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #8364E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8364E0 is #7C9B1F. Grayscale: #7A7A7A. Windows color (decimal): -8166176 or 14705795. OLE color: 14705795.
HSL color Cylindrical-coordinate representation of color #8364E0: hue angle of 255º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8364E0 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 100 | 224 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.12 |
| HSL | 255º | 0.67% | 0.64% | - |
| HSV(B) | 255º | 0.55% | 0.88% | - |
| XYZ | 27.37 | 19.32 | 72.81 | - |
| YUV | 123.41 | 184.77 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 224 | 0.42 | 0.55 | 0 | 0.12 | 255 | 0.67 | 0.64 |
| Hex | 83 | 64 | E0 | 2A | 37 | 0 | C | FF | 43 | 40 |
| Octal | 203 | 144 | 340 | 52 | 67 | 0 | 14 | 377 | 103 | 100 |
| Binary | 10000011 | 1100100 | 11100000 | 101010 | 110111 | 0 | 1100 | 11111111 | 1000011 | 1000000 |
Color Harmonies of #8364E0
Complementary color
Monochromatic Colors of #8364E0
Black with #8364E0
Text Example
Text Example
White with #8364E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8364E0; }
p { color: rgb(131,100,224); }
H1.HeaderClassName
{
color: #8364E0;
}
.AnyTagClassName
{
color: #8364E0;
}
</style>
background-color css
<style>
a { background-color: #8364E0; }
a { background-color: rgb(131,100,224); }
div.DivClassName
{
background-color: #8364E0;
}
.BgClassName
{
background-color: #8364E0;
}
</style>
border-color css
<style>
span { border-color: #8364E0; }
span { border-color: rgb(131,100,224); }
td.TdClassName
{
border-color: #8364E0;
}
.TagClassName
{
border-color: #8364E0;
}
</style>