COLOR #7B80B9

HEX: #7B80B9
RGB: (123,128,185)

Color info

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

RGB color model

#7B80B9 color RGB value is (123,128,185).

  • red value is 123;
  • green value is 128;
  • blue value is 185.
RGB:
(123,128,185)
(48%,50%,73%)

RGB channels and saturation

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

123
128
185

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

Portions of RGB colors in percentages

R + G + B =
123 + 128 + 185 = 436 (100%)
R 123 of 436 ~ 28.21%
G 128 of 436 ~ 29.36%
B 185 of 436 ~ 42.43%

%28.21
%29.36
%42.43

CMYK color model

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

  • cyan value is 33.51%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(34,31,0,27)
C34M31Y0K27 
(34%,31%,0%,27%)
(0.34/0.31/0.00/0.27)	

CMYK percentages

%33.51
%30.81
%0
%27.45

Codes

Color #7B80B9 in popluar color models

7B80B9
RGB123128185
HSL235°30.69%60.39%
HSB/HSV235°33.51%72.55%
CMYK33.51%30.81%0.00%
27.45%

Color #7B80B9 in popluar number systems.

HEX7B80B9
Decimal123128185
Binary11110111000000010111001
Octal173200271

Shades and tints

Shades of #7B80B9

#7B80B9
(123,128,185)
#7075A9
(112,117,169)
#656A99
(101,106,153)
#5A5F89
(90,95,137)
#4F5479
(79,84,121)
#444969
(68,73,105)
#393E59
(57,62,89)
#2E3349
(46,51,73)
#232839
(35,40,57)
#181D29
(24,29,41)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #7B80B9

#7B80B9
(123,128,185)
#878BBF
(135,139,191)
#9396C5
(147,150,197)
#9FA1CB
(159,161,203)
#ABACD1
(171,172,209)
#B7B7D7
(183,183,215)
#C3C2DD
(195,194,221)
#CFCDE3
(207,205,227)
#DBD8E9
(219,216,233)
#E7E3EF
(231,227,239)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B80B9; }

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

This text font color is #7B80B9.


Background Color

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

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

This div background color is #7B80B9.


Border color

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

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

This div border color is #7B80B9.


Opacity

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

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

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

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

This text has shadow with #7B80B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B80B9 on black background.


Color preview on white background

This text has color #7B80B9 on white background.



Black color preview on #7B80B9 background

This text has black color on #7B80B9 background.


White color preview on #7B80B9 background

This text has white color on #7B80B9 background.