#8A60EA

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

Shades of Medium Slate Blue #8A60EA

Tints of Medium Slate Blue #8A60EA

Color information

#8A60EA (or 0x8A60EA) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 60 and EA. RGB value is (138,96,234). Sum of RGB (Red+Green+Blue) = 138+96+234=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A60EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A60EA is #759F15. Grayscale: #7B7B7B. Windows color (decimal): -7708438 or 15360138. OLE color: 15360138.

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

Color convert

RGB13896234-
CMYK0.410.5900.08
HSL258.26º76.67%64.71%-
HSV(B)258.26º58.97%91.76%-
XYZ29.5219.7180.09-
YUV124.29189.91137.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 96 (37.89% from 255) = 20.51%
BLUE value IS 234 (91.80% from 255) = 50%
R=29.49%
G=20.51%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138962340.410.5900.08258.2676.6764.71
Hex8A60EA293B081024d41
Octal2121403525173010402115101
Binary100010101100000111010101010011110110100010000001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A60EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,96,234); }

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

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

 a { background-color: rgb(138,96,234); }

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

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

 span { border-color: rgb(138,96,234); }

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