#7A64EC

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

Shades of Medium Slate Blue #7A64EC

Tints of Medium Slate Blue #7A64EC

Color information

#7A64EC (or 0x7A64EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 64 and EC. RGB value is (122,100,236). Sum of RGB (Red+Green+Blue) = 122+100+236=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A64EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A64EC is #859B13. Grayscale: #797979. Windows color (decimal): -8755988 or 15492218. OLE color: 15492218.

HSL color Cylindrical-coordinate representation of color #7A64EC: hue angle of 249.71º 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 #7A64EC is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122100236-
CMYK0.480.5800.07
HSL249.71º78.16%65.88%-
HSV(B)249.71º57.63%92.55%-
XYZ27.7219.3181.62-
YUV122.08192.29127.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.64%
GREEN value IS 100 (39.45% from 255) = 21.83%
BLUE value IS 236 (92.58% from 255) = 51.53%
R=26.64%
G=21.83%
B=51.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221002360.480.5800.07249.7178.1665.88
Hex7A64EC303A07fa4e42
Octal172144354607207372116102
Binary111101011001001110110011000011101001111111101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A64EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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