Shades of Medium Slate Blue #8A4EEA
Tints of Medium Slate Blue #8A4EEA
RGB
CMYK
RGB Variations
Color information
#8A4EEA (or 0x8A4EEA) is known color: Medium Slate Blue. HEX triplet: 8A, 4E and EA. RGB value is (138,78,234). Sum of RGB (Red+Green+Blue) = 138+78+234=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A4EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A4EEA is #75B115. Grayscale: #717171. Windows color (decimal): -7713046 or 15355530. OLE color: 15355530.
HSL color Cylindrical-coordinate representation of color #8A4EEA: hue angle of 263.08º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A4EEA is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 78 | 234 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.08 |
| HSL | 263.08º | 0.79% | 0.61% | - |
| HSV(B) | 263.08º | 0.67% | 0.92% | - |
| XYZ | 28.06 | 16.79 | 79.6 | - |
| YUV | 113.72 | 195.88 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 234 | 0.41 | 0.67 | 0 | 0.08 | 263.08 | 0.79 | 0.61 |
| Hex | 8A | 4E | EA | 29 | 43 | 0 | 8 | 107 | 4F | 3D |
| Octal | 212 | 116 | 352 | 51 | 103 | 0 | 10 | 407 | 117 | 75 |
| Binary | 10001010 | 1001110 | 11101010 | 101001 | 1000011 | 0 | 1000 | 100000111 | 1001111 | 111101 |
Color Harmonies of #8A4EEA
Complementary color
Monochromatic Colors of #8A4EEA
Black with #8A4EEA
Text Example
Text Example
White with #8A4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4EEA; }
p { color: rgb(138,78,234); }
H1.HeaderClassName
{
color: #8A4EEA;
}
.AnyTagClassName
{
color: #8A4EEA;
}
</style>
background-color css
<style>
a { background-color: #8A4EEA; }
a { background-color: rgb(138,78,234); }
div.DivClassName
{
background-color: #8A4EEA;
}
.BgClassName
{
background-color: #8A4EEA;
}
</style>
border-color css
<style>
span { border-color: #8A4EEA; }
span { border-color: rgb(138,78,234); }
td.TdClassName
{
border-color: #8A4EEA;
}
.TagClassName
{
border-color: #8A4EEA;
}
</style>