#8A64EC

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

Shades of Medium Slate Blue #8A64EC

Tints of Medium Slate Blue #8A64EC

Color information

#8A64EC (or 0x8A64EC) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 64 and EC. RGB value is (138,100,236). Sum of RGB (Red+Green+Blue) = 138+100+236=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A64EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A64EC is #759B13. Grayscale: #7E7E7E. Windows color (decimal): -7707412 or 15492234. OLE color: 15492234.

HSL color Cylindrical-coordinate representation of color #8A64EC: hue angle of 256.76º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A64EC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138100236-
CMYK0.420.5800.07
HSL256.76º78.16%65.88%-
HSV(B)256.76º57.63%92.55%-
XYZ30.1820.5781.74-
YUV126.87189.59135.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.11%
GREEN value IS 100 (39.45% from 255) = 21.10%
BLUE value IS 236 (92.58% from 255) = 49.79%
R=29.11%
G=21.10%
B=49.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381002360.420.5800.07256.7678.1665.88
Hex8A64EC2A3A071014e42
Octal212144354527207401116102
Binary10001010110010011101100101010111010011110000000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A64EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,100,236); }

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

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

 a { background-color: rgb(138,100,236); }

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

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

 span { border-color: rgb(138,100,236); }

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