COLOR #7AA9FA

HEX: #7AA9FA
RGB: (122,169,250)

Color info

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

RGB color model

#7AA9FA color RGB value is (122,169,250).

  • red value is 122;
  • green value is 169;
  • blue value is 250.
RGB:
(122,169,250)
(48%,66%,98%)

RGB channels and saturation

R 122 of 255 = 48%
G 169 of 255 = 66%
B 250 of 255 = 98%

122
169
250

R + G + B ~ 71%. #7AA9FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 169 + 250 = 541 (100%)
R 122 of 541 ~ 22.55%
G 169 of 541 ~ 31.24%
B 250 of 541 ~ 46.21%

%22.55
%31.24
%46.21

CMYK color model

#7AA9FA color CMYK value is (51,32,0,2).

  • cyan value is 51.20%
  • magenta value is 32.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(51,32,0,2)
C51M32Y0K2 
(51%,32%,0%,2%)
(0.51/0.32/0.00/0.02)	

CMYK percentages

%51.2
%32.4
%0
%1.96

Codes

Color #7AA9FA in popluar color models

7AA9FA
RGB122169250
HSL218°92.75%72.94%
HSB/HSV218°51.20%98.04%
CMYK51.20%32.40%0.00%
1.96%

Color #7AA9FA in popluar number systems.

HEX7AA9FA
Decimal122169250
Binary11110101010100111111010
Octal172251372

Shades and tints

Shades of #7AA9FA

#7AA9FA
(122,169,250)
#6F9AE4
(111,154,228)
#648BCE
(100,139,206)
#597CB8
(89,124,184)
#4E6DA2
(78,109,162)
#435E8C
(67,94,140)
#384F76
(56,79,118)
#2D4060
(45,64,96)
#22314A
(34,49,74)
#172234
(23,34,52)
#0C131E
(12,19,30)
#000000
(0,0,0)

Tints of #7AA9FA

#7AA9FA
(122,169,250)
#86B0FA
(134,176,250)
#92B7FA
(146,183,250)
#9EBEFA
(158,190,250)
#AAC5FA
(170,197,250)
#B6CCFA
(182,204,250)
#C2D3FA
(194,211,250)
#CEDAFA
(206,218,250)
#DAE1FA
(218,225,250)
#E6E8FA
(230,232,250)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA9FA; }

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

This text font color is #7AA9FA.


Background Color

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

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

This div background color is #7AA9FA.


Border color

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

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

This div border color is #7AA9FA.


Opacity

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

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

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

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

This text has shadow with #7AA9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA9FA on black background.


Color preview on white background

This text has color #7AA9FA on white background.



Black color preview on #7AA9FA background

This text has black color on #7AA9FA background.


White color preview on #7AA9FA background

This text has white color on #7AA9FA background.