COLOR #7A83AF

HEX: #7A83AF
RGB: (122,131,175)

Color info

#7A83AF contains red, green and blue colors in about the same proportion. Web safe color of #7A83AF is #669999 (or #699).

RGB color model

#7A83AF color RGB value is (122,131,175).

  • red value is 122;
  • green value is 131;
  • blue value is 175.
RGB:
(122,131,175)
(48%,51%,69%)

RGB channels and saturation

R 122 of 255 = 48%
G 131 of 255 = 51%
B 175 of 255 = 69%

122
131
175

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

Portions of RGB colors in percentages

R + G + B =
122 + 131 + 175 = 428 (100%)
R 122 of 428 ~ 28.5%
G 131 of 428 ~ 30.61%
B 175 of 428 ~ 40.89%

%28.5
%30.61
%40.89

CMYK color model

#7A83AF color CMYK value is (30,25,0,31).

  • cyan value is 30.29%
  • magenta value is 25.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(30,25,0,31)
C30M25Y0K31 
(30%,25%,0%,31%)
(0.30/0.25/0.00/0.31)	

CMYK percentages

%30.29
%25.14
%0
%31.37

Codes

Color #7A83AF in popluar color models

7A83AF
RGB122131175
HSL230°24.88%58.24%
HSB/HSV230°30.29%68.63%
CMYK30.29%25.14%0.00%
31.37%

Color #7A83AF in popluar number systems.

HEX7A83AF
Decimal122131175
Binary11110101000001110101111
Octal172203257

Shades and tints

Shades of #7A83AF

#7A83AF
(122,131,175)
#6F78A0
(111,120,160)
#646D91
(100,109,145)
#596282
(89,98,130)
#4E5773
(78,87,115)
#434C64
(67,76,100)
#384155
(56,65,85)
#2D3646
(45,54,70)
#222B37
(34,43,55)
#172028
(23,32,40)
#0C1519
(12,21,25)
#000000
(0,0,0)

Tints of #7A83AF

#7A83AF
(122,131,175)
#868EB6
(134,142,182)
#9299BD
(146,153,189)
#9EA4C4
(158,164,196)
#AAAFCB
(170,175,203)
#B6BAD2
(182,186,210)
#C2C5D9
(194,197,217)
#CED0E0
(206,208,224)
#DADBE7
(218,219,231)
#E6E6EE
(230,230,238)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A83AF color. Also use rgb(122,131,175) instead hex code.

Text Font Color

.myTextColor { color: #7A83AF; }

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

This text font color is #7A83AF.


Background Color

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

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

This div background color is #7A83AF.


Border color

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

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

This div border color is #7A83AF.


Opacity

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

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

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

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

This text has shadow with #7A83AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A83AF on black background.


Color preview on white background

This text has color #7A83AF on white background.



Black color preview on #7A83AF background

This text has black color on #7A83AF background.


White color preview on #7A83AF background

This text has white color on #7A83AF background.