#7964F5

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

Shades of Medium Slate Blue #7964F5

Tints of Medium Slate Blue #7964F5

Color information

#7964F5 (or 0x7964F5) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 64 and F5. RGB value is (121,100,245). Sum of RGB (Red+Green+Blue) = 121+100+245=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #7964F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7964F5 is #869B0A. Grayscale: #7A7A7A. Windows color (decimal): -8821515 or 16082041. OLE color: 16082041.

HSL color Cylindrical-coordinate representation of color #7964F5: hue angle of 248.69º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7964F5 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121100245-
CMYK0.510.5900.04
HSL248.69º87.88%67.65%-
HSV(B)248.69º59.18%96.08%-
XYZ28.9219.7788.68-
YUV122.81196.96126.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.97%
GREEN value IS 100 (39.45% from 255) = 21.46%
BLUE value IS 245 (96.09% from 255) = 52.58%
R=25.97%
G=21.46%
B=52.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1211002450.510.5900.04248.6987.8867.65
Hex7964F5333B04f95844
Octal171144365637304371130104
Binary111100111001001111010111001111101101001111100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7964F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7964F5; }

 p { color: rgb(121,100,245); }

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

<style>
 a { background-color: #7964F5; }

 a { background-color: rgb(121,100,245); }

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

<style>
 span { border-color: #7964F5; }

 span { border-color: rgb(121,100,245); }

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