#7064F3

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

Shades of Medium Slate Blue #7064F3

Tints of Medium Slate Blue #7064F3

Color information

#7064F3 (or 0x7064F3) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 64 and F3. RGB value is (112,100,243). Sum of RGB (Red+Green+Blue) = 112+100+243=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #7064F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7064F3 is #8F9B0C. Grayscale: #777777. Windows color (decimal): -9411341 or 15950960. OLE color: 15950960.

HSL color Cylindrical-coordinate representation of color #7064F3: hue angle of 245.03º 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 #7064F3 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112100243-
CMYK0.540.5900.05
HSL245.03º85.63%67.25%-
HSV(B)245.03º58.85%95.29%-
XYZ27.4219.0387.02-
YUV119.89197.48122.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.62%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 243 (95.31% from 255) = 53.41%
R=24.62%
G=21.98%
B=53.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121002430.540.5900.05245.0385.6367.25
Hex7064F3363B05f55643
Octal160144363667305365126103
Binary111000011001001111001111011011101101011111010110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7064F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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