Shades of Medium Slate Blue #8459EE
Tints of Medium Slate Blue #8459EE
RGB
CMYK
RGB Variations
Color information
#8459EE (or 0x8459EE) is known color: Medium Slate Blue. HEX triplet: 84, 59 and EE. RGB value is (132,89,238). Sum of RGB (Red+Green+Blue) = 132+89+238=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #8459EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8459EE is #7BA611. Grayscale: #767676. Windows color (decimal): -8103442 or 15620484. OLE color: 15620484.
HSL color Cylindrical-coordinate representation of color #8459EE: hue angle of 257.32º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8459EE is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 89 | 238 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.07 |
| HSL | 257.32º | 0.81% | 0.64% | - |
| HSV(B) | 257.32º | 0.63% | 0.93% | - |
| XYZ | 28.52 | 18.22 | 82.9 | - |
| YUV | 118.84 | 195.25 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 238 | 0.45 | 0.63 | 0 | 0.07 | 257.32 | 0.81 | 0.64 |
| Hex | 84 | 59 | EE | 2D | 3F | 0 | 7 | 101 | 51 | 40 |
| Octal | 204 | 131 | 356 | 55 | 77 | 0 | 7 | 401 | 121 | 100 |
| Binary | 10000100 | 1011001 | 11101110 | 101101 | 111111 | 0 | 111 | 100000001 | 1010001 | 1000000 |
Color Harmonies of #8459EE
Complementary color
Monochromatic Colors of #8459EE
Black with #8459EE
Text Example
Text Example
White with #8459EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8459EE; }
p { color: rgb(132,89,238); }
H1.HeaderClassName
{
color: #8459EE;
}
.AnyTagClassName
{
color: #8459EE;
}
</style>
background-color css
<style>
a { background-color: #8459EE; }
a { background-color: rgb(132,89,238); }
div.DivClassName
{
background-color: #8459EE;
}
.BgClassName
{
background-color: #8459EE;
}
</style>
border-color css
<style>
span { border-color: #8459EE; }
span { border-color: rgb(132,89,238); }
td.TdClassName
{
border-color: #8459EE;
}
.TagClassName
{
border-color: #8459EE;
}
</style>