#8A64EB

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

Shades of Medium Slate Blue #8A64EB

Tints of Medium Slate Blue #8A64EB

Color information

#8A64EB (or 0x8A64EB) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 64 and EB. RGB value is (138,100,235). Sum of RGB (Red+Green+Blue) = 138+100+235=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A64EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A64EB is #759B14. Grayscale: #7E7E7E. Windows color (decimal): -7707413 or 15426698. OLE color: 15426698.

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

Color convert

RGB138100235-
CMYK0.410.5700.08
HSL256.89º77.14%65.69%-
HSV(B)256.89º57.45%92.16%-
XYZ30.0320.5280.97-
YUV126.75189.09136.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.18%
GREEN value IS 100 (39.45% from 255) = 21.14%
BLUE value IS 235 (92.19% from 255) = 49.68%
R=29.18%
G=21.14%
B=49.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381002350.410.5700.08256.8977.1465.69
Hex8A64EB2939081014d42
Octal2121443535171010401115102
Binary100010101100100111010111010011110010100010000000110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A64EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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