Shades of Medium Slate Blue #8A5FED
Tints of Medium Slate Blue #8A5FED
RGB
CMYK
RGB Variations
Color information
#8A5FED (or 0x8A5FED) is known color: Medium Slate Blue. HEX triplet: 8A, 5F and ED. RGB value is (138,95,237). Sum of RGB (Red+Green+Blue) = 138+95+237=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A5FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5FED is #75A012. Grayscale: #7B7B7B. Windows color (decimal): -7708691 or 15556490. OLE color: 15556490.
HSL color Cylindrical-coordinate representation of color #8A5FED: hue angle of 258.17º 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 #8A5FED is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 95 | 237 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.07 |
| HSL | 258.17º | 0.8% | 0.65% | - |
| HSV(B) | 258.17º | 0.6% | 0.93% | - |
| XYZ | 29.86 | 19.7 | 82.35 | - |
| YUV | 124.05 | 191.75 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 237 | 0.42 | 0.60 | 0 | 0.07 | 258.17 | 0.8 | 0.65 |
| Hex | 8A | 5F | ED | 2A | 3C | 0 | 7 | 102 | 50 | 41 |
| Octal | 212 | 137 | 355 | 52 | 74 | 0 | 7 | 402 | 120 | 101 |
| Binary | 10001010 | 1011111 | 11101101 | 101010 | 111100 | 0 | 111 | 100000010 | 1010000 | 1000001 |
Color Harmonies of #8A5FED
Complementary color
Monochromatic Colors of #8A5FED
Black with #8A5FED
Text Example
Text Example
White with #8A5FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5FED; }
p { color: rgb(138,95,237); }
H1.HeaderClassName
{
color: #8A5FED;
}
.AnyTagClassName
{
color: #8A5FED;
}
</style>
background-color css
<style>
a { background-color: #8A5FED; }
a { background-color: rgb(138,95,237); }
div.DivClassName
{
background-color: #8A5FED;
}
.BgClassName
{
background-color: #8A5FED;
}
</style>
border-color css
<style>
span { border-color: #8A5FED; }
span { border-color: rgb(138,95,237); }
td.TdClassName
{
border-color: #8A5FED;
}
.TagClassName
{
border-color: #8A5FED;
}
</style>