Shades of Medium Slate Blue #8A4EEE
Tints of Medium Slate Blue #8A4EEE
RGB
CMYK
RGB Variations
Color information
#8A4EEE (or 0x8A4EEE) is known color: Medium Slate Blue. HEX triplet: 8A, 4E and EE. RGB value is (138,78,238). Sum of RGB (Red+Green+Blue) = 138+78+238=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A4EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A4EEE is #75B111. Grayscale: #717171. Windows color (decimal): -7713042 or 15617674. OLE color: 15617674.
HSL color Cylindrical-coordinate representation of color #8A4EEE: hue angle of 262.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A4EEE is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 78 | 238 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.07 |
| HSL | 262.5º | 0.82% | 0.62% | - |
| HSV(B) | 262.5º | 0.67% | 0.93% | - |
| XYZ | 28.64 | 17.03 | 82.67 | - |
| YUV | 114.18 | 197.88 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 238 | 0.42 | 0.67 | 0 | 0.07 | 262.5 | 0.82 | 0.62 |
| Hex | 8A | 4E | EE | 2A | 43 | 0 | 7 | 106 | 52 | 3E |
| Octal | 212 | 116 | 356 | 52 | 103 | 0 | 7 | 406 | 122 | 76 |
| Binary | 10001010 | 1001110 | 11101110 | 101010 | 1000011 | 0 | 111 | 100000110 | 1010010 | 111110 |
Color Harmonies of #8A4EEE
Complementary color
Monochromatic Colors of #8A4EEE
Black with #8A4EEE
Text Example
Text Example
White with #8A4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4EEE; }
p { color: rgb(138,78,238); }
H1.HeaderClassName
{
color: #8A4EEE;
}
.AnyTagClassName
{
color: #8A4EEE;
}
</style>
background-color css
<style>
a { background-color: #8A4EEE; }
a { background-color: rgb(138,78,238); }
div.DivClassName
{
background-color: #8A4EEE;
}
.BgClassName
{
background-color: #8A4EEE;
}
</style>
border-color css
<style>
span { border-color: #8A4EEE; }
span { border-color: rgb(138,78,238); }
td.TdClassName
{
border-color: #8A4EEE;
}
.TagClassName
{
border-color: #8A4EEE;
}
</style>