#7A64E6

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

Shades of Medium Slate Blue #7A64E6

Tints of Medium Slate Blue #7A64E6

Color information

#7A64E6 (or 0x7A64E6) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 64 and E6. RGB value is (122,100,230). Sum of RGB (Red+Green+Blue) = 122+100+230=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #7A64E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A64E6 is #859B19. Grayscale: #787878. Windows color (decimal): -8755994 or 15099002. OLE color: 15099002.

HSL color Cylindrical-coordinate representation of color #7A64E6: hue angle of 250.15º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A64E6 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB122100230-
CMYK0.470.5700.10
HSL250.15º72.22%64.71%-
HSV(B)250.15º56.52%90.2%-
XYZ26.8718.9777.11-
YUV121.4189.29128.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.99%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 230 (90.23% from 255) = 50.88%
R=26.99%
G=22.12%
B=50.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1221002300.470.5700.10250.1572.2264.71
Hex7A64E62F390Afa4841
Octal1721443465771012372110101
Binary1111010110010011100110101111111001010101111101010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A64E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A64E6; }

 p { color: rgb(122,100,230); }

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

<style>
 a { background-color: #7A64E6; }

 a { background-color: rgb(122,100,230); }

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

<style>
 span { border-color: #7A64E6; }

 span { border-color: rgb(122,100,230); }

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