COLOR #7A7BAF

HEX: #7A7BAF
RGB: (122,123,175)

Color info

#7A7BAF contains red, green and blue colors in about the same proportion. Web safe color of #7A7BAF is #666699 (or #669).

RGB color model

#7A7BAF color RGB value is (122,123,175).

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

RGB channels and saturation

R 122 of 255 = 48%
G 123 of 255 = 48%
B 175 of 255 = 69%

122
123
175

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

Portions of RGB colors in percentages

R + G + B =
122 + 123 + 175 = 420 (100%)
R 122 of 420 ~ 29.05%
G 123 of 420 ~ 29.29%
B 175 of 420 ~ 41.67%

%29.05
%29.29
%41.67

CMYK color model

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

  • cyan value is 30.29%
  • magenta value is 29.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(30,30,0,31)
C30M30Y0K31 
(30%,30%,0%,31%)
(0.30/0.30/0.00/0.31)	

CMYK percentages

%30.29
%29.71
%0
%31.37

Codes

Color #7A7BAF in popluar color models

7A7BAF
RGB122123175
HSL239°24.88%58.24%
HSB/HSV239°30.29%68.63%
CMYK30.29%29.71%0.00%
31.37%

Color #7A7BAF in popluar number systems.

HEX7A7BAF
Decimal122123175
Binary1111010111101110101111
Octal172173257

Shades and tints

Shades of #7A7BAF

#7A7BAF
(122,123,175)
#6F70A0
(111,112,160)
#646591
(100,101,145)
#595A82
(89,90,130)
#4E4F73
(78,79,115)
#434464
(67,68,100)
#383955
(56,57,85)
#2D2E46
(45,46,70)
#222337
(34,35,55)
#171828
(23,24,40)
#0C0D19
(12,13,25)
#000000
(0,0,0)

Tints of #7A7BAF

#7A7BAF
(122,123,175)
#8687B6
(134,135,182)
#9293BD
(146,147,189)
#9E9FC4
(158,159,196)
#AAABCB
(170,171,203)
#B6B7D2
(182,183,210)
#C2C3D9
(194,195,217)
#CECFE0
(206,207,224)
#DADBE7
(218,219,231)
#E6E7EE
(230,231,238)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7BAF; }

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

This text font color is #7A7BAF.


Background Color

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

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

This div background color is #7A7BAF.


Border color

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

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

This div border color is #7A7BAF.


Opacity

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

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

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

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

This text has shadow with #7A7BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7BAF on black background.


Color preview on white background

This text has color #7A7BAF on white background.



Black color preview on #7A7BAF background

This text has black color on #7A7BAF background.


White color preview on #7A7BAF background

This text has white color on #7A7BAF background.