COLOR #7A96E9

HEX: #7A96E9
RGB: (122,150,233)

Color info

#7A96E9 contains mainly blue color. Web safe color of #7A96E9 is #6699FF (or #69F).

RGB color model

#7A96E9 color RGB value is (122,150,233).

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

RGB channels and saturation

R 122 of 255 = 48%
G 150 of 255 = 59%
B 233 of 255 = 91%

122
150
233

R + G + B ~ 66%. #7A96E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 150 + 233 = 505 (100%)
R 122 of 505 ~ 24.16%
G 150 of 505 ~ 29.7%
B 233 of 505 ~ 46.14%

%24.16
%29.7
%46.14

CMYK color model

#7A96E9 color CMYK value is (48,36,0,9).

  • cyan value is 47.64%
  • magenta value is 35.62%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(48,36,0,9)
C48M36Y0K9 
(48%,36%,0%,9%)
(0.48/0.36/0.00/0.09)	

CMYK percentages

%47.64
%35.62
%0
%8.63

Codes

Color #7A96E9 in popluar color models

7A96E9
RGB122150233
HSL225°71.61%69.61%
HSB/HSV225°47.64%91.37%
CMYK47.64%35.62%0.00%
8.63%

Color #7A96E9 in popluar number systems.

HEX7A96E9
Decimal122150233
Binary11110101001011011101001
Octal172226351

Shades and tints

Shades of #7A96E9

#7A96E9
(122,150,233)
#6F89D4
(111,137,212)
#647CBF
(100,124,191)
#596FAA
(89,111,170)
#4E6295
(78,98,149)
#435580
(67,85,128)
#38486B
(56,72,107)
#2D3B56
(45,59,86)
#222E41
(34,46,65)
#17212C
(23,33,44)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #7A96E9

#7A96E9
(122,150,233)
#869FEB
(134,159,235)
#92A8ED
(146,168,237)
#9EB1EF
(158,177,239)
#AABAF1
(170,186,241)
#B6C3F3
(182,195,243)
#C2CCF5
(194,204,245)
#CED5F7
(206,213,247)
#DADEF9
(218,222,249)
#E6E7FB
(230,231,251)
#F2F0FD
(242,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A96E9; }

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

This text font color is #7A96E9.


Background Color

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

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

This div background color is #7A96E9.


Border color

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

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

This div border color is #7A96E9.


Opacity

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

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

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

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

This text has shadow with #7A96E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A96E9 on black background.


Color preview on white background

This text has color #7A96E9 on white background.



Black color preview on #7A96E9 background

This text has black color on #7A96E9 background.


White color preview on #7A96E9 background

This text has white color on #7A96E9 background.