#7964F3

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

Shades of Medium Slate Blue #7964F3

Tints of Medium Slate Blue #7964F3

Color information

#7964F3 (or 0x7964F3) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 64 and F3. RGB value is (121,100,243). Sum of RGB (Red+Green+Blue) = 121+100+243=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #7964F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7964F3 is #869B0C. Grayscale: #7A7A7A. Windows color (decimal): -8821517 or 15950969. OLE color: 15950969.

HSL color Cylindrical-coordinate representation of color #7964F3: hue angle of 248.81º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7964F3 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121100243-
CMYK0.500.5900.05
HSL248.81º85.63%67.25%-
HSV(B)248.81º58.85%95.29%-
XYZ28.6219.6587.08-
YUV122.58195.96126.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.08%
GREEN value IS 100 (39.45% from 255) = 21.55%
BLUE value IS 243 (95.31% from 255) = 52.37%
R=26.08%
G=21.55%
B=52.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1211002430.500.5900.05248.8185.6367.25
Hex7964F3323B05f95643
Octal171144363627305371126103
Binary111100111001001111001111001011101101011111100110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7964F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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