COLOR #7E91DA

HEX: #7E91DA RGB: (126,145,218)

Color info

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

RGB color model

#7E91DA color RGB value is (126,145,218).

RGB: (126,145,218) (49%, 57%, 85%)

RGB channels and saturation

R 126 of 255 = 49%
G 145 of 255 = 57%
B 218 of 255 = 85%

126
145
218

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

Portions of RGB colors in percentages

R + G + B = 126 + 145 + 218 = 489 (100%)
R 126 of 489 ~ 25.77%
G 145 of 489 ~ 29.65%
B 218 of 489 ~ 44.58'%

%25.77
%29.65
%44.58

CMYK color model

#7E91DA color CMYK value is (42,33,0,15).

  • cyan value is 42.20%
  • magenta value is 33.49%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (42,33,0,15) C42M33Y0K15 (42%,33%,0%,15%) (0.42/0.33/0.00/0.15) 

CMYK percentages

%42.2
%33.49
%0
%14.51

Codes

Color #7E91DA in popluar color models

7E 91 DA
RGB 126 145 218
HSL 228° 55.42% 67.45%
HSB/HSV 228° 42.20% 85.49%
CMYK 42.20% 33.49% 0.00%
14.51%

Color #7E91DA in popluar number systems.

HEX 7E 91 DA
Decimal 126 145 218
Binary 1111110 10010001 11011010
Octal 176 221 332

Shades and tints

Shades of #7E91DA

#7E91DA
(126,145,218)
#7384C7
(115,132,199)
#6877B4
(104,119,180)
#5D6AA1
(93,106,161)
#525D8E
(82,93,142)
#47507B
(71,80,123)
#3C4368
(60,67,104)
#313655
(49,54,85)
#262942
(38,41,66)
#1B1C2F
(27,28,47)
#100F1C
(16,15,28)
#000000
(0,0,0)

Tints of #7E91DA

#7E91DA
(126,145,218)
#899BDD
(137,155,221)
#94A5E0
(148,165,224)
#9FAFE3
(159,175,227)
#AAB9E6
(170,185,230)
#B5C3E9
(181,195,233)
#C0CDEC
(192,205,236)
#CBD7EF
(203,215,239)
#D6E1F2
(214,225,242)
#E1EBF5
(225,235,245)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E91DA color. Also use rgb(126,145,218) instead hex code.

Text Font Color

.myTextColor { color: #7E91DA; }

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

This text font color is #7E91DA.

Background Color

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

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

This div background color is #7E91DA.

Border color

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

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

This div border color is #7E91DA.

Opacity

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

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

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

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

This text has shadow with #7E91DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E91DA.

Preview

Color preview on black background

This text has color #7E91DA on black background.


Color preview on white background

This text has color #7E91DA on white background.


Black color preview on #7E91DA background

This text has black color on #7E91DA background.


White color preview on #7E91DA background

This text has white color on #7E91DA background.


Related colors

Complementary color

Complementary color for #hex is #816E25.


I love getcolorcode.com

Triadic colors

1 #DA7E91 and #91DA7E with #7E91DA are triadic colors.

2 #DA917E and #917EDA with #7E91DA are triadic colors.