COLOR #7A96C4

HEX: #7A96C4
RGB: (122,150,196)

Color info

#7A96C4 contains mainly green and blue colors. Web safe color of #7A96C4 is #6699CC (or #69C).

RGB color model

#7A96C4 color RGB value is (122,150,196).

  • red value is 122;
  • green value is 150;
  • blue value is 196.
RGB:
(122,150,196)
(48%,59%,77%)

RGB channels and saturation

R 122 of 255 = 48%
G 150 of 255 = 59%
B 196 of 255 = 77%

122
150
196

R + G + B ~ 61%. #7A96C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 150 + 196 = 468 (100%)
R 122 of 468 ~ 26.07%
G 150 of 468 ~ 32.05%
B 196 of 468 ~ 41.88%

%26.07
%32.05
%41.88

CMYK color model

#7A96C4 color CMYK value is (38,23,0,23).

  • cyan value is 37.76%
  • magenta value is 23.47%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(38,23,0,23)
C38M23Y0K23 
(38%,23%,0%,23%)
(0.38/0.23/0.00/0.23)	

CMYK percentages

%37.76
%23.47
%0
%23.14

Codes

Color #7A96C4 in popluar color models

7A96C4
RGB122150196
HSL217°38.54%62.35%
HSB/HSV217°37.76%76.86%
CMYK37.76%23.47%0.00%
23.14%

Color #7A96C4 in popluar number systems.

HEX7A96C4
Decimal122150196
Binary11110101001011011000100
Octal172226304

Shades and tints

Shades of #7A96C4

#7A96C4
(122,150,196)
#6F89B3
(111,137,179)
#647CA2
(100,124,162)
#596F91
(89,111,145)
#4E6280
(78,98,128)
#43556F
(67,85,111)
#38485E
(56,72,94)
#2D3B4D
(45,59,77)
#222E3C
(34,46,60)
#17212B
(23,33,43)
#0C141A
(12,20,26)
#000000
(0,0,0)

Tints of #7A96C4

#7A96C4
(122,150,196)
#869FC9
(134,159,201)
#92A8CE
(146,168,206)
#9EB1D3
(158,177,211)
#AABAD8
(170,186,216)
#B6C3DD
(182,195,221)
#C2CCE2
(194,204,226)
#CED5E7
(206,213,231)
#DADEEC
(218,222,236)
#E6E7F1
(230,231,241)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A96C4; }

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

This text font color is #7A96C4.


Background Color

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

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

This div background color is #7A96C4.


Border color

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

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

This div border color is #7A96C4.


Opacity

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

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

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

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

This text has shadow with #7A96C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A96C4 on black background.


Color preview on white background

This text has color #7A96C4 on white background.



Black color preview on #7A96C4 background

This text has black color on #7A96C4 background.


White color preview on #7A96C4 background

This text has white color on #7A96C4 background.