COLOR #7A8FDD

HEX: #7A8FDD
RGB: (122,143,221)

Color info

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

RGB color model

#7A8FDD color RGB value is (122,143,221).

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

RGB channels and saturation

R 122 of 255 = 48%
G 143 of 255 = 56%
B 221 of 255 = 87%

122
143
221

R + G + B ~ 64%. #7A8FDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 143 + 221 = 486 (100%)
R 122 of 486 ~ 25.1%
G 143 of 486 ~ 29.42%
B 221 of 486 ~ 45.47%

%25.1
%29.42
%45.47

CMYK color model

#7A8FDD color CMYK value is (45,35,0,13).

  • cyan value is 44.80%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(45,35,0,13)
C45M35Y0K13 
(45%,35%,0%,13%)
(0.45/0.35/0.00/0.13)	

CMYK percentages

%44.8
%35.29
%0
%13.33

Codes

Color #7A8FDD in popluar color models

7A8FDD
RGB122143221
HSL227°59.28%67.25%
HSB/HSV227°44.80%86.67%
CMYK44.80%35.29%0.00%
13.33%

Color #7A8FDD in popluar number systems.

HEX7A8FDD
Decimal122143221
Binary11110101000111111011101
Octal172217335

Shades and tints

Shades of #7A8FDD

#7A8FDD
(122,143,221)
#6F82C9
(111,130,201)
#6475B5
(100,117,181)
#5968A1
(89,104,161)
#4E5B8D
(78,91,141)
#434E79
(67,78,121)
#384165
(56,65,101)
#2D3451
(45,52,81)
#22273D
(34,39,61)
#171A29
(23,26,41)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #7A8FDD

#7A8FDD
(122,143,221)
#8699E0
(134,153,224)
#92A3E3
(146,163,227)
#9EADE6
(158,173,230)
#AAB7E9
(170,183,233)
#B6C1EC
(182,193,236)
#C2CBEF
(194,203,239)
#CED5F2
(206,213,242)
#DADFF5
(218,223,245)
#E6E9F8
(230,233,248)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8FDD; }

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

This text font color is #7A8FDD.


Background Color

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

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

This div background color is #7A8FDD.


Border color

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

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

This div border color is #7A8FDD.


Opacity

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

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

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

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

This text has shadow with #7A8FDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8FDD on black background.


Color preview on white background

This text has color #7A8FDD on white background.



Black color preview on #7A8FDD background

This text has black color on #7A8FDD background.


White color preview on #7A8FDD background

This text has white color on #7A8FDD background.