COLOR #7A7BB2

HEX: #7A7BB2
RGB: (122,123,178)

Color info

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

RGB color model

#7A7BB2 color RGB value is (122,123,178).

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

RGB channels and saturation

R 122 of 255 = 48%
G 123 of 255 = 48%
B 178 of 255 = 70%

122
123
178

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

Portions of RGB colors in percentages

R + G + B =
122 + 123 + 178 = 423 (100%)
R 122 of 423 ~ 28.84%
G 123 of 423 ~ 29.08%
B 178 of 423 ~ 42.08%

%28.84
%29.08
%42.08

CMYK color model

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

  • cyan value is 31.46%
  • magenta value is 30.90%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(31,31,0,30)
C31M31Y0K30 
(31%,31%,0%,30%)
(0.31/0.31/0.00/0.30)	

CMYK percentages

%31.46
%30.9
%0
%30.2

Codes

Color #7A7BB2 in popluar color models

7A7BB2
RGB122123178
HSL239°26.67%58.82%
HSB/HSV239°31.46%69.80%
CMYK31.46%30.90%0.00%
30.20%

Color #7A7BB2 in popluar number systems.

HEX7A7BB2
Decimal122123178
Binary1111010111101110110010
Octal172173262

Shades and tints

Shades of #7A7BB2

#7A7BB2
(122,123,178)
#6F70A2
(111,112,162)
#646592
(100,101,146)
#595A82
(89,90,130)
#4E4F72
(78,79,114)
#434462
(67,68,98)
#383952
(56,57,82)
#2D2E42
(45,46,66)
#222332
(34,35,50)
#171822
(23,24,34)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #7A7BB2

#7A7BB2
(122,123,178)
#8687B9
(134,135,185)
#9293C0
(146,147,192)
#9E9FC7
(158,159,199)
#AAABCE
(170,171,206)
#B6B7D5
(182,183,213)
#C2C3DC
(194,195,220)
#CECFE3
(206,207,227)
#DADBEA
(218,219,234)
#E6E7F1
(230,231,241)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7BB2; }

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

This text font color is #7A7BB2.


Background Color

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

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

This div background color is #7A7BB2.


Border color

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

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

This div border color is #7A7BB2.


Opacity

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

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

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

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

This text has shadow with #7A7BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7BB2 on black background.


Color preview on white background

This text has color #7A7BB2 on white background.



Black color preview on #7A7BB2 background

This text has black color on #7A7BB2 background.


White color preview on #7A7BB2 background

This text has white color on #7A7BB2 background.