COLOR #7A7ABB

HEX: #7A7ABB
RGB: (122,122,187)

Color info

#7A7ABB contains mainly blue color. Web safe color of #7A7ABB is #6666CC (or #66C).

RGB color model

#7A7ABB color RGB value is (122,122,187).

  • red value is 122;
  • green value is 122;
  • blue value is 187.
RGB:
(122,122,187)
(48%,48%,73%)

RGB channels and saturation

R 122 of 255 = 48%
G 122 of 255 = 48%
B 187 of 255 = 73%

122
122
187

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

Portions of RGB colors in percentages

R + G + B =
122 + 122 + 187 = 431 (100%)
R 122 of 431 ~ 28.31%
G 122 of 431 ~ 28.31%
B 187 of 431 ~ 43.39%

%28.31
%28.31
%43.39

CMYK color model

#7A7ABB color CMYK value is (35,35,0,27).

  • cyan value is 34.76%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(35,35,0,27)
C35M35Y0K27 
(35%,35%,0%,27%)
(0.35/0.35/0.00/0.27)	

CMYK percentages

%34.76
%34.76
%0
%26.67

Codes

Color #7A7ABB in popluar color models

7A7ABB
RGB122122187
HSL240°32.34%60.59%
HSB/HSV240°34.76%73.33%
CMYK34.76%34.76%0.00%
26.67%

Color #7A7ABB in popluar number systems.

HEX7A7ABB
Decimal122122187
Binary1111010111101010111011
Octal172172273

Shades and tints

Shades of #7A7ABB

#7A7ABB
(122,122,187)
#6F6FAA
(111,111,170)
#646499
(100,100,153)
#595988
(89,89,136)
#4E4E77
(78,78,119)
#434366
(67,67,102)
#383855
(56,56,85)
#2D2D44
(45,45,68)
#222233
(34,34,51)
#171722
(23,23,34)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #7A7ABB

#7A7ABB
(122,122,187)
#8686C1
(134,134,193)
#9292C7
(146,146,199)
#9E9ECD
(158,158,205)
#AAAAD3
(170,170,211)
#B6B6D9
(182,182,217)
#C2C2DF
(194,194,223)
#CECEE5
(206,206,229)
#DADAEB
(218,218,235)
#E6E6F1
(230,230,241)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7ABB; }

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

This text font color is #7A7ABB.


Background Color

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

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

This div background color is #7A7ABB.


Border color

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

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

This div border color is #7A7ABB.


Opacity

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

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

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

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

This text has shadow with #7A7ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7ABB on black background.


Color preview on white background

This text has color #7A7ABB on white background.



Black color preview on #7A7ABB background

This text has black color on #7A7ABB background.


White color preview on #7A7ABB background

This text has white color on #7A7ABB background.