COLOR #7A91BB

HEX: #7A91BB
RGB: (122,145,187)

Color info

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

RGB color model

#7A91BB color RGB value is (122,145,187).

  • red value is 122;
  • green value is 145;
  • blue value is 187.
RGB:
(122,145,187)
(48%,57%,73%)

RGB channels and saturation

R 122 of 255 = 48%
G 145 of 255 = 57%
B 187 of 255 = 73%

122
145
187

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

Portions of RGB colors in percentages

R + G + B =
122 + 145 + 187 = 454 (100%)
R 122 of 454 ~ 26.87%
G 145 of 454 ~ 31.94%
B 187 of 454 ~ 41.19%

%26.87
%31.94
%41.19

CMYK color model

#7A91BB color CMYK value is (35,22,0,27).

  • cyan value is 34.76%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(35,22,0,27)
C35M22Y0K27 
(35%,22%,0%,27%)
(0.35/0.22/0.00/0.27)	

CMYK percentages

%34.76
%22.46
%0
%26.67

Codes

Color #7A91BB in popluar color models

7A91BB
RGB122145187
HSL219°32.34%60.59%
HSB/HSV219°34.76%73.33%
CMYK34.76%22.46%0.00%
26.67%

Color #7A91BB in popluar number systems.

HEX7A91BB
Decimal122145187
Binary11110101001000110111011
Octal172221273

Shades and tints

Shades of #7A91BB

#7A91BB
(122,145,187)
#6F84AA
(111,132,170)
#647799
(100,119,153)
#596A88
(89,106,136)
#4E5D77
(78,93,119)
#435066
(67,80,102)
#384355
(56,67,85)
#2D3644
(45,54,68)
#222933
(34,41,51)
#171C22
(23,28,34)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #7A91BB

#7A91BB
(122,145,187)
#869BC1
(134,155,193)
#92A5C7
(146,165,199)
#9EAFCD
(158,175,205)
#AAB9D3
(170,185,211)
#B6C3D9
(182,195,217)
#C2CDDF
(194,205,223)
#CED7E5
(206,215,229)
#DAE1EB
(218,225,235)
#E6EBF1
(230,235,241)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A91BB color. Also use rgb(122,145,187) instead hex code.

Text Font Color

.myTextColor { color: #7A91BB; }

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

This text font color is #7A91BB.


Background Color

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

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

This div background color is #7A91BB.


Border color

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

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

This div border color is #7A91BB.


Opacity

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

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

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

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

This text has shadow with #7A91BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A91BB on black background.


Color preview on white background

This text has color #7A91BB on white background.



Black color preview on #7A91BB background

This text has black color on #7A91BB background.


White color preview on #7A91BB background

This text has white color on #7A91BB background.