COLOR #7A9FE6

HEX: #7A9FE6 RGB: (122,159,230)

Color info

#7A9FE6 contains mainly blue color. Web safe color of #7A9FE6 is #6699CC (or #69C).

RGB color model

#7A9FE6 color RGB value is (122,159,230).

RGB: (122,159,230) (48%, 62%, 90%)

RGB channels and saturation

R 122 of 255 = 48%
G 159 of 255 = 62%
B 230 of 255 = 90%

122
159
230

R + G + B ~ 67%. #7A9FE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 159 + 230 = 511 (100%)
R 122 of 511 ~ 23.87%
G 159 of 511 ~ 31.12%
B 230 of 511 ~ 45.01'%

%23.87
%31.12
%45.01

CMYK color model

#7A9FE6 color CMYK value is (47,31,0,10).

  • cyan value is 46.96%
  • magenta value is 30.87%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (47,31,0,10)
C47M31Y0K10 (47%, 31%, 0%, 10%)
(0.47 / 0.31 / 0.00 / 0.10)

CMYK percentages

%46.96
%30.87
%0
%9.8

Codes

Color #7A9FE6 in popluar color models

7A 9F E6
RGB 122 159 230
HSL 219° 68.35% 69.02%
HSB/HSV 219° 46.96% 90.20%
CMYK 46.96% 30.87% 0.00%
9.80%

Color #7A9FE6 in popluar number systems.

HEX 7A 9F E6
Decimal 122 159 230
Binary 1111010 10011111 11100110
Octal 172 237 346

Shades and tints

Shades of #7A9FE6

#7A9FE6
(122,159,230)
#6F91D2
(111,145,210)
#6483BE
(100,131,190)
#5975AA
(89,117,170)
#4E6796
(78,103,150)
#435982
(67,89,130)
#384B6E
(56,75,110)
#2D3D5A
(45,61,90)
#222F46
(34,47,70)
#172132
(23,33,50)
#0C131E
(12,19,30)
#000000
(0,0,0)

Tints of #7A9FE6

#7A9FE6
(122,159,230)
#86A7E8
(134,167,232)
#92AFEA
(146,175,234)
#9EB7EC
(158,183,236)
#AABFEE
(170,191,238)
#B6C7F0
(182,199,240)
#C2CFF2
(194,207,242)
#CED7F4
(206,215,244)
#DADFF6
(218,223,246)
#E6E7F8
(230,231,248)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9FE6; }

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

This text font color is #7A9FE6.

Background Color

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

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

This div background color is #7A9FE6.

Border color

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

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

This div border color is #7A9FE6.

Opacity

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

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

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

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

This text has shadow with #7A9FE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9FE6.

Preview

Color preview on black background

This text has color #7A9FE6 on black background.


Color preview on white background

This text has color #7A9FE6 on white background.


Black color preview on #7A9FE6 background

This text has black color on #7A9FE6 background.


White color preview on #7A9FE6 background

This text has white color on #7A9FE6 background.


Related colors

Complementary color

Complementary color for #hex is #856019.


I love getcolorcode.com

Triadic colors

1 #E67A9F and #9FE67A with #7A9FE6 are triadic colors.

2 #E69F7A and #9F7AE6 with #7A9FE6 are triadic colors.