COLOR #7064AC

HEX: #7064AC
RGB: (112,100,172)

Color info

#7064AC contains mainly blue color. Web safe color of #7064AC is #666699 (or #669).

RGB color model

#7064AC color RGB value is (112,100,172).

  • red value is 112;
  • green value is 100;
  • blue value is 172.
RGB:
(112,100,172)
(44%,39%,67%)

RGB channels and saturation

R 112 of 255 = 44%
G 100 of 255 = 39%
B 172 of 255 = 67%

112
100
172

R + G + B ~ 50%. #7064AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 100 + 172 = 384 (100%)
R 112 of 384 ~ 29.17%
G 100 of 384 ~ 26.04%
B 172 of 384 ~ 44.79%

%29.17
%26.04
%44.79

CMYK color model

#7064AC color CMYK value is (35,42,0,33).

  • cyan value is 34.88%
  • magenta value is 41.86%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(35,42,0,33)
C35M42Y0K33 
(35%,42%,0%,33%)
(0.35/0.42/0.00/0.33)	

CMYK percentages

%34.88
%41.86
%0
%32.55

Codes

Color #7064AC in popluar color models

7064AC
RGB112100172
HSL250°30.25%53.33%
HSB/HSV250°41.86%67.45%
CMYK34.88%41.86%0.00%
32.55%

Color #7064AC in popluar number systems.

HEX7064AC
Decimal112100172
Binary1110000110010010101100
Octal160144254

Shades and tints

Shades of #7064AC

#7064AC
(112,100,172)
#665B9D
(102,91,157)
#5C528E
(92,82,142)
#52497F
(82,73,127)
#484070
(72,64,112)
#3E3761
(62,55,97)
#342E52
(52,46,82)
#2A2543
(42,37,67)
#201C34
(32,28,52)
#161325
(22,19,37)
#0C0A16
(12,10,22)
#000000
(0,0,0)

Tints of #7064AC

#7064AC
(112,100,172)
#7D72B3
(125,114,179)
#8A80BA
(138,128,186)
#978EC1
(151,142,193)
#A49CC8
(164,156,200)
#B1AACF
(177,170,207)
#BEB8D6
(190,184,214)
#CBC6DD
(203,198,221)
#D8D4E4
(216,212,228)
#E5E2EB
(229,226,235)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7064AC color. Also use rgb(112,100,172) instead hex code.

Text Font Color

.myTextColor { color: #7064AC; }

<p style="color:#7064AC">This sample text font color is #7064AC.</p>

This text font color is #7064AC.


Background Color

.myBgColor { background-color: #7064AC; }

<div style="background-color:#7064AC">Inner text</div>

This div background color is #7064AC.


Border color

.myBorderColor { border: 1px solid #7064AC; }

<div style="border:3px solid #7064AC">Div</div>

This div border color is #7064AC.


Opacity

.myOpacity80 { color: #7064AC; opacity: 0.8; }

<p style="color:#7064AC;opacity:0.8;">80%</p>

Text with #7064AC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7064AC;}

<p style="text-shadow: 3px 3px 1px #7064AC">Text here.</p>

This text has shadow with #7064AC color.

.textShadow {text-shadow: 3px 3px 1px #7064AC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7064AC, 5px 5px 20px red">Text here.</p>

This text has shadow with #7064AC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7064AC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7064AC, Direction=45, Strength=4)">Text</p>

This text has shadow with #7064AC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7064AC;
  -webkit-box-shadow:	1px 1px 3px 2px #7064AC;
  box-shadow:		1px 1px 3px 2px #7064AC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7064AC;
-webkit-box-shadow: 1px 1px 3px 2px #7064AC;
box-shadow:1px 1px 3px 2px #7064AC;">
Div content here</div>
This div box has shadow with color #7064AC.

Preview

Color preview on black background

This text has color #7064AC on black background.


Color preview on white background

This text has color #7064AC on white background.



Black color preview on #7064AC background

This text has black color on #7064AC background.


White color preview on #7064AC background

This text has white color on #7064AC background.