#8A52E8

Color #8A52E8 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8A52E8

Tints of Medium Slate Blue #8A52E8

Color information

#8A52E8 (or 0x8A52E8) is unknown color: approx 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

RGB13882232-
CMYK0.410.6500.09
HSL262.4º76.53%61.57%-
HSV(B)262.4º64.66%90.98%-
XYZ28.0617.2678.2-
YUV115.84193.55143.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 30.53%
GREEN value IS 82 (32.42% from 255) = 18.14%
BLUE value IS 232 (91.02% from 255) = 51.33%
R=30.53%
G=18.14%
B=51.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138822320.410.6500.09262.476.5361.57
Hex8A52E82941091064d3e
Octal2121223505110101140611576
Binary100010101010010111010001010011000001010011000001101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A52E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>