COLOR #7891BB

HEX: #7891BB RGB: (120,145,187)

Color info

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

RGB color model

#7891BB color RGB value is (120,145,187).

RGB: (120,145,187) (47%, 57%, 73%)

RGB channels and saturation

R 120 of 255 = 47%
G 145 of 255 = 57%
B 187 of 255 = 73%

120
145
187

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

Portions of RGB colors in percentages

R + G + B = 120 + 145 + 187 = 452 (100%)
R 120 of 452 ~ 26.55%
G 145 of 452 ~ 32.08%
B 187 of 452 ~ 41.37'%

%26.55
%32.08
%41.37

CMYK color model

#7891BB color CMYK value is (36,22,0,27).

  • cyan value is 35.83%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (36,22,0,27)
C36M22Y0K27 (36%, 22%, 0%, 27%)
(0.36 / 0.22 / 0.00 / 0.27)

CMYK percentages

%35.83
%22.46
%0
%26.67

Codes

Color #7891BB in popluar color models

78 91 BB
RGB 120 145 187
HSL 218° 33.00% 60.20%
HSB/HSV 218° 35.83% 73.33%
CMYK 35.83% 22.46% 0.00%
26.67%

Color #7891BB in popluar number systems.

HEX 78 91 BB
Decimal 120 145 187
Binary 1111000 10010001 10111011
Octal 170 221 273

Shades and tints

Shades of #7891BB

#7891BB
(120,145,187)
#6E84AA
(110,132,170)
#647799
(100,119,153)
#5A6A88
(90,106,136)
#505D77
(80,93,119)
#465066
(70,80,102)
#3C4355
(60,67,85)
#323644
(50,54,68)
#282933
(40,41,51)
#1E1C22
(30,28,34)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #7891BB

#7891BB
(120,145,187)
#849BC1
(132,155,193)
#90A5C7
(144,165,199)
#9CAFCD
(156,175,205)
#A8B9D3
(168,185,211)
#B4C3D9
(180,195,217)
#C0CDDF
(192,205,223)
#CCD7E5
(204,215,229)
#D8E1EB
(216,225,235)
#E4EBF1
(228,235,241)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7891BB color. Also use rgb(120,145,187) instead hex code.

Text Font Color

.myTextColor { color: #7891BB; }

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

This text font color is #7891BB.

Background Color

.myBgColor { background-color: #7891BB; }

<div style="background-color:#7891BB">Inner text</div>

This div background color is #7891BB.

Border color

.myBorderColor { border: 1px solid #7891BB; }

<div style="border:3px solid #7891BB">Div</div>

This div border color is #7891BB.

Opacity

.myOpacity80 { color: #7891BB; opacity: 0.8; }

<p style="color:#7891BB;opacity:0.8;">80%</p>

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

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

This text has shadow with #7891BB color.


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

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

This text has shadow with #7891BB primary color and red secondary color.


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

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

This text has shadow with #7891BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7891BB.

Preview

Color preview on black background

This text has color #7891BB on black background.


Color preview on white background

This text has color #7891BB on white background.


Black color preview on #7891BB background

This text has black color on #7891BB background.


White color preview on #7891BB background

This text has white color on #7891BB background.


Related colors

Complementary color

Complementary color for #hex is #876E44.


I love getcolorcode.com

Triadic colors

1 #BB7891 and #91BB78 with #7891BB are triadic colors.

2 #BB9178 and #9178BB with #7891BB are triadic colors.