Shades of Medium Slate Blue #8A6EE9
Tints of Medium Slate Blue #8A6EE9
RGB
CMYK
RGB Variations
Color information
#8A6EE9 (or 0x8A6EE9) is known color: Medium Slate Blue. HEX triplet: 8A, 6E and E9. RGB value is (138,110,233). Sum of RGB (Red+Green+Blue) = 138+110+233=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #8A6EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6EE9 is #759116. Grayscale: #838383. Windows color (decimal): -7704855 or 15298186. OLE color: 15298186.
HSL color Cylindrical-coordinate representation of color #8A6EE9: hue angle of 253.66º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A6EE9 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 110 | 233 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.09 |
| HSL | 253.66º | 0.74% | 0.67% | - |
| HSV(B) | 253.66º | 0.53% | 0.91% | - |
| XYZ | 30.77 | 22.44 | 79.8 | - |
| YUV | 132.39 | 184.78 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 233 | 0.41 | 0.53 | 0 | 0.09 | 253.66 | 0.74 | 0.67 |
| Hex | 8A | 6E | E9 | 29 | 35 | 0 | 9 | FE | 4A | 43 |
| Octal | 212 | 156 | 351 | 51 | 65 | 0 | 11 | 376 | 112 | 103 |
| Binary | 10001010 | 1101110 | 11101001 | 101001 | 110101 | 0 | 1001 | 11111110 | 1001010 | 1000011 |
Color Harmonies of #8A6EE9
Complementary color
Monochromatic Colors of #8A6EE9
Black with #8A6EE9
Text Example
Text Example
White with #8A6EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6EE9; }
p { color: rgb(138,110,233); }
H1.HeaderClassName
{
color: #8A6EE9;
}
.AnyTagClassName
{
color: #8A6EE9;
}
</style>
background-color css
<style>
a { background-color: #8A6EE9; }
a { background-color: rgb(138,110,233); }
div.DivClassName
{
background-color: #8A6EE9;
}
.BgClassName
{
background-color: #8A6EE9;
}
</style>
border-color css
<style>
span { border-color: #8A6EE9; }
span { border-color: rgb(138,110,233); }
td.TdClassName
{
border-color: #8A6EE9;
}
.TagClassName
{
border-color: #8A6EE9;
}
</style>