COLOR #7A8EB1

HEX: #7A8EB1
RGB: (122,142,177)

Color info

#7A8EB1 contains red, green and blue colors in about the same proportion. Web safe color of #7A8EB1 is #669999 (or #699).

RGB color model

#7A8EB1 color RGB value is (122,142,177).

  • red value is 122;
  • green value is 142;
  • blue value is 177.
RGB:
(122,142,177)
(48%,56%,69%)

RGB channels and saturation

R 122 of 255 = 48%
G 142 of 255 = 56%
B 177 of 255 = 69%

122
142
177

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

Portions of RGB colors in percentages

R + G + B =
122 + 142 + 177 = 441 (100%)
R 122 of 441 ~ 27.66%
G 142 of 441 ~ 32.2%
B 177 of 441 ~ 40.14%

%27.66
%32.2
%40.14

CMYK color model

#7A8EB1 color CMYK value is (31,20,0,31).

  • cyan value is 31.07%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(31,20,0,31)
C31M20Y0K31 
(31%,20%,0%,31%)
(0.31/0.20/0.00/0.31)	

CMYK percentages

%31.07
%19.77
%0
%30.59

Codes

Color #7A8EB1 in popluar color models

7A8EB1
RGB122142177
HSL218°26.07%58.63%
HSB/HSV218°31.07%69.41%
CMYK31.07%19.77%0.00%
30.59%

Color #7A8EB1 in popluar number systems.

HEX7A8EB1
Decimal122142177
Binary11110101000111010110001
Octal172216261

Shades and tints

Shades of #7A8EB1

#7A8EB1
(122,142,177)
#6F82A1
(111,130,161)
#647691
(100,118,145)
#596A81
(89,106,129)
#4E5E71
(78,94,113)
#435261
(67,82,97)
#384651
(56,70,81)
#2D3A41
(45,58,65)
#222E31
(34,46,49)
#172221
(23,34,33)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #7A8EB1

#7A8EB1
(122,142,177)
#8698B8
(134,152,184)
#92A2BF
(146,162,191)
#9EACC6
(158,172,198)
#AAB6CD
(170,182,205)
#B6C0D4
(182,192,212)
#C2CADB
(194,202,219)
#CED4E2
(206,212,226)
#DADEE9
(218,222,233)
#E6E8F0
(230,232,240)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8EB1 color. Also use rgb(122,142,177) instead hex code.

Text Font Color

.myTextColor { color: #7A8EB1; }

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

This text font color is #7A8EB1.


Background Color

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

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

This div background color is #7A8EB1.


Border color

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

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

This div border color is #7A8EB1.


Opacity

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

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

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

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

This text has shadow with #7A8EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8EB1 on black background.


Color preview on white background

This text has color #7A8EB1 on white background.



Black color preview on #7A8EB1 background

This text has black color on #7A8EB1 background.


White color preview on #7A8EB1 background

This text has white color on #7A8EB1 background.