COLOR #7A8AC0

HEX: #7A8AC0
RGB: (122,138,192)

Color info

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

RGB color model

#7A8AC0 color RGB value is (122,138,192).

  • red value is 122;
  • green value is 138;
  • blue value is 192.
RGB:
(122,138,192)
(48%,54%,75%)

RGB channels and saturation

R 122 of 255 = 48%
G 138 of 255 = 54%
B 192 of 255 = 75%

122
138
192

R + G + B ~ 59%. #7A8AC0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 138 + 192 = 452 (100%)
R 122 of 452 ~ 26.99%
G 138 of 452 ~ 30.53%
B 192 of 452 ~ 42.48%

%26.99
%30.53
%42.48

CMYK color model

#7A8AC0 color CMYK value is (36,28,0,25).

  • cyan value is 36.46%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(36,28,0,25)
C36M28Y0K25 
(36%,28%,0%,25%)
(0.36/0.28/0.00/0.25)	

CMYK percentages

%36.46
%28.13
%0
%24.71

Codes

Color #7A8AC0 in popluar color models

7A8AC0
RGB122138192
HSL226°35.71%61.57%
HSB/HSV226°36.46%75.29%
CMYK36.46%28.13%0.00%
24.71%

Color #7A8AC0 in popluar number systems.

HEX7A8AC0
Decimal122138192
Binary11110101000101011000000
Octal172212300

Shades and tints

Shades of #7A8AC0

#7A8AC0
(122,138,192)
#6F7EAF
(111,126,175)
#64729E
(100,114,158)
#59668D
(89,102,141)
#4E5A7C
(78,90,124)
#434E6B
(67,78,107)
#38425A
(56,66,90)
#2D3649
(45,54,73)
#222A38
(34,42,56)
#171E27
(23,30,39)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #7A8AC0

#7A8AC0
(122,138,192)
#8694C5
(134,148,197)
#929ECA
(146,158,202)
#9EA8CF
(158,168,207)
#AAB2D4
(170,178,212)
#B6BCD9
(182,188,217)
#C2C6DE
(194,198,222)
#CED0E3
(206,208,227)
#DADAE8
(218,218,232)
#E6E4ED
(230,228,237)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8AC0 color. Also use rgb(122,138,192) instead hex code.

Text Font Color

.myTextColor { color: #7A8AC0; }

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

This text font color is #7A8AC0.


Background Color

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

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

This div background color is #7A8AC0.


Border color

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

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

This div border color is #7A8AC0.


Opacity

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

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

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

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

This text has shadow with #7A8AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8AC0 on black background.


Color preview on white background

This text has color #7A8AC0 on white background.



Black color preview on #7A8AC0 background

This text has black color on #7A8AC0 background.


White color preview on #7A8AC0 background

This text has white color on #7A8AC0 background.