#8A5CE9

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

Shades of Medium Slate Blue #8A5CE9

Tints of Medium Slate Blue #8A5CE9

Color information

#8A5CE9 (or 0x8A5CE9) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 5C and E9. RGB value is (138,92,233). Sum of RGB (Red+Green+Blue) = 138+92+233=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #8A5CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5CE9 is #75A316. Grayscale: #797979. Windows color (decimal): -7709463 or 15293578. OLE color: 15293578.

HSL color Cylindrical-coordinate representation of color #8A5CE9: hue angle of 259.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A5CE9 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13892233-
CMYK0.410.6100.09
HSL259.57º76.22%63.73%-
HSV(B)259.57º60.52%91.37%-
XYZ29.0218.9479.22-
YUV121.83190.74139.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.81%
GREEN value IS 92 (36.33% from 255) = 19.87%
BLUE value IS 233 (91.41% from 255) = 50.32%
R=29.81%
G=19.87%
B=50.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138922330.410.6100.09259.5776.2263.73
Hex8A5CE9293D091044c40
Octal2121343515175011404114100
Binary100010101011100111010011010011111010100110000010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A5CE9; }

 p { color: rgb(138,92,233); }

 H1.HeaderClassName
 {
   color: #8A5CE9;
 }
 .AnyTagClassName
 {
   color: #8A5CE9;
 }
</style>
background-color css

<style>
 a { background-color: #8A5CE9; }

 a { background-color: rgb(138,92,233); }

 div.DivClassName
 {
   background-color: #8A5CE9;
 }
 .BgClassName
 {
   background-color: #8A5CE9;
 }
</style>
border-color css

<style>
 span { border-color: #8A5CE9; }

 span { border-color: rgb(138,92,233); }

 td.TdClassName
 {
   border-color: #8A5CE9;
 }
 .TagClassName
 {
   border-color: #8A5CE9;
 }
</style>