COLOR #7A8AB5

HEX: #7A8AB5
RGB: (122,138,181)

Color info

#7A8AB5 contains red, green and blue colors in about the same proportion. Web safe color of #7A8AB5 is #6699CC (or #69C).

RGB color model

#7A8AB5 color RGB value is (122,138,181).

  • red value is 122;
  • green value is 138;
  • blue value is 181.
RGB:
(122,138,181)
(48%,54%,71%)

RGB channels and saturation

R 122 of 255 = 48%
G 138 of 255 = 54%
B 181 of 255 = 71%

122
138
181

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

Portions of RGB colors in percentages

R + G + B =
122 + 138 + 181 = 441 (100%)
R 122 of 441 ~ 27.66%
G 138 of 441 ~ 31.29%
B 181 of 441 ~ 41.04%

%27.66
%31.29
%41.04

CMYK color model

#7A8AB5 color CMYK value is (33,24,0,29).

  • cyan value is 32.60%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(33,24,0,29)
C33M24Y0K29 
(33%,24%,0%,29%)
(0.33/0.24/0.00/0.29)	

CMYK percentages

%32.6
%23.76
%0
%29.02

Codes

Color #7A8AB5 in popluar color models

7A8AB5
RGB122138181
HSL224°28.50%59.41%
HSB/HSV224°32.60%70.98%
CMYK32.60%23.76%0.00%
29.02%

Color #7A8AB5 in popluar number systems.

HEX7A8AB5
Decimal122138181
Binary11110101000101010110101
Octal172212265

Shades and tints

Shades of #7A8AB5

#7A8AB5
(122,138,181)
#6F7EA5
(111,126,165)
#647295
(100,114,149)
#596685
(89,102,133)
#4E5A75
(78,90,117)
#434E65
(67,78,101)
#384255
(56,66,85)
#2D3645
(45,54,69)
#222A35
(34,42,53)
#171E25
(23,30,37)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #7A8AB5

#7A8AB5
(122,138,181)
#8694BB
(134,148,187)
#929EC1
(146,158,193)
#9EA8C7
(158,168,199)
#AAB2CD
(170,178,205)
#B6BCD3
(182,188,211)
#C2C6D9
(194,198,217)
#CED0DF
(206,208,223)
#DADAE5
(218,218,229)
#E6E4EB
(230,228,235)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8AB5 color. Also use rgb(122,138,181) instead hex code.

Text Font Color

.myTextColor { color: #7A8AB5; }

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

This text font color is #7A8AB5.


Background Color

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

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

This div background color is #7A8AB5.


Border color

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

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

This div border color is #7A8AB5.


Opacity

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

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

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

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

This text has shadow with #7A8AB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8AB5 on black background.


Color preview on white background

This text has color #7A8AB5 on white background.



Black color preview on #7A8AB5 background

This text has black color on #7A8AB5 background.


White color preview on #7A8AB5 background

This text has white color on #7A8AB5 background.