COLOR #7A8CB7

HEX: #7A8CB7 RGB: (122,140,183)

Color info

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

RGB color model

#7A8CB7 color RGB value is (122,140,183).

RGB: (122,140,183) (48%, 55%, 72%)

RGB channels and saturation

R 122 of 255 = 48%
G 140 of 255 = 55%
B 183 of 255 = 72%

122
140
183

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

Portions of RGB colors in percentages

R + G + B = 122 + 140 + 183 = 445 (100%)
R 122 of 445 ~ 27.42%
G 140 of 445 ~ 31.46%
B 183 of 445 ~ 41.12'%

%27.42
%31.46
%41.12

CMYK color model

#7A8CB7 color CMYK value is (33,23,0,28).

  • cyan value is 33.33%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (33,23,0,28)
C33M23Y0K28 (33%, 23%, 0%, 28%)
(0.33 / 0.23 / 0.00 / 0.28)

CMYK percentages

%33.33
%23.5
%0
%28.24

Codes

Color #7A8CB7 in popluar color models

7A 8C B7
RGB 122 140 183
HSL 222° 29.76% 59.80%
HSB/HSV 222° 33.33% 71.76%
CMYK 33.33% 23.50% 0.00%
28.24%

Color #7A8CB7 in popluar number systems.

HEX 7A 8C B7
Decimal 122 140 183
Binary 1111010 10001100 10110111
Octal 172 214 267

Shades and tints

Shades of #7A8CB7

#7A8CB7
(122,140,183)
#6F80A7
(111,128,167)
#647497
(100,116,151)
#596887
(89,104,135)
#4E5C77
(78,92,119)
#435067
(67,80,103)
#384457
(56,68,87)
#2D3847
(45,56,71)
#222C37
(34,44,55)
#172027
(23,32,39)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #7A8CB7

#7A8CB7
(122,140,183)
#8696BD
(134,150,189)
#92A0C3
(146,160,195)
#9EAAC9
(158,170,201)
#AAB4CF
(170,180,207)
#B6BED5
(182,190,213)
#C2C8DB
(194,200,219)
#CED2E1
(206,210,225)
#DADCE7
(218,220,231)
#E6E6ED
(230,230,237)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8CB7 color. Also use rgb(122,140,183) instead hex code.

Text Font Color

.myTextColor { color: #7A8CB7; }

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

This text font color is #7A8CB7.

Background Color

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

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

This div background color is #7A8CB7.

Border color

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

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

This div border color is #7A8CB7.

Opacity

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

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

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

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

This text has shadow with #7A8CB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8CB7.

Preview

Color preview on black background

This text has color #7A8CB7 on black background.


Color preview on white background

This text has color #7A8CB7 on white background.


Black color preview on #7A8CB7 background

This text has black color on #7A8CB7 background.


White color preview on #7A8CB7 background

This text has white color on #7A8CB7 background.


Related colors

Complementary color

Complementary color for #hex is #857348.


I love getcolorcode.com

Triadic colors

1 #B77A8C and #8CB77A with #7A8CB7 are triadic colors.

2 #B78C7A and #8C7AB7 with #7A8CB7 are triadic colors.