#7A64DA

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

Shades of Medium Slate Blue #7A64DA

Tints of Medium Slate Blue #7A64DA

Color information

#7A64DA (or 0x7A64DA) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 64 and DA. RGB value is (122,100,218). Sum of RGB (Red+Green+Blue) = 122+100+218=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A64DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A64DA is #859B25. Grayscale: #777777. Windows color (decimal): -8756006 or 14312570. OLE color: 14312570.

HSL color Cylindrical-coordinate representation of color #7A64DA: hue angle of 251.19º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A64DA is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122100218-
CMYK0.440.5400.15
HSL251.19º61.46%62.35%-
HSV(B)251.19º54.13%85.49%-
XYZ25.2418.3168.53-
YUV120.03183.29129.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.73%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 218 (85.55% from 255) = 49.55%
R=27.73%
G=22.73%
B=49.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1221002180.440.5400.15251.1961.4662.35
Hex7A64DA2C360Ffb3d3e
Octal17214433254660173737576
Binary11110101100100110110101011001101100111111111011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A64DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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