Shades of Medium Slate Blue #8B5AEA
Tints of Medium Slate Blue #8B5AEA
RGB
CMYK
RGB Variations
Color information
#8B5AEA (or 0x8B5AEA) is known color: Medium Slate Blue. HEX triplet: 8B, 5A and EA. RGB value is (139,90,234). Sum of RGB (Red+Green+Blue) = 139+90+234=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B5AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5AEA is #74A515. Grayscale: #787878. Windows color (decimal): -7644438 or 15358603. OLE color: 15358603.
HSL color Cylindrical-coordinate representation of color #8B5AEA: hue angle of 260.42º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B5AEA is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 90 | 234 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.08 |
| HSL | 260.42º | 0.77% | 0.64% | - |
| HSV(B) | 260.42º | 0.62% | 0.92% | - |
| XYZ | 29.15 | 18.74 | 79.92 | - |
| YUV | 121.07 | 191.73 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 234 | 0.41 | 0.62 | 0 | 0.08 | 260.42 | 0.77 | 0.64 |
| Hex | 8B | 5A | EA | 29 | 3E | 0 | 8 | 104 | 4D | 40 |
| Octal | 213 | 132 | 352 | 51 | 76 | 0 | 10 | 404 | 115 | 100 |
| Binary | 10001011 | 1011010 | 11101010 | 101001 | 111110 | 0 | 1000 | 100000100 | 1001101 | 1000000 |
Color Harmonies of #8B5AEA
Complementary color
Monochromatic Colors of #8B5AEA
Black with #8B5AEA
Text Example
Text Example
White with #8B5AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5AEA; }
p { color: rgb(139,90,234); }
H1.HeaderClassName
{
color: #8B5AEA;
}
.AnyTagClassName
{
color: #8B5AEA;
}
</style>
background-color css
<style>
a { background-color: #8B5AEA; }
a { background-color: rgb(139,90,234); }
div.DivClassName
{
background-color: #8B5AEA;
}
.BgClassName
{
background-color: #8B5AEA;
}
</style>
border-color css
<style>
span { border-color: #8B5AEA; }
span { border-color: rgb(139,90,234); }
td.TdClassName
{
border-color: #8B5AEA;
}
.TagClassName
{
border-color: #8B5AEA;
}
</style>