Shades of Medium Slate Blue #8458EF
Tints of Medium Slate Blue #8458EF
RGB
CMYK
RGB Variations
Color information
#8458EF (or 0x8458EF) is known color: Medium Slate Blue. HEX triplet: 84, 58 and EF. RGB value is (132,88,239). Sum of RGB (Red+Green+Blue) = 132+88+239=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #8458EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8458EF is #7BA710. Grayscale: #757575. Windows color (decimal): -8103697 or 15685764. OLE color: 15685764.
HSL color Cylindrical-coordinate representation of color #8458EF: hue angle of 257.48º degrees, saturation: 0.83, 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 #8458EF is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 88 | 239 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.06 |
| HSL | 257.48º | 0.83% | 0.64% | - |
| HSV(B) | 257.48º | 0.63% | 0.94% | - |
| XYZ | 28.59 | 18.12 | 83.65 | - |
| YUV | 118.37 | 196.08 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 239 | 0.45 | 0.63 | 0 | 0.06 | 257.48 | 0.83 | 0.64 |
| Hex | 84 | 58 | EF | 2D | 3F | 0 | 6 | 101 | 53 | 40 |
| Octal | 204 | 130 | 357 | 55 | 77 | 0 | 6 | 401 | 123 | 100 |
| Binary | 10000100 | 1011000 | 11101111 | 101101 | 111111 | 0 | 110 | 100000001 | 1010011 | 1000000 |
Color Harmonies of #8458EF
Complementary color
Monochromatic Colors of #8458EF
Black with #8458EF
Text Example
Text Example
White with #8458EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8458EF; }
p { color: rgb(132,88,239); }
H1.HeaderClassName
{
color: #8458EF;
}
.AnyTagClassName
{
color: #8458EF;
}
</style>
background-color css
<style>
a { background-color: #8458EF; }
a { background-color: rgb(132,88,239); }
div.DivClassName
{
background-color: #8458EF;
}
.BgClassName
{
background-color: #8458EF;
}
</style>
border-color css
<style>
span { border-color: #8458EF; }
span { border-color: rgb(132,88,239); }
td.TdClassName
{
border-color: #8458EF;
}
.TagClassName
{
border-color: #8458EF;
}
</style>