COLOR #7A9EDC

HEX: #7A9EDC
RGB: (122,158,220)

Color info

#7A9EDC contains mainly blue color. Web safe color of #7A9EDC is #6699CC (or #69C).

RGB color model

#7A9EDC color RGB value is (122,158,220).

  • red value is 122;
  • green value is 158;
  • blue value is 220.
RGB:
(122,158,220)
(48%,62%,86%)

RGB channels and saturation

R 122 of 255 = 48%
G 158 of 255 = 62%
B 220 of 255 = 86%

122
158
220

R + G + B ~ 65%. #7A9EDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 158 + 220 = 500 (100%)
R 122 of 500 ~ 24.4%
G 158 of 500 ~ 31.6%
B 220 of 500 ~ 44%

%24.4
%31.6
%44

CMYK color model

#7A9EDC color CMYK value is (45,28,0,14).

  • cyan value is 44.55%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(45,28,0,14)
C45M28Y0K14 
(45%,28%,0%,14%)
(0.45/0.28/0.00/0.14)	

CMYK percentages

%44.55
%28.18
%0
%13.73

Codes

Color #7A9EDC in popluar color models

7A9EDC
RGB122158220
HSL218°58.33%67.06%
HSB/HSV218°44.55%86.27%
CMYK44.55%28.18%0.00%
13.73%

Color #7A9EDC in popluar number systems.

HEX7A9EDC
Decimal122158220
Binary11110101001111011011100
Octal172236334

Shades and tints

Shades of #7A9EDC

#7A9EDC
(122,158,220)
#6F90C8
(111,144,200)
#6482B4
(100,130,180)
#5974A0
(89,116,160)
#4E668C
(78,102,140)
#435878
(67,88,120)
#384A64
(56,74,100)
#2D3C50
(45,60,80)
#222E3C
(34,46,60)
#172028
(23,32,40)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #7A9EDC

#7A9EDC
(122,158,220)
#86A6DF
(134,166,223)
#92AEE2
(146,174,226)
#9EB6E5
(158,182,229)
#AABEE8
(170,190,232)
#B6C6EB
(182,198,235)
#C2CEEE
(194,206,238)
#CED6F1
(206,214,241)
#DADEF4
(218,222,244)
#E6E6F7
(230,230,247)
#F2EEFA
(242,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9EDC color. Also use rgb(122,158,220) instead hex code.

Text Font Color

.myTextColor { color: #7A9EDC; }

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

This text font color is #7A9EDC.


Background Color

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

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

This div background color is #7A9EDC.


Border color

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

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

This div border color is #7A9EDC.


Opacity

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

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

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

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

This text has shadow with #7A9EDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9EDC on black background.


Color preview on white background

This text has color #7A9EDC on white background.



Black color preview on #7A9EDC background

This text has black color on #7A9EDC background.


White color preview on #7A9EDC background

This text has white color on #7A9EDC background.