COLOR #7B80BA

HEX: #7B80BA RGB: (123,128,186)

Color info

#7B80BA contains mainly green and blue colors. Web safe color of #7B80BA is #6666CC (or #66C).

RGB color model

#7B80BA color RGB value is (123,128,186).

RGB: (123,128,186) (48%, 50%, 73%)

RGB channels and saturation

R 123 of 255 = 48%
G 128 of 255 = 50%
B 186 of 255 = 73%

123
128
186

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

Portions of RGB colors in percentages

R + G + B = 123 + 128 + 186 = 437 (100%)
R 123 of 437 ~ 28.15%
G 128 of 437 ~ 29.29%
B 186 of 437 ~ 42.56'%

%28.15
%29.29
%42.56

CMYK color model

#7B80BA color CMYK value is (34,31,0,27).

  • cyan value is 33.87%
  • magenta value is 31.18%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (34,31,0,27)
C34M31Y0K27 (34%, 31%, 0%, 27%)
(0.34 / 0.31 / 0.00 / 0.27)

CMYK percentages

%33.87
%31.18
%0
%27.06

Codes

Color #7B80BA in popluar color models

7B 80 BA
RGB 123 128 186
HSL 235° 31.34% 60.59%
HSB/HSV 235° 33.87% 72.94%
CMYK 33.87% 31.18% 0.00%
27.06%

Color #7B80BA in popluar number systems.

HEX 7B 80 BA
Decimal 123 128 186
Binary 1111011 10000000 10111010
Octal 173 200 272

Shades and tints

Shades of #7B80BA

#7B80BA
(123,128,186)
#7075AA
(112,117,170)
#656A9A
(101,106,154)
#5A5F8A
(90,95,138)
#4F547A
(79,84,122)
#44496A
(68,73,106)
#393E5A
(57,62,90)
#2E334A
(46,51,74)
#23283A
(35,40,58)
#181D2A
(24,29,42)
#0D121A
(13,18,26)
#000000
(0,0,0)

Tints of #7B80BA

#7B80BA
(123,128,186)
#878BC0
(135,139,192)
#9396C6
(147,150,198)
#9FA1CC
(159,161,204)
#ABACD2
(171,172,210)
#B7B7D8
(183,183,216)
#C3C2DE
(195,194,222)
#CFCDE4
(207,205,228)
#DBD8EA
(219,216,234)
#E7E3F0
(231,227,240)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B80BA color. Also use rgb(123,128,186) instead hex code.

Text Font Color

.myTextColor { color: #7B80BA; }

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

This text font color is #7B80BA.

Background Color

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

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

This div background color is #7B80BA.

Border color

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

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

This div border color is #7B80BA.

Opacity

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

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

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

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

This text has shadow with #7B80BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B80BA.

Preview

Color preview on black background

This text has color #7B80BA on black background.


Color preview on white background

This text has color #7B80BA on white background.


Black color preview on #7B80BA background

This text has black color on #7B80BA background.


White color preview on #7B80BA background

This text has white color on #7B80BA background.


Related colors

Complementary color

Complementary color for #hex is #847F45.


I love getcolorcode.com

Triadic colors

1 #BA7B80 and #80BA7B with #7B80BA are triadic colors.

2 #BA807B and #807BBA with #7B80BA are triadic colors.