COLOR #7990BA

HEX: #7990BA RGB: (121,144,186)

Color info

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

RGB color model

#7990BA color RGB value is (121,144,186).

RGB: (121,144,186) (47%, 56%, 73%)

RGB channels and saturation

R 121 of 255 = 47%
G 144 of 255 = 56%
B 186 of 255 = 73%

121
144
186

R + G + B ~ 59%. #7990BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 144 + 186 = 451 (100%)
R 121 of 451 ~ 26.83%
G 144 of 451 ~ 31.93%
B 186 of 451 ~ 41.24'%

%26.83
%31.93
%41.24

CMYK color model

#7990BA color CMYK value is (35,23,0,27).

  • cyan value is 34.95%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (35,23,0,27) C35M23Y0K27 (35%,23%,0%,27%) (0.35/0.23/0.00/0.27) 

CMYK percentages

%34.95
%22.58
%0
%27.06

Codes

Color #7990BA in popluar color models

79 90 BA
RGB 121 144 186
HSL 219° 32.02% 60.20%
HSB/HSV 219° 34.95% 72.94%
CMYK 34.95% 22.58% 0.00%
27.06%

Color #7990BA in popluar number systems.

HEX 79 90 BA
Decimal 121 144 186
Binary 1111001 10010000 10111010
Octal 171 220 272

Shades and tints

Shades of #7990BA

#7990BA
(121,144,186)
#6E83AA
(110,131,170)
#63769A
(99,118,154)
#58698A
(88,105,138)
#4D5C7A
(77,92,122)
#424F6A
(66,79,106)
#37425A
(55,66,90)
#2C354A
(44,53,74)
#21283A
(33,40,58)
#161B2A
(22,27,42)
#0B0E1A
(11,14,26)
#000000
(0,0,0)

Tints of #7990BA

#7990BA
(121,144,186)
#859AC0
(133,154,192)
#91A4C6
(145,164,198)
#9DAECC
(157,174,204)
#A9B8D2
(169,184,210)
#B5C2D8
(181,194,216)
#C1CCDE
(193,204,222)
#CDD6E4
(205,214,228)
#D9E0EA
(217,224,234)
#E5EAF0
(229,234,240)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7990BA color. Also use rgb(121,144,186) instead hex code.

Text Font Color

.myTextColor { color: #7990BA; }

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

This text font color is #7990BA.

Background Color

.myBgColor { background-color: #7990BA; }

<div style="background-color:#7990BA">Inner text</div>

This div background color is #7990BA.

Border color

.myBorderColor { border: 1px solid #7990BA; }

<div style="border:3px solid #7990BA">Div</div>

This div border color is #7990BA.

Opacity

.myOpacity80 { color: #7990BA; opacity: 0.8; }

<p style="color:#7990BA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7990BA color.


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

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

This text has shadow with #7990BA primary color and red secondary color.


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

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

This text has shadow with #7990BA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7990BA.

Preview

Color preview on black background

This text has color #7990BA on black background.


Color preview on white background

This text has color #7990BA on white background.


Black color preview on #7990BA background

This text has black color on #7990BA background.


White color preview on #7990BA background

This text has white color on #7990BA background.


Related colors

Complementary color

Complementary color for #hex is #866F45.


I love getcolorcode.com

Triadic colors

1 #BA7990 and #90BA79 with #7990BA are triadic colors.

2 #BA9079 and #9079BA with #7990BA are triadic colors.