COLOR #7A9AC7

HEX: #7A9AC7
RGB: (122,154,199)

Color info

#7A9AC7 contains mainly green and blue colors. Web safe color of #7A9AC7 is #6699CC (or #69C).

RGB color model

#7A9AC7 color RGB value is (122,154,199).

  • red value is 122;
  • green value is 154;
  • blue value is 199.
RGB:
(122,154,199)
(48%,60%,78%)

RGB channels and saturation

R 122 of 255 = 48%
G 154 of 255 = 60%
B 199 of 255 = 78%

122
154
199

R + G + B ~ 62%. #7A9AC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 154 + 199 = 475 (100%)
R 122 of 475 ~ 25.68%
G 154 of 475 ~ 32.42%
B 199 of 475 ~ 41.89%

%25.68
%32.42
%41.89

CMYK color model

#7A9AC7 color CMYK value is (39,23,0,22).

  • cyan value is 38.69%
  • magenta value is 22.61%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(39,23,0,22)
C39M23Y0K22 
(39%,23%,0%,22%)
(0.39/0.23/0.00/0.22)	

CMYK percentages

%38.69
%22.61
%0
%21.96

Codes

Color #7A9AC7 in popluar color models

7A9AC7
RGB122154199
HSL215°40.74%62.94%
HSB/HSV215°38.69%78.04%
CMYK38.69%22.61%0.00%
21.96%

Color #7A9AC7 in popluar number systems.

HEX7A9AC7
Decimal122154199
Binary11110101001101011000111
Octal172232307

Shades and tints

Shades of #7A9AC7

#7A9AC7
(122,154,199)
#6F8CB5
(111,140,181)
#647EA3
(100,126,163)
#597091
(89,112,145)
#4E627F
(78,98,127)
#43546D
(67,84,109)
#38465B
(56,70,91)
#2D3849
(45,56,73)
#222A37
(34,42,55)
#171C25
(23,28,37)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #7A9AC7

#7A9AC7
(122,154,199)
#86A3CC
(134,163,204)
#92ACD1
(146,172,209)
#9EB5D6
(158,181,214)
#AABEDB
(170,190,219)
#B6C7E0
(182,199,224)
#C2D0E5
(194,208,229)
#CED9EA
(206,217,234)
#DAE2EF
(218,226,239)
#E6EBF4
(230,235,244)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9AC7 color. Also use rgb(122,154,199) instead hex code.

Text Font Color

.myTextColor { color: #7A9AC7; }

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

This text font color is #7A9AC7.


Background Color

.myBgColor { background-color: #7A9AC7; }

<div style="background-color:#7A9AC7">Inner text</div>

This div background color is #7A9AC7.


Border color

.myBorderColor { border: 1px solid #7A9AC7; }

<div style="border:3px solid #7A9AC7">Div</div>

This div border color is #7A9AC7.


Opacity

.myOpacity80 { color: #7A9AC7; opacity: 0.8; }

<p style="color:#7A9AC7;opacity:0.8;">80%</p>

Text with #7A9AC7 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 #7A9AC7;}

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

This text has shadow with #7A9AC7 color.

.textShadow {text-shadow: 3px 3px 1px #7A9AC7, 3px 3px 1px red;}

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

This text has shadow with #7A9AC7 primary color and red secondary color.


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

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

This text has shadow with #7A9AC7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9AC7 on black background.


Color preview on white background

This text has color #7A9AC7 on white background.



Black color preview on #7A9AC7 background

This text has black color on #7A9AC7 background.


White color preview on #7A9AC7 background

This text has white color on #7A9AC7 background.