COLOR #7A8FD9

HEX: #7A8FD9
RGB: (122,143,217)

Color info

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

RGB color model

#7A8FD9 color RGB value is (122,143,217).

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

RGB channels and saturation

R 122 of 255 = 48%
G 143 of 255 = 56%
B 217 of 255 = 85%

122
143
217

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

Portions of RGB colors in percentages

R + G + B =
122 + 143 + 217 = 482 (100%)
R 122 of 482 ~ 25.31%
G 143 of 482 ~ 29.67%
B 217 of 482 ~ 45.02%

%25.31
%29.67
%45.02

CMYK color model

#7A8FD9 color CMYK value is (44,34,0,15).

  • cyan value is 43.78%
  • magenta value is 34.10%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(44,34,0,15)
C44M34Y0K15 
(44%,34%,0%,15%)
(0.44/0.34/0.00/0.15)	

CMYK percentages

%43.78
%34.1
%0
%14.9

Codes

Color #7A8FD9 in popluar color models

7A8FD9
RGB122143217
HSL227°55.56%66.47%
HSB/HSV227°43.78%85.10%
CMYK43.78%34.10%0.00%
14.90%

Color #7A8FD9 in popluar number systems.

HEX7A8FD9
Decimal122143217
Binary11110101000111111011001
Octal172217331

Shades and tints

Shades of #7A8FD9

#7A8FD9
(122,143,217)
#6F82C6
(111,130,198)
#6475B3
(100,117,179)
#5968A0
(89,104,160)
#4E5B8D
(78,91,141)
#434E7A
(67,78,122)
#384167
(56,65,103)
#2D3454
(45,52,84)
#222741
(34,39,65)
#171A2E
(23,26,46)
#0C0D1B
(12,13,27)
#000000
(0,0,0)

Tints of #7A8FD9

#7A8FD9
(122,143,217)
#8699DC
(134,153,220)
#92A3DF
(146,163,223)
#9EADE2
(158,173,226)
#AAB7E5
(170,183,229)
#B6C1E8
(182,193,232)
#C2CBEB
(194,203,235)
#CED5EE
(206,213,238)
#DADFF1
(218,223,241)
#E6E9F4
(230,233,244)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8FD9; }

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

This text font color is #7A8FD9.


Background Color

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

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

This div background color is #7A8FD9.


Border color

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

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

This div border color is #7A8FD9.


Opacity

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

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

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

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

This text has shadow with #7A8FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8FD9 on black background.


Color preview on white background

This text has color #7A8FD9 on white background.



Black color preview on #7A8FD9 background

This text has black color on #7A8FD9 background.


White color preview on #7A8FD9 background

This text has white color on #7A8FD9 background.