Shades of Medium Slate Blue #8458EE
Tints of Medium Slate Blue #8458EE
RGB
CMYK
RGB Variations
Color information
#8458EE (or 0x8458EE) is known color: Medium Slate Blue. HEX triplet: 84, 58 and EE. RGB value is (132,88,238). Sum of RGB (Red+Green+Blue) = 132+88+238=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #8458EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8458EE is #7BA711. Grayscale: #757575. Windows color (decimal): -8103698 or 15620228. OLE color: 15620228.
HSL color Cylindrical-coordinate representation of color #8458EE: hue angle of 257.6º degrees, saturation: 0.82, 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 #8458EE is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 88 | 238 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.07 |
| HSL | 257.6º | 0.82% | 0.64% | - |
| HSV(B) | 257.6º | 0.63% | 0.93% | - |
| XYZ | 28.44 | 18.06 | 82.88 | - |
| YUV | 118.26 | 195.58 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 238 | 0.45 | 0.63 | 0 | 0.07 | 257.6 | 0.82 | 0.64 |
| Hex | 84 | 58 | EE | 2D | 3F | 0 | 7 | 102 | 52 | 40 |
| Octal | 204 | 130 | 356 | 55 | 77 | 0 | 7 | 402 | 122 | 100 |
| Binary | 10000100 | 1011000 | 11101110 | 101101 | 111111 | 0 | 111 | 100000010 | 1010010 | 1000000 |
Color Harmonies of #8458EE
Complementary color
Monochromatic Colors of #8458EE
Black with #8458EE
Text Example
Text Example
White with #8458EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8458EE; }
p { color: rgb(132,88,238); }
H1.HeaderClassName
{
color: #8458EE;
}
.AnyTagClassName
{
color: #8458EE;
}
</style>
background-color css
<style>
a { background-color: #8458EE; }
a { background-color: rgb(132,88,238); }
div.DivClassName
{
background-color: #8458EE;
}
.BgClassName
{
background-color: #8458EE;
}
</style>
border-color css
<style>
span { border-color: #8458EE; }
span { border-color: rgb(132,88,238); }
td.TdClassName
{
border-color: #8458EE;
}
.TagClassName
{
border-color: #8458EE;
}
</style>