COLOR #7A84B5

HEX: #7A84B5
RGB: (122,132,181)

Color info

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

RGB color model

#7A84B5 color RGB value is (122,132,181).

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

RGB channels and saturation

R 122 of 255 = 48%
G 132 of 255 = 52%
B 181 of 255 = 71%

122
132
181

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

Portions of RGB colors in percentages

R + G + B =
122 + 132 + 181 = 435 (100%)
R 122 of 435 ~ 28.05%
G 132 of 435 ~ 30.34%
B 181 of 435 ~ 41.61%

%28.05
%30.34
%41.61

CMYK color model

#7A84B5 color CMYK value is (33,27,0,29).

  • cyan value is 32.60%
  • magenta value is 27.07%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(33,27,0,29)
C33M27Y0K29 
(33%,27%,0%,29%)
(0.33/0.27/0.00/0.29)	

CMYK percentages

%32.6
%27.07
%0
%29.02

Codes

Color #7A84B5 in popluar color models

7A84B5
RGB122132181
HSL230°28.50%59.41%
HSB/HSV230°32.60%70.98%
CMYK32.60%27.07%0.00%
29.02%

Color #7A84B5 in popluar number systems.

HEX7A84B5
Decimal122132181
Binary11110101000010010110101
Octal172204265

Shades and tints

Shades of #7A84B5

#7A84B5
(122,132,181)
#6F78A5
(111,120,165)
#646C95
(100,108,149)
#596085
(89,96,133)
#4E5475
(78,84,117)
#434865
(67,72,101)
#383C55
(56,60,85)
#2D3045
(45,48,69)
#222435
(34,36,53)
#171825
(23,24,37)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #7A84B5

#7A84B5
(122,132,181)
#868FBB
(134,143,187)
#929AC1
(146,154,193)
#9EA5C7
(158,165,199)
#AAB0CD
(170,176,205)
#B6BBD3
(182,187,211)
#C2C6D9
(194,198,217)
#CED1DF
(206,209,223)
#DADCE5
(218,220,229)
#E6E7EB
(230,231,235)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A84B5; }

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

This text font color is #7A84B5.


Background Color

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

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

This div background color is #7A84B5.


Border color

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

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

This div border color is #7A84B5.


Opacity

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

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

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

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

This text has shadow with #7A84B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A84B5 on black background.


Color preview on white background

This text has color #7A84B5 on white background.



Black color preview on #7A84B5 background

This text has black color on #7A84B5 background.


White color preview on #7A84B5 background

This text has white color on #7A84B5 background.