Shades of Medium Slate Blue #8A5DEA
Tints of Medium Slate Blue #8A5DEA
RGB
CMYK
RGB Variations
Color information
#8A5DEA (or 0x8A5DEA) is known color: Medium Slate Blue. HEX triplet: 8A, 5D and EA. RGB value is (138,93,234). Sum of RGB (Red+Green+Blue) = 138+93+234=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A5DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5DEA is #75A215. Grayscale: #7A7A7A. Windows color (decimal): -7709206 or 15359370. OLE color: 15359370.
HSL color Cylindrical-coordinate representation of color #8A5DEA: hue angle of 259.15º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A5DEA is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 93 | 234 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.08 |
| HSL | 259.15º | 0.77% | 0.64% | - |
| HSV(B) | 259.15º | 0.6% | 0.92% | - |
| XYZ | 29.25 | 19.17 | 80 | - |
| YUV | 122.53 | 190.91 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 93 | 234 | 0.41 | 0.60 | 0 | 0.08 | 259.15 | 0.77 | 0.64 |
| Hex | 8A | 5D | EA | 29 | 3C | 0 | 8 | 103 | 4D | 40 |
| Octal | 212 | 135 | 352 | 51 | 74 | 0 | 10 | 403 | 115 | 100 |
| Binary | 10001010 | 1011101 | 11101010 | 101001 | 111100 | 0 | 1000 | 100000011 | 1001101 | 1000000 |
Color Harmonies of #8A5DEA
Complementary color
Monochromatic Colors of #8A5DEA
Black with #8A5DEA
Text Example
Text Example
White with #8A5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5DEA; }
p { color: rgb(138,93,234); }
H1.HeaderClassName
{
color: #8A5DEA;
}
.AnyTagClassName
{
color: #8A5DEA;
}
</style>
background-color css
<style>
a { background-color: #8A5DEA; }
a { background-color: rgb(138,93,234); }
div.DivClassName
{
background-color: #8A5DEA;
}
.BgClassName
{
background-color: #8A5DEA;
}
</style>
border-color css
<style>
span { border-color: #8A5DEA; }
span { border-color: rgb(138,93,234); }
td.TdClassName
{
border-color: #8A5DEA;
}
.TagClassName
{
border-color: #8A5DEA;
}
</style>