Shades of Medium Slate Blue #8458EA
Tints of Medium Slate Blue #8458EA
RGB
CMYK
RGB Variations
Color information
#8458EA (or 0x8458EA) is known color: Medium Slate Blue. HEX triplet: 84, 58 and EA. RGB value is (132,88,234). Sum of RGB (Red+Green+Blue) = 132+88+234=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #8458EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8458EA is #7BA715. Grayscale: #757575. Windows color (decimal): -8103702 or 15358084. OLE color: 15358084.
HSL color Cylindrical-coordinate representation of color #8458EA: hue angle of 258.08º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8458EA is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 88 | 234 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.08 |
| HSL | 258.08º | 0.78% | 0.63% | - |
| HSV(B) | 258.08º | 0.62% | 0.92% | - |
| XYZ | 27.86 | 17.83 | 79.81 | - |
| YUV | 117.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 234 | 0.44 | 0.62 | 0 | 0.08 | 258.08 | 0.78 | 0.63 |
| Hex | 84 | 58 | EA | 2C | 3E | 0 | 8 | 102 | 4E | 3F |
| Octal | 204 | 130 | 352 | 54 | 76 | 0 | 10 | 402 | 116 | 77 |
| Binary | 10000100 | 1011000 | 11101010 | 101100 | 111110 | 0 | 1000 | 100000010 | 1001110 | 111111 |
Color Harmonies of #8458EA
Complementary color
Monochromatic Colors of #8458EA
Black with #8458EA
Text Example
Text Example
White with #8458EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8458EA; }
p { color: rgb(132,88,234); }
H1.HeaderClassName
{
color: #8458EA;
}
.AnyTagClassName
{
color: #8458EA;
}
</style>
background-color css
<style>
a { background-color: #8458EA; }
a { background-color: rgb(132,88,234); }
div.DivClassName
{
background-color: #8458EA;
}
.BgClassName
{
background-color: #8458EA;
}
</style>
border-color css
<style>
span { border-color: #8458EA; }
span { border-color: rgb(132,88,234); }
td.TdClassName
{
border-color: #8458EA;
}
.TagClassName
{
border-color: #8458EA;
}
</style>