Shades of Medium Slate Blue #8459EF
Tints of Medium Slate Blue #8459EF
RGB
CMYK
RGB Variations
Color information
#8459EF (or 0x8459EF) is known color: Medium Slate Blue. HEX triplet: 84, 59 and EF. RGB value is (132,89,239). Sum of RGB (Red+Green+Blue) = 132+89+239=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #8459EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8459EF is #7BA610. Grayscale: #767676. Windows color (decimal): -8103441 or 15686020. OLE color: 15686020.
HSL color Cylindrical-coordinate representation of color #8459EF: hue angle of 257.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8459EF is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 89 | 239 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.06 |
| HSL | 257.2º | 0.82% | 0.64% | - |
| HSV(B) | 257.2º | 0.63% | 0.94% | - |
| XYZ | 28.67 | 18.28 | 83.68 | - |
| YUV | 118.96 | 195.75 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 239 | 0.45 | 0.63 | 0 | 0.06 | 257.2 | 0.82 | 0.64 |
| Hex | 84 | 59 | EF | 2D | 3F | 0 | 6 | 101 | 52 | 40 |
| Octal | 204 | 131 | 357 | 55 | 77 | 0 | 6 | 401 | 122 | 100 |
| Binary | 10000100 | 1011001 | 11101111 | 101101 | 111111 | 0 | 110 | 100000001 | 1010010 | 1000000 |
Color Harmonies of #8459EF
Complementary color
Monochromatic Colors of #8459EF
Black with #8459EF
Text Example
Text Example
White with #8459EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8459EF; }
p { color: rgb(132,89,239); }
H1.HeaderClassName
{
color: #8459EF;
}
.AnyTagClassName
{
color: #8459EF;
}
</style>
background-color css
<style>
a { background-color: #8459EF; }
a { background-color: rgb(132,89,239); }
div.DivClassName
{
background-color: #8459EF;
}
.BgClassName
{
background-color: #8459EF;
}
</style>
border-color css
<style>
span { border-color: #8459EF; }
span { border-color: rgb(132,89,239); }
td.TdClassName
{
border-color: #8459EF;
}
.TagClassName
{
border-color: #8459EF;
}
</style>