Shades of Medium Slate Blue #8457EA
Tints of Medium Slate Blue #8457EA
RGB
CMYK
RGB Variations
Color information
#8457EA (or 0x8457EA) is known color: Medium Slate Blue. HEX triplet: 84, 57 and EA. RGB value is (132,87,234). Sum of RGB (Red+Green+Blue) = 132+87+234=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #8457EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8457EA is #7BA815. Grayscale: #747474. Windows color (decimal): -8103958 or 15357828. OLE color: 15357828.
HSL color Cylindrical-coordinate representation of color #8457EA: hue angle of 258.37º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8457EA is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 87 | 234 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.08 |
| HSL | 258.37º | 0.78% | 0.63% | - |
| HSV(B) | 258.37º | 0.63% | 0.92% | - |
| XYZ | 27.78 | 17.66 | 79.79 | - |
| YUV | 117.21 | 193.91 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 234 | 0.44 | 0.63 | 0 | 0.08 | 258.37 | 0.78 | 0.63 |
| Hex | 84 | 57 | EA | 2C | 3F | 0 | 8 | 102 | 4E | 3F |
| Octal | 204 | 127 | 352 | 54 | 77 | 0 | 10 | 402 | 116 | 77 |
| Binary | 10000100 | 1010111 | 11101010 | 101100 | 111111 | 0 | 1000 | 100000010 | 1001110 | 111111 |
Color Harmonies of #8457EA
Complementary color
Monochromatic Colors of #8457EA
Black with #8457EA
Text Example
Text Example
White with #8457EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8457EA; }
p { color: rgb(132,87,234); }
H1.HeaderClassName
{
color: #8457EA;
}
.AnyTagClassName
{
color: #8457EA;
}
</style>
background-color css
<style>
a { background-color: #8457EA; }
a { background-color: rgb(132,87,234); }
div.DivClassName
{
background-color: #8457EA;
}
.BgClassName
{
background-color: #8457EA;
}
</style>
border-color css
<style>
span { border-color: #8457EA; }
span { border-color: rgb(132,87,234); }
td.TdClassName
{
border-color: #8457EA;
}
.TagClassName
{
border-color: #8457EA;
}
</style>