COLOR #7A80BA

HEX: #7A80BA
RGB: (122,128,186)

Color info

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

RGB color model

#7A80BA color RGB value is (122,128,186).

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

RGB channels and saturation

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

122
128
186

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

Portions of RGB colors in percentages

R + G + B =
122 + 128 + 186 = 436 (100%)
R 122 of 436 ~ 27.98%
G 128 of 436 ~ 29.36%
B 186 of 436 ~ 42.66%

%27.98
%29.36
%42.66

CMYK color model

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

  • cyan value is 34.41%
  • 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

%34.41
%31.18
%0
%27.06

Codes

Color #7A80BA in popluar color models

7A80BA
RGB122128186
HSL234°31.68%60.39%
HSB/HSV234°34.41%72.94%
CMYK34.41%31.18%0.00%
27.06%

Color #7A80BA in popluar number systems.

HEX7A80BA
Decimal122128186
Binary11110101000000010111010
Octal172200272

Shades and tints

Shades of #7A80BA

#7A80BA
(122,128,186)
#6F75AA
(111,117,170)
#646A9A
(100,106,154)
#595F8A
(89,95,138)
#4E547A
(78,84,122)
#43496A
(67,73,106)
#383E5A
(56,62,90)
#2D334A
(45,51,74)
#22283A
(34,40,58)
#171D2A
(23,29,42)
#0C121A
(12,18,26)
#000000
(0,0,0)

Tints of #7A80BA

#7A80BA
(122,128,186)
#868BC0
(134,139,192)
#9296C6
(146,150,198)
#9EA1CC
(158,161,204)
#AAACD2
(170,172,210)
#B6B7D8
(182,183,216)
#C2C2DE
(194,194,222)
#CECDE4
(206,205,228)
#DAD8EA
(218,216,234)
#E6E3F0
(230,227,240)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A80BA; }

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

This text font color is #7A80BA.


Background Color

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

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

This div background color is #7A80BA.


Border color

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

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

This div border color is #7A80BA.


Opacity

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

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

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

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

This text has shadow with #7A80BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A80BA on black background.


Color preview on white background

This text has color #7A80BA on white background.



Black color preview on #7A80BA background

This text has black color on #7A80BA background.


White color preview on #7A80BA background

This text has white color on #7A80BA background.