Shades of Medium Slate Blue #8A5EED
Tints of Medium Slate Blue #8A5EED
RGB
CMYK
RGB Variations
Color information
#8A5EED (or 0x8A5EED) is known color: Medium Slate Blue. HEX triplet: 8A, 5E and ED. RGB value is (138,94,237). Sum of RGB (Red+Green+Blue) = 138+94+237=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A5EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5EED is #75A112. Grayscale: #7A7A7A. Windows color (decimal): -7708947 or 15556234. OLE color: 15556234.
HSL color Cylindrical-coordinate representation of color #8A5EED: hue angle of 258.46º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A5EED is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 94 | 237 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.07 |
| HSL | 258.46º | 0.8% | 0.65% | - |
| HSV(B) | 258.46º | 0.6% | 0.93% | - |
| XYZ | 29.77 | 19.52 | 82.32 | - |
| YUV | 123.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 237 | 0.42 | 0.60 | 0 | 0.07 | 258.46 | 0.8 | 0.65 |
| Hex | 8A | 5E | ED | 2A | 3C | 0 | 7 | 102 | 50 | 41 |
| Octal | 212 | 136 | 355 | 52 | 74 | 0 | 7 | 402 | 120 | 101 |
| Binary | 10001010 | 1011110 | 11101101 | 101010 | 111100 | 0 | 111 | 100000010 | 1010000 | 1000001 |
Color Harmonies of #8A5EED
Complementary color
Monochromatic Colors of #8A5EED
Black with #8A5EED
Text Example
Text Example
White with #8A5EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5EED; }
p { color: rgb(138,94,237); }
H1.HeaderClassName
{
color: #8A5EED;
}
.AnyTagClassName
{
color: #8A5EED;
}
</style>
background-color css
<style>
a { background-color: #8A5EED; }
a { background-color: rgb(138,94,237); }
div.DivClassName
{
background-color: #8A5EED;
}
.BgClassName
{
background-color: #8A5EED;
}
</style>
border-color css
<style>
span { border-color: #8A5EED; }
span { border-color: rgb(138,94,237); }
td.TdClassName
{
border-color: #8A5EED;
}
.TagClassName
{
border-color: #8A5EED;
}
</style>