#8A59EB

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

Shades of Medium Slate Blue #8A59EB

Tints of Medium Slate Blue #8A59EB

Color information

#8A59EB (or 0x8A59EB) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 59 and EB. RGB value is (138,89,235). Sum of RGB (Red+Green+Blue) = 138+89+235=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A59EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A59EB is #75A614. Grayscale: #777777. Windows color (decimal): -7710229 or 15423882. OLE color: 15423882.

HSL color Cylindrical-coordinate representation of color #8A59EB: hue angle of 260.14º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A59EB is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13889235-
CMYK0.410.6200.08
HSL260.14º78.49%63.53%-
HSV(B)260.14º62.13%92.16%-
XYZ29.0518.5580.65-
YUV120.3192.73140.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.87%
GREEN value IS 89 (35.16% from 255) = 19.26%
BLUE value IS 235 (92.19% from 255) = 50.87%
R=29.87%
G=19.26%
B=50.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138892350.410.6200.08260.1478.4963.53
Hex8A59EB293E081044e40
Octal2121313535176010404116100
Binary100010101011001111010111010011111100100010000010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A59EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,89,235); }

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

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

 a { background-color: rgb(138,89,235); }

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

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

 span { border-color: rgb(138,89,235); }

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