Shades of Medium Slate Blue #8A52E8
Tints of Medium Slate Blue #8A52E8
RGB
CMYK
RGB Variations
Color information
#8A52E8 (or 0x8A52E8) is known color: Medium Slate Blue. HEX triplet: 8A, 52 and E8. RGB value is (138,82,232). Sum of RGB (Red+Green+Blue) = 138+82+232=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 232 (91.02% from 255 or 51.33% from 452); Max value from RGB is 232 - color contains mainly: blue. Hex color #8A52E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A52E8 is #75AD17. Grayscale: #737373. Windows color (decimal): -7712024 or 15225482. OLE color: 15225482.
HSL color Cylindrical-coordinate representation of color #8A52E8: hue angle of 262.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A52E8 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 82 | 232 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.09 |
| HSL | 262.4º | 0.77% | 0.62% | - |
| HSV(B) | 262.4º | 0.65% | 0.91% | - |
| XYZ | 28.06 | 17.26 | 78.2 | - |
| YUV | 115.84 | 193.55 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 232 | 0.41 | 0.65 | 0 | 0.09 | 262.4 | 0.77 | 0.62 |
| Hex | 8A | 52 | E8 | 29 | 41 | 0 | 9 | 106 | 4D | 3E |
| Octal | 212 | 122 | 350 | 51 | 101 | 0 | 11 | 406 | 115 | 76 |
| Binary | 10001010 | 1010010 | 11101000 | 101001 | 1000001 | 0 | 1001 | 100000110 | 1001101 | 111110 |
Color Harmonies of #8A52E8
Complementary color
Monochromatic Colors of #8A52E8
Black with #8A52E8
Text Example
Text Example
White with #8A52E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A52E8; }
p { color: rgb(138,82,232); }
H1.HeaderClassName
{
color: #8A52E8;
}
.AnyTagClassName
{
color: #8A52E8;
}
</style>
background-color css
<style>
a { background-color: #8A52E8; }
a { background-color: rgb(138,82,232); }
div.DivClassName
{
background-color: #8A52E8;
}
.BgClassName
{
background-color: #8A52E8;
}
</style>
border-color css
<style>
span { border-color: #8A52E8; }
span { border-color: rgb(138,82,232); }
td.TdClassName
{
border-color: #8A52E8;
}
.TagClassName
{
border-color: #8A52E8;
}
</style>