COLOR #7A91DD

HEX: #7A91DD
RGB: (122,145,221)

Color info

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

RGB color model

#7A91DD color RGB value is (122,145,221).

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

RGB channels and saturation

R 122 of 255 = 48%
G 145 of 255 = 57%
B 221 of 255 = 87%

122
145
221

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

Portions of RGB colors in percentages

R + G + B =
122 + 145 + 221 = 488 (100%)
R 122 of 488 ~ 25%
G 145 of 488 ~ 29.71%
B 221 of 488 ~ 45.29%

%25
%29.71
%45.29

CMYK color model

#7A91DD color CMYK value is (45,34,0,13).

  • cyan value is 44.80%
  • magenta value is 34.39%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(45,34,0,13)
C45M34Y0K13 
(45%,34%,0%,13%)
(0.45/0.34/0.00/0.13)	

CMYK percentages

%44.8
%34.39
%0
%13.33

Codes

Color #7A91DD in popluar color models

7A91DD
RGB122145221
HSL226°59.28%67.25%
HSB/HSV226°44.80%86.67%
CMYK44.80%34.39%0.00%
13.33%

Color #7A91DD in popluar number systems.

HEX7A91DD
Decimal122145221
Binary11110101001000111011101
Octal172221335

Shades and tints

Shades of #7A91DD

#7A91DD
(122,145,221)
#6F84C9
(111,132,201)
#6477B5
(100,119,181)
#596AA1
(89,106,161)
#4E5D8D
(78,93,141)
#435079
(67,80,121)
#384365
(56,67,101)
#2D3651
(45,54,81)
#22293D
(34,41,61)
#171C29
(23,28,41)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #7A91DD

#7A91DD
(122,145,221)
#869BE0
(134,155,224)
#92A5E3
(146,165,227)
#9EAFE6
(158,175,230)
#AAB9E9
(170,185,233)
#B6C3EC
(182,195,236)
#C2CDEF
(194,205,239)
#CED7F2
(206,215,242)
#DAE1F5
(218,225,245)
#E6EBF8
(230,235,248)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A91DD; }

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

This text font color is #7A91DD.


Background Color

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

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

This div background color is #7A91DD.


Border color

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

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

This div border color is #7A91DD.


Opacity

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

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

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

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

This text has shadow with #7A91DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A91DD on black background.


Color preview on white background

This text has color #7A91DD on white background.



Black color preview on #7A91DD background

This text has black color on #7A91DD background.


White color preview on #7A91DD background

This text has white color on #7A91DD background.