COLOR #7A84B8

HEX: #7A84B8 RGB: (122,132,184)

Color info

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

RGB color model

#7A84B8 color RGB value is (122,132,184).

RGB: (122,132,184) (48%, 52%, 72%)

RGB channels and saturation

R 122 of 255 = 48%
G 132 of 255 = 52%
B 184 of 255 = 72%

122
132
184

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

Portions of RGB colors in percentages

R + G + B = 122 + 132 + 184 = 438 (100%)
R 122 of 438 ~ 27.85%
G 132 of 438 ~ 30.14%
B 184 of 438 ~ 42.01'%

%27.85
%30.14
%42.01

CMYK color model

#7A84B8 color CMYK value is (34,28,0,28).

  • cyan value is 33.70%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (34,28,0,28)
C34M28Y0K28 (34%, 28%, 0%, 28%)
(0.34 / 0.28 / 0.00 / 0.28)

CMYK percentages

%33.7
%28.26
%0
%27.84

Codes

Color #7A84B8 in popluar color models

7A 84 B8
RGB 122 132 184
HSL 230° 30.39% 60.00%
HSB/HSV 230° 33.70% 72.16%
CMYK 33.70% 28.26% 0.00%
27.84%

Color #7A84B8 in popluar number systems.

HEX 7A 84 B8
Decimal 122 132 184
Binary 1111010 10000100 10111000
Octal 172 204 270

Shades and tints

Shades of #7A84B8

#7A84B8
(122,132,184)
#6F78A8
(111,120,168)
#646C98
(100,108,152)
#596088
(89,96,136)
#4E5478
(78,84,120)
#434868
(67,72,104)
#383C58
(56,60,88)
#2D3048
(45,48,72)
#222438
(34,36,56)
#171828
(23,24,40)
#0C0C18
(12,12,24)
#000000
(0,0,0)

Tints of #7A84B8

#7A84B8
(122,132,184)
#868FBE
(134,143,190)
#929AC4
(146,154,196)
#9EA5CA
(158,165,202)
#AAB0D0
(170,176,208)
#B6BBD6
(182,187,214)
#C2C6DC
(194,198,220)
#CED1E2
(206,209,226)
#DADCE8
(218,220,232)
#E6E7EE
(230,231,238)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A84B8 color. Also use rgb(122,132,184) instead hex code.

Text Font Color

.myTextColor { color: #7A84B8; }

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

This text font color is #7A84B8.

Background Color

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

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

This div background color is #7A84B8.

Border color

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

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

This div border color is #7A84B8.

Opacity

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

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

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

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

This text has shadow with #7A84B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A84B8.

Preview

Color preview on black background

This text has color #7A84B8 on black background.


Color preview on white background

This text has color #7A84B8 on white background.


Black color preview on #7A84B8 background

This text has black color on #7A84B8 background.


White color preview on #7A84B8 background

This text has white color on #7A84B8 background.


Related colors

Complementary color

Complementary color for #hex is #857B47.


I love getcolorcode.com

Triadic colors

1 #B87A84 and #84B87A with #7A84B8 are triadic colors.

2 #B8847A and #847AB8 with #7A84B8 are triadic colors.