Shades of Medium Slate Blue #8460E4
Tints of Medium Slate Blue #8460E4
RGB
CMYK
RGB Variations
Color information
#8460E4 (or 0x8460E4) is known color: Medium Slate Blue. HEX triplet: 84, 60 and E4. RGB value is (132,96,228). Sum of RGB (Red+Green+Blue) = 132+96+228=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #8460E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460E4 is #7B9F1B. Grayscale: #797979. Windows color (decimal): -8101660 or 14966916. OLE color: 14966916.
HSL color Cylindrical-coordinate representation of color #8460E4: hue angle of 256.36º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8460E4 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 96 | 228 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.11 |
| HSL | 256.36º | 0.71% | 0.64% | - |
| HSV(B) | 256.36º | 0.58% | 0.89% | - |
| XYZ | 27.7 | 18.87 | 75.58 | - |
| YUV | 121.81 | 187.93 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 228 | 0.42 | 0.58 | 0 | 0.11 | 256.36 | 0.71 | 0.64 |
| Hex | 84 | 60 | E4 | 2A | 3A | 0 | B | 100 | 47 | 40 |
| Octal | 204 | 140 | 344 | 52 | 72 | 0 | 13 | 400 | 107 | 100 |
| Binary | 10000100 | 1100000 | 11100100 | 101010 | 111010 | 0 | 1011 | 100000000 | 1000111 | 1000000 |
Color Harmonies of #8460E4
Complementary color
Monochromatic Colors of #8460E4
Black with #8460E4
Text Example
Text Example
White with #8460E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8460E4; }
p { color: rgb(132,96,228); }
H1.HeaderClassName
{
color: #8460E4;
}
.AnyTagClassName
{
color: #8460E4;
}
</style>
background-color css
<style>
a { background-color: #8460E4; }
a { background-color: rgb(132,96,228); }
div.DivClassName
{
background-color: #8460E4;
}
.BgClassName
{
background-color: #8460E4;
}
</style>
border-color css
<style>
span { border-color: #8460E4; }
span { border-color: rgb(132,96,228); }
td.TdClassName
{
border-color: #8460E4;
}
.TagClassName
{
border-color: #8460E4;
}
</style>