Shades of Medium Slate Blue #8459ED
Tints of Medium Slate Blue #8459ED
RGB
CMYK
RGB Variations
Color information
#8459ED (or 0x8459ED) is known color: Medium Slate Blue. HEX triplet: 84, 59 and ED. RGB value is (132,89,237). Sum of RGB (Red+Green+Blue) = 132+89+237=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #8459ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8459ED is #7BA612. Grayscale: #767676. Windows color (decimal): -8103443 or 15554948. OLE color: 15554948.
HSL color Cylindrical-coordinate representation of color #8459ED: hue angle of 257.43º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8459ED is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 89 | 237 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.07 |
| HSL | 257.43º | 0.8% | 0.64% | - |
| HSV(B) | 257.43º | 0.62% | 0.93% | - |
| XYZ | 28.37 | 18.16 | 82.13 | - |
| YUV | 118.73 | 194.75 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 237 | 0.44 | 0.62 | 0 | 0.07 | 257.43 | 0.8 | 0.64 |
| Hex | 84 | 59 | ED | 2C | 3E | 0 | 7 | 101 | 50 | 40 |
| Octal | 204 | 131 | 355 | 54 | 76 | 0 | 7 | 401 | 120 | 100 |
| Binary | 10000100 | 1011001 | 11101101 | 101100 | 111110 | 0 | 111 | 100000001 | 1010000 | 1000000 |
Color Harmonies of #8459ED
Complementary color
Monochromatic Colors of #8459ED
Black with #8459ED
Text Example
Text Example
White with #8459ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8459ED; }
p { color: rgb(132,89,237); }
H1.HeaderClassName
{
color: #8459ED;
}
.AnyTagClassName
{
color: #8459ED;
}
</style>
background-color css
<style>
a { background-color: #8459ED; }
a { background-color: rgb(132,89,237); }
div.DivClassName
{
background-color: #8459ED;
}
.BgClassName
{
background-color: #8459ED;
}
</style>
border-color css
<style>
span { border-color: #8459ED; }
span { border-color: rgb(132,89,237); }
td.TdClassName
{
border-color: #8459ED;
}
.TagClassName
{
border-color: #8459ED;
}
</style>