COLOR #7790BE

HEX: #7790BE RGB: (119,144,190)

Color info

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

RGB color model

#7790BE color RGB value is (119,144,190).

RGB: (119,144,190) (47%, 56%, 75%)

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 190 of 255 = 75%

119
144
190

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

Portions of RGB colors in percentages

R + G + B = 119 + 144 + 190 = 453 (100%)
R 119 of 453 ~ 26.27%
G 144 of 453 ~ 31.79%
B 190 of 453 ~ 41.94'%

%26.27
%31.79
%41.94

CMYK color model

#7790BE color CMYK value is (37,24,0,25).

  • cyan value is 37.37%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (37,24,0,25)
C37M24Y0K25 (37%, 24%, 0%, 25%)
(0.37 / 0.24 / 0.00 / 0.25)

CMYK percentages

%37.37
%24.21
%0
%25.49

Codes

Color #7790BE in popluar color models

77 90 BE
RGB 119 144 190
HSL 219° 35.32% 60.59%
HSB/HSV 219° 37.37% 74.51%
CMYK 37.37% 24.21% 0.00%
25.49%

Color #7790BE in popluar number systems.

HEX 77 90 BE
Decimal 119 144 190
Binary 1110111 10010000 10111110
Octal 167 220 276

Shades and tints

Shades of #7790BE

#7790BE
(119,144,190)
#6D83AD
(109,131,173)
#63769C
(99,118,156)
#59698B
(89,105,139)
#4F5C7A
(79,92,122)
#454F69
(69,79,105)
#3B4258
(59,66,88)
#313547
(49,53,71)
#272836
(39,40,54)
#1D1B25
(29,27,37)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #7790BE

#7790BE
(119,144,190)
#839AC3
(131,154,195)
#8FA4C8
(143,164,200)
#9BAECD
(155,174,205)
#A7B8D2
(167,184,210)
#B3C2D7
(179,194,215)
#BFCCDC
(191,204,220)
#CBD6E1
(203,214,225)
#D7E0E6
(215,224,230)
#E3EAEB
(227,234,235)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7790BE color. Also use rgb(119,144,190) instead hex code.

Text Font Color

.myTextColor { color: #7790BE; }

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

This text font color is #7790BE.

Background Color

.myBgColor { background-color: #7790BE; }

<div style="background-color:#7790BE">Inner text</div>

This div background color is #7790BE.

Border color

.myBorderColor { border: 1px solid #7790BE; }

<div style="border:3px solid #7790BE">Div</div>

This div border color is #7790BE.

Opacity

.myOpacity80 { color: #7790BE; opacity: 0.8; }

<p style="color:#7790BE;opacity:0.8;">80%</p>

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

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

This text has shadow with #7790BE color.


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

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

This text has shadow with #7790BE primary color and red secondary color.


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

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

This text has shadow with #7790BE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7790BE.

Preview

Color preview on black background

This text has color #7790BE on black background.


Color preview on white background

This text has color #7790BE on white background.


Black color preview on #7790BE background

This text has black color on #7790BE background.


White color preview on #7790BE background

This text has white color on #7790BE background.


Related colors

Complementary color

Complementary color for #hex is #886F41.


I love getcolorcode.com

Triadic colors

1 #BE7790 and #90BE77 with #7790BE are triadic colors.

2 #BE9077 and #9077BE with #7790BE are triadic colors.