COLOR #7B81B8

HEX: #7B81B8 RGB: (123,129,184)

Color info

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

RGB color model

#7B81B8 color RGB value is (123,129,184).

RGB: (123,129,184) (48%, 51%, 72%)

RGB channels and saturation

R 123 of 255 = 48%
G 129 of 255 = 51%
B 184 of 255 = 72%

123
129
184

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

Portions of RGB colors in percentages

R + G + B = 123 + 129 + 184 = 436 (100%)
R 123 of 436 ~ 28.21%
G 129 of 436 ~ 29.59%
B 184 of 436 ~ 42.2'%

%28.21
%29.59
%42.2

CMYK color model

#7B81B8 color CMYK value is (33,30,0,28).

  • cyan value is 33.15%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (33,30,0,28)
C33M30Y0K28 (33%, 30%, 0%, 28%)
(0.33 / 0.30 / 0.00 / 0.28)

CMYK percentages

%33.15
%29.89
%0
%27.84

Codes

Color #7B81B8 in popluar color models

7B 81 B8
RGB 123 129 184
HSL 234° 30.05% 60.20%
HSB/HSV 234° 33.15% 72.16%
CMYK 33.15% 29.89% 0.00%
27.84%

Color #7B81B8 in popluar number systems.

HEX 7B 81 B8
Decimal 123 129 184
Binary 1111011 10000001 10111000
Octal 173 201 270

Shades and tints

Shades of #7B81B8

#7B81B8
(123,129,184)
#7076A8
(112,118,168)
#656B98
(101,107,152)
#5A6088
(90,96,136)
#4F5578
(79,85,120)
#444A68
(68,74,104)
#393F58
(57,63,88)
#2E3448
(46,52,72)
#232938
(35,41,56)
#181E28
(24,30,40)
#0D1318
(13,19,24)
#000000
(0,0,0)

Tints of #7B81B8

#7B81B8
(123,129,184)
#878CBE
(135,140,190)
#9397C4
(147,151,196)
#9FA2CA
(159,162,202)
#ABADD0
(171,173,208)
#B7B8D6
(183,184,214)
#C3C3DC
(195,195,220)
#CFCEE2
(207,206,226)
#DBD9E8
(219,217,232)
#E7E4EE
(231,228,238)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B81B8 color. Also use rgb(123,129,184) instead hex code.

Text Font Color

.myTextColor { color: #7B81B8; }

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

This text font color is #7B81B8.

Background Color

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

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

This div background color is #7B81B8.

Border color

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

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

This div border color is #7B81B8.

Opacity

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

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

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

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

This text has shadow with #7B81B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B81B8.

Preview

Color preview on black background

This text has color #7B81B8 on black background.


Color preview on white background

This text has color #7B81B8 on white background.


Black color preview on #7B81B8 background

This text has black color on #7B81B8 background.


White color preview on #7B81B8 background

This text has white color on #7B81B8 background.


Related colors

Complementary color

Complementary color for #hex is #847E47.


I love getcolorcode.com

Triadic colors

1 #B87B81 and #81B87B with #7B81B8 are triadic colors.

2 #B8817B and #817BB8 with #7B81B8 are triadic colors.