COLOR #7A9ED0

HEX: #7A9ED0 RGB: (122,158,208)

Color info

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

RGB color model

#7A9ED0 color RGB value is (122,158,208).

RGB: (122,158,208) (48%, 62%, 82%)

RGB channels and saturation

R 122 of 255 = 48%
G 158 of 255 = 62%
B 208 of 255 = 82%

122
158
208

R + G + B ~ 64%. #7A9ED0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 158 + 208 = 488 (100%)
R 122 of 488 ~ 25%
G 158 of 488 ~ 32.38%
B 208 of 488 ~ 42.62'%

%25
%32.38
%42.62

CMYK color model

#7A9ED0 color CMYK value is (41,24,0,18).

  • cyan value is 41.35%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (41,24,0,18)
C41M24Y0K18 (41%, 24%, 0%, 18%)
(0.41 / 0.24 / 0.00 / 0.18)

CMYK percentages

%41.35
%24.04
%0
%18.43

Codes

Color #7A9ED0 in popluar color models

7A 9E D0
RGB 122 158 208
HSL 215° 47.78% 64.71%
HSB/HSV 215° 41.35% 81.57%
CMYK 41.35% 24.04% 0.00%
18.43%

Color #7A9ED0 in popluar number systems.

HEX 7A 9E D0
Decimal 122 158 208
Binary 1111010 10011110 11010000
Octal 172 236 320

Shades and tints

Shades of #7A9ED0

#7A9ED0
(122,158,208)
#6F90BE
(111,144,190)
#6482AC
(100,130,172)
#59749A
(89,116,154)
#4E6688
(78,102,136)
#435876
(67,88,118)
#384A64
(56,74,100)
#2D3C52
(45,60,82)
#222E40
(34,46,64)
#17202E
(23,32,46)
#0C121C
(12,18,28)
#000000
(0,0,0)

Tints of #7A9ED0

#7A9ED0
(122,158,208)
#86A6D4
(134,166,212)
#92AED8
(146,174,216)
#9EB6DC
(158,182,220)
#AABEE0
(170,190,224)
#B6C6E4
(182,198,228)
#C2CEE8
(194,206,232)
#CED6EC
(206,214,236)
#DADEF0
(218,222,240)
#E6E6F4
(230,230,244)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9ED0; }

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

This text font color is #7A9ED0.

Background Color

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

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

This div background color is #7A9ED0.

Border color

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

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

This div border color is #7A9ED0.

Opacity

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

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

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

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

This text has shadow with #7A9ED0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9ED0.

Preview

Color preview on black background

This text has color #7A9ED0 on black background.


Color preview on white background

This text has color #7A9ED0 on white background.


Black color preview on #7A9ED0 background

This text has black color on #7A9ED0 background.


White color preview on #7A9ED0 background

This text has white color on #7A9ED0 background.


Related colors

Complementary color

Complementary color for #hex is #85612F.


I love getcolorcode.com

Triadic colors

1 #D07A9E and #9ED07A with #7A9ED0 are triadic colors.

2 #D09E7A and #9E7AD0 with #7A9ED0 are triadic colors.