COLOR #7A8EC8

HEX: #7A8EC8
RGB: (122,142,200)

Color info

#7A8EC8 contains mainly green and blue colors. Web safe color of #7A8EC8 is #6699CC (or #69C).

RGB color model

#7A8EC8 color RGB value is (122,142,200).

  • red value is 122;
  • green value is 142;
  • blue value is 200.
RGB:
(122,142,200)
(48%,56%,78%)

RGB channels and saturation

R 122 of 255 = 48%
G 142 of 255 = 56%
B 200 of 255 = 78%

122
142
200

R + G + B ~ 61%. #7A8EC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 142 + 200 = 464 (100%)
R 122 of 464 ~ 26.29%
G 142 of 464 ~ 30.6%
B 200 of 464 ~ 43.1%

%26.29
%30.6
%43.1

CMYK color model

#7A8EC8 color CMYK value is (39,29,0,22).

  • cyan value is 39.00%
  • magenta value is 29.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(39,29,0,22)
C39M29Y0K22 
(39%,29%,0%,22%)
(0.39/0.29/0.00/0.22)	

CMYK percentages

%39
%29
%0
%21.57

Codes

Color #7A8EC8 in popluar color models

7A8EC8
RGB122142200
HSL225°41.49%63.14%
HSB/HSV225°39.00%78.43%
CMYK39.00%29.00%0.00%
21.57%

Color #7A8EC8 in popluar number systems.

HEX7A8EC8
Decimal122142200
Binary11110101000111011001000
Octal172216310

Shades and tints

Shades of #7A8EC8

#7A8EC8
(122,142,200)
#6F82B6
(111,130,182)
#6476A4
(100,118,164)
#596A92
(89,106,146)
#4E5E80
(78,94,128)
#43526E
(67,82,110)
#38465C
(56,70,92)
#2D3A4A
(45,58,74)
#222E38
(34,46,56)
#172226
(23,34,38)
#0C1614
(12,22,20)
#000000
(0,0,0)

Tints of #7A8EC8

#7A8EC8
(122,142,200)
#8698CD
(134,152,205)
#92A2D2
(146,162,210)
#9EACD7
(158,172,215)
#AAB6DC
(170,182,220)
#B6C0E1
(182,192,225)
#C2CAE6
(194,202,230)
#CED4EB
(206,212,235)
#DADEF0
(218,222,240)
#E6E8F5
(230,232,245)
#F2F2FA
(242,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8EC8 color. Also use rgb(122,142,200) instead hex code.

Text Font Color

.myTextColor { color: #7A8EC8; }

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

This text font color is #7A8EC8.


Background Color

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

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

This div background color is #7A8EC8.


Border color

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

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

This div border color is #7A8EC8.


Opacity

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

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

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

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

This text has shadow with #7A8EC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8EC8 on black background.


Color preview on white background

This text has color #7A8EC8 on white background.



Black color preview on #7A8EC8 background

This text has black color on #7A8EC8 background.


White color preview on #7A8EC8 background

This text has white color on #7A8EC8 background.