COLOR #7A7ABF

HEX: #7A7ABF
RGB: (122,122,191)

Color info

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

RGB color model

#7A7ABF color RGB value is (122,122,191).

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

RGB channels and saturation

R 122 of 255 = 48%
G 122 of 255 = 48%
B 191 of 255 = 75%

122
122
191

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

Portions of RGB colors in percentages

R + G + B =
122 + 122 + 191 = 435 (100%)
R 122 of 435 ~ 28.05%
G 122 of 435 ~ 28.05%
B 191 of 435 ~ 43.91%

%28.05
%28.05
%43.91

CMYK color model

#7A7ABF color CMYK value is (36,36,0,25).

  • cyan value is 36.13%
  • magenta value is 36.13%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(36,36,0,25)
C36M36Y0K25 
(36%,36%,0%,25%)
(0.36/0.36/0.00/0.25)	

CMYK percentages

%36.13
%36.13
%0
%25.1

Codes

Color #7A7ABF in popluar color models

7A7ABF
RGB122122191
HSL240°35.03%61.37%
HSB/HSV240°36.13%74.90%
CMYK36.13%36.13%0.00%
25.10%

Color #7A7ABF in popluar number systems.

HEX7A7ABF
Decimal122122191
Binary1111010111101010111111
Octal172172277

Shades and tints

Shades of #7A7ABF

#7A7ABF
(122,122,191)
#6F6FAE
(111,111,174)
#64649D
(100,100,157)
#59598C
(89,89,140)
#4E4E7B
(78,78,123)
#43436A
(67,67,106)
#383859
(56,56,89)
#2D2D48
(45,45,72)
#222237
(34,34,55)
#171726
(23,23,38)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #7A7ABF

#7A7ABF
(122,122,191)
#8686C4
(134,134,196)
#9292C9
(146,146,201)
#9E9ECE
(158,158,206)
#AAAAD3
(170,170,211)
#B6B6D8
(182,182,216)
#C2C2DD
(194,194,221)
#CECEE2
(206,206,226)
#DADAE7
(218,218,231)
#E6E6EC
(230,230,236)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7ABF; }

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

This text font color is #7A7ABF.


Background Color

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

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

This div background color is #7A7ABF.


Border color

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

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

This div border color is #7A7ABF.


Opacity

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

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

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

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

This text has shadow with #7A7ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7ABF on black background.


Color preview on white background

This text has color #7A7ABF on white background.



Black color preview on #7A7ABF background

This text has black color on #7A7ABF background.


White color preview on #7A7ABF background

This text has white color on #7A7ABF background.