COLOR #7A8FBD

HEX: #7A8FBD RGB: (122,143,189)

Color info

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

RGB color model

#7A8FBD color RGB value is (122,143,189).

RGB: (122,143,189) (48%, 56%, 74%)

RGB channels and saturation

R 122 of 255 = 48%
G 143 of 255 = 56%
B 189 of 255 = 74%

122
143
189

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

Portions of RGB colors in percentages

R + G + B = 122 + 143 + 189 = 454 (100%)
R 122 of 454 ~ 26.87%
G 143 of 454 ~ 31.5%
B 189 of 454 ~ 41.63'%

%26.87
%31.5
%41.63

CMYK color model

#7A8FBD color CMYK value is (35,24,0,26).

  • cyan value is 35.45%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (35,24,0,26)
C35M24Y0K26 (35%, 24%, 0%, 26%)
(0.35 / 0.24 / 0.00 / 0.26)

CMYK percentages

%35.45
%24.34
%0
%25.88

Codes

Color #7A8FBD in popluar color models

7A 8F BD
RGB 122 143 189
HSL 221° 33.67% 60.98%
HSB/HSV 221° 35.45% 74.12%
CMYK 35.45% 24.34% 0.00%
25.88%

Color #7A8FBD in popluar number systems.

HEX 7A 8F BD
Decimal 122 143 189
Binary 1111010 10001111 10111101
Octal 172 217 275

Shades and tints

Shades of #7A8FBD

#7A8FBD
(122,143,189)
#6F82AC
(111,130,172)
#64759B
(100,117,155)
#59688A
(89,104,138)
#4E5B79
(78,91,121)
#434E68
(67,78,104)
#384157
(56,65,87)
#2D3446
(45,52,70)
#222735
(34,39,53)
#171A24
(23,26,36)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #7A8FBD

#7A8FBD
(122,143,189)
#8699C3
(134,153,195)
#92A3C9
(146,163,201)
#9EADCF
(158,173,207)
#AAB7D5
(170,183,213)
#B6C1DB
(182,193,219)
#C2CBE1
(194,203,225)
#CED5E7
(206,213,231)
#DADFED
(218,223,237)
#E6E9F3
(230,233,243)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8FBD color. Also use rgb(122,143,189) instead hex code.

Text Font Color

.myTextColor { color: #7A8FBD; }

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

This text font color is #7A8FBD.

Background Color

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

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

This div background color is #7A8FBD.

Border color

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

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

This div border color is #7A8FBD.

Opacity

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

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

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

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

This text has shadow with #7A8FBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A8FBD.

Preview

Color preview on black background

This text has color #7A8FBD on black background.


Color preview on white background

This text has color #7A8FBD on white background.


Black color preview on #7A8FBD background

This text has black color on #7A8FBD background.


White color preview on #7A8FBD background

This text has white color on #7A8FBD background.


Related colors

Complementary color

Complementary color for #hex is #857042.


I love getcolorcode.com

Triadic colors

1 #BD7A8F and #8FBD7A with #7A8FBD are triadic colors.

2 #BD8F7A and #8F7ABD with #7A8FBD are triadic colors.