COLOR #7A8BD9

HEX: #7A8BD9
RGB: (122,139,217)

Color info

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

RGB color model

#7A8BD9 color RGB value is (122,139,217).

  • red value is 122;
  • green value is 139;
  • blue value is 217.
RGB:
(122,139,217)
(48%,55%,85%)

RGB channels and saturation

R 122 of 255 = 48%
G 139 of 255 = 55%
B 217 of 255 = 85%

122
139
217

R + G + B ~ 63%. #7A8BD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 139 + 217 = 478 (100%)
R 122 of 478 ~ 25.52%
G 139 of 478 ~ 29.08%
B 217 of 478 ~ 45.4%

%25.52
%29.08
%45.4

CMYK color model

#7A8BD9 color CMYK value is (44,36,0,15).

  • cyan value is 43.78%
  • magenta value is 35.94%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(44,36,0,15)
C44M36Y0K15 
(44%,36%,0%,15%)
(0.44/0.36/0.00/0.15)	

CMYK percentages

%43.78
%35.94
%0
%14.9

Codes

Color #7A8BD9 in popluar color models

7A8BD9
RGB122139217
HSL229°55.56%66.47%
HSB/HSV229°43.78%85.10%
CMYK43.78%35.94%0.00%
14.90%

Color #7A8BD9 in popluar number systems.

HEX7A8BD9
Decimal122139217
Binary11110101000101111011001
Octal172213331

Shades and tints

Shades of #7A8BD9

#7A8BD9
(122,139,217)
#6F7FC6
(111,127,198)
#6473B3
(100,115,179)
#5967A0
(89,103,160)
#4E5B8D
(78,91,141)
#434F7A
(67,79,122)
#384367
(56,67,103)
#2D3754
(45,55,84)
#222B41
(34,43,65)
#171F2E
(23,31,46)
#0C131B
(12,19,27)
#000000
(0,0,0)

Tints of #7A8BD9

#7A8BD9
(122,139,217)
#8695DC
(134,149,220)
#929FDF
(146,159,223)
#9EA9E2
(158,169,226)
#AAB3E5
(170,179,229)
#B6BDE8
(182,189,232)
#C2C7EB
(194,199,235)
#CED1EE
(206,209,238)
#DADBF1
(218,219,241)
#E6E5F4
(230,229,244)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8BD9 color. Also use rgb(122,139,217) instead hex code.

Text Font Color

.myTextColor { color: #7A8BD9; }

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

This text font color is #7A8BD9.


Background Color

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

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

This div background color is #7A8BD9.


Border color

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

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

This div border color is #7A8BD9.


Opacity

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

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

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

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

This text has shadow with #7A8BD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8BD9 on black background.


Color preview on white background

This text has color #7A8BD9 on white background.



Black color preview on #7A8BD9 background

This text has black color on #7A8BD9 background.


White color preview on #7A8BD9 background

This text has white color on #7A8BD9 background.