COLOR #7785BE

HEX: #7785BE RGB: (119,133,190)

Color info

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

RGB color model

#7785BE color RGB value is (119,133,190).

RGB: (119,133,190) (47%, 52%, 75%)

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 190 of 255 = 75%

119
133
190

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

Portions of RGB colors in percentages

R + G + B = 119 + 133 + 190 = 442 (100%)
R 119 of 442 ~ 26.92%
G 133 of 442 ~ 30.09%
B 190 of 442 ~ 42.99'%

%26.92
%30.09
%42.99

CMYK color model

#7785BE color CMYK value is (37,30,0,25).

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

CMYK: (37,30,0,25)
C37M30Y0K25 (37%, 30%, 0%, 25%)
(0.37 / 0.30 / 0.00 / 0.25)

CMYK percentages

%37.37
%30
%0
%25.49

Codes

Color #7785BE in popluar color models

77 85 BE
RGB 119 133 190
HSL 228° 35.32% 60.59%
HSB/HSV 228° 37.37% 74.51%
CMYK 37.37% 30.00% 0.00%
25.49%

Color #7785BE in popluar number systems.

HEX 77 85 BE
Decimal 119 133 190
Binary 1110111 10000101 10111110
Octal 167 205 276

Shades and tints

Shades of #7785BE

#7785BE
(119,133,190)
#6D79AD
(109,121,173)
#636D9C
(99,109,156)
#59618B
(89,97,139)
#4F557A
(79,85,122)
#454969
(69,73,105)
#3B3D58
(59,61,88)
#313147
(49,49,71)
#272536
(39,37,54)
#1D1925
(29,25,37)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #7785BE

#7785BE
(119,133,190)
#8390C3
(131,144,195)
#8F9BC8
(143,155,200)
#9BA6CD
(155,166,205)
#A7B1D2
(167,177,210)
#B3BCD7
(179,188,215)
#BFC7DC
(191,199,220)
#CBD2E1
(203,210,225)
#D7DDE6
(215,221,230)
#E3E8EB
(227,232,235)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7785BE; }

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

This text font color is #7785BE.

Background Color

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

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

This div background color is #7785BE.

Border color

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

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

This div border color is #7785BE.

Opacity

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

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

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

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

This text has shadow with #7785BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7785BE.

Preview

Color preview on black background

This text has color #7785BE on black background.


Color preview on white background

This text has color #7785BE on white background.


Black color preview on #7785BE background

This text has black color on #7785BE background.


White color preview on #7785BE background

This text has white color on #7785BE background.


Related colors

Complementary color

Complementary color for #hex is #887A41.


I love getcolorcode.com

Triadic colors

1 #BE7785 and #85BE77 with #7785BE are triadic colors.

2 #BE8577 and #8577BE with #7785BE are triadic colors.