COLOR #7A94EB

HEX: #7A94EB RGB: (122,148,235)

Color info

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

RGB color model

#7A94EB color RGB value is (122,148,235).

RGB: (122,148,235) (48%, 58%, 92%)

RGB channels and saturation

R 122 of 255 = 48%
G 148 of 255 = 58%
B 235 of 255 = 92%

122
148
235

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

Portions of RGB colors in percentages

R + G + B = 122 + 148 + 235 = 505 (100%)
R 122 of 505 ~ 24.16%
G 148 of 505 ~ 29.31%
B 235 of 505 ~ 46.53'%

%24.16
%29.31
%46.53

CMYK color model

#7A94EB color CMYK value is (48,37,0,8).

  • cyan value is 48.09%
  • magenta value is 37.02%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (48,37,0,8)
C48M37Y0K8 (48%, 37%, 0%, 8%)
(0.48 / 0.37 / 0.00 / 0.08)

CMYK percentages

%48.09
%37.02
%0
%7.84

Codes

Color #7A94EB in popluar color models

7A 94 EB
RGB 122 148 235
HSL 226° 73.86% 70.00%
HSB/HSV 226° 48.09% 92.16%
CMYK 48.09% 37.02% 0.00%
7.84%

Color #7A94EB in popluar number systems.

HEX 7A 94 EB
Decimal 122 148 235
Binary 1111010 10010100 11101011
Octal 172 224 353

Shades and tints

Shades of #7A94EB

#7A94EB
(122,148,235)
#6F87D6
(111,135,214)
#647AC1
(100,122,193)
#596DAC
(89,109,172)
#4E6097
(78,96,151)
#435382
(67,83,130)
#38466D
(56,70,109)
#2D3958
(45,57,88)
#222C43
(34,44,67)
#171F2E
(23,31,46)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #7A94EB

#7A94EB
(122,148,235)
#869DEC
(134,157,236)
#92A6ED
(146,166,237)
#9EAFEE
(158,175,238)
#AAB8EF
(170,184,239)
#B6C1F0
(182,193,240)
#C2CAF1
(194,202,241)
#CED3F2
(206,211,242)
#DADCF3
(218,220,243)
#E6E5F4
(230,229,244)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A94EB; }

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

This text font color is #7A94EB.

Background Color

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

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

This div background color is #7A94EB.

Border color

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

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

This div border color is #7A94EB.

Opacity

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

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

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

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

This text has shadow with #7A94EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A94EB.

Preview

Color preview on black background

This text has color #7A94EB on black background.


Color preview on white background

This text has color #7A94EB on white background.


Black color preview on #7A94EB background

This text has black color on #7A94EB background.


White color preview on #7A94EB background

This text has white color on #7A94EB background.


Related colors

Complementary color

Complementary color for #hex is #856B14.


I love getcolorcode.com

Triadic colors

1 #EB7A94 and #94EB7A with #7A94EB are triadic colors.

2 #EB947A and #947AEB with #7A94EB are triadic colors.