COLOR #7A90C3

HEX: #7A90C3 RGB: (122,144,195)

Color info

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

RGB color model

#7A90C3 color RGB value is (122,144,195).

RGB: (122,144,195) (48%, 56%, 76%)

RGB channels and saturation

R 122 of 255 = 48%
G 144 of 255 = 56%
B 195 of 255 = 76%

122
144
195

R + G + B ~ 60%. #7A90C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 122 + 144 + 195 = 461 (100%)
R 122 of 461 ~ 26.46%
G 144 of 461 ~ 31.24%
B 195 of 461 ~ 42.3'%

%26.46
%31.24
%42.3

CMYK color model

#7A90C3 color CMYK value is (37,26,0,24).

  • cyan value is 37.44%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (37,26,0,24) C37M26Y0K24 (37%,26%,0%,24%) (0.37/0.26/0.00/0.24) 

CMYK percentages

%37.44
%26.15
%0
%23.53

Codes

Color #7A90C3 in popluar color models

7A 90 C3
RGB 122 144 195
HSL 222° 37.82% 62.16%
HSB/HSV 222° 37.44% 76.47%
CMYK 37.44% 26.15% 0.00%
23.53%

Color #7A90C3 in popluar number systems.

HEX 7A 90 C3
Decimal 122 144 195
Binary 1111010 10010000 11000011
Octal 172 220 303

Shades and tints

Shades of #7A90C3

#7A90C3
(122,144,195)
#6F83B2
(111,131,178)
#6476A1
(100,118,161)
#596990
(89,105,144)
#4E5C7F
(78,92,127)
#434F6E
(67,79,110)
#38425D
(56,66,93)
#2D354C
(45,53,76)
#22283B
(34,40,59)
#171B2A
(23,27,42)
#0C0E19
(12,14,25)
#000000
(0,0,0)

Tints of #7A90C3

#7A90C3
(122,144,195)
#869AC8
(134,154,200)
#92A4CD
(146,164,205)
#9EAED2
(158,174,210)
#AAB8D7
(170,184,215)
#B6C2DC
(182,194,220)
#C2CCE1
(194,204,225)
#CED6E6
(206,214,230)
#DAE0EB
(218,224,235)
#E6EAF0
(230,234,240)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A90C3 color. Also use rgb(122,144,195) instead hex code.

Text Font Color

.myTextColor { color: #7A90C3; }

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

This text font color is #7A90C3.

Background Color

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

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

This div background color is #7A90C3.

Border color

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

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

This div border color is #7A90C3.

Opacity

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

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

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

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

This text has shadow with #7A90C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A90C3.

Preview

Color preview on black background

This text has color #7A90C3 on black background.


Color preview on white background

This text has color #7A90C3 on white background.


Black color preview on #7A90C3 background

This text has black color on #7A90C3 background.


White color preview on #7A90C3 background

This text has white color on #7A90C3 background.


Related colors

Complementary color

Complementary color for #hex is #856F3C.


I love getcolorcode.com

Triadic colors

1 #C37A90 and #90C37A with #7A90C3 are triadic colors.

2 #C3907A and #907AC3 with #7A90C3 are triadic colors.