COLOR #7A8DEE

HEX: #7A8DEE
RGB: (122,141,238)

Color info

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

RGB color model

#7A8DEE color RGB value is (122,141,238).

  • red value is 122;
  • green value is 141;
  • blue value is 238.
RGB:
(122,141,238)
(48%,55%,93%)

RGB channels and saturation

R 122 of 255 = 48%
G 141 of 255 = 55%
B 238 of 255 = 93%

122
141
238

R + G + B ~ 65%. #7A8DEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 141 + 238 = 501 (100%)
R 122 of 501 ~ 24.35%
G 141 of 501 ~ 28.14%
B 238 of 501 ~ 47.5%

%24.35
%28.14
%47.5

CMYK color model

#7A8DEE color CMYK value is (49,41,0,7).

  • cyan value is 48.74%
  • magenta value is 40.76%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(49,41,0,7)
C49M41Y0K7 
(49%,41%,0%,7%)
(0.49/0.41/0.00/0.07)	

CMYK percentages

%48.74
%40.76
%0
%6.67

Codes

Color #7A8DEE in popluar color models

7A8DEE
RGB122141238
HSL230°77.33%70.59%
HSB/HSV230°48.74%93.33%
CMYK48.74%40.76%0.00%
6.67%

Color #7A8DEE in popluar number systems.

HEX7A8DEE
Decimal122141238
Binary11110101000110111101110
Octal172215356

Shades and tints

Shades of #7A8DEE

#7A8DEE
(122,141,238)
#6F81D9
(111,129,217)
#6475C4
(100,117,196)
#5969AF
(89,105,175)
#4E5D9A
(78,93,154)
#435185
(67,81,133)
#384570
(56,69,112)
#2D395B
(45,57,91)
#222D46
(34,45,70)
#172131
(23,33,49)
#0C151C
(12,21,28)
#000000
(0,0,0)

Tints of #7A8DEE

#7A8DEE
(122,141,238)
#8697EF
(134,151,239)
#92A1F0
(146,161,240)
#9EABF1
(158,171,241)
#AAB5F2
(170,181,242)
#B6BFF3
(182,191,243)
#C2C9F4
(194,201,244)
#CED3F5
(206,211,245)
#DADDF6
(218,221,246)
#E6E7F7
(230,231,247)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8DEE color. Also use rgb(122,141,238) instead hex code.

Text Font Color

.myTextColor { color: #7A8DEE; }

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

This text font color is #7A8DEE.


Background Color

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

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

This div background color is #7A8DEE.


Border color

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

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

This div border color is #7A8DEE.


Opacity

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

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

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

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

This text has shadow with #7A8DEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8DEE on black background.


Color preview on white background

This text has color #7A8DEE on white background.



Black color preview on #7A8DEE background

This text has black color on #7A8DEE background.


White color preview on #7A8DEE background

This text has white color on #7A8DEE background.