COLOR #7D81E1

HEX: #7D81E1
RGB: (125,129,225)

Color info

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

RGB color model

#7D81E1 color RGB value is (125,129,225).

  • red value is 125;
  • green value is 129;
  • blue value is 225.
RGB:
(125,129,225)
(49%,51%,88%)

RGB channels and saturation

R 125 of 255 = 49%
G 129 of 255 = 51%
B 225 of 255 = 88%

125
129
225

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

Portions of RGB colors in percentages

R + G + B =
125 + 129 + 225 = 479 (100%)
R 125 of 479 ~ 26.1%
G 129 of 479 ~ 26.93%
B 225 of 479 ~ 46.97%

%26.1
%26.93
%46.97

CMYK color model

#7D81E1 color CMYK value is (44,43,0,12).

  • cyan value is 44.44%
  • magenta value is 42.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(44,43,0,12)
C44M43Y0K12 
(44%,43%,0%,12%)
(0.44/0.43/0.00/0.12)	

CMYK percentages

%44.44
%42.67
%0
%11.76

Codes

Color #7D81E1 in popluar color models

7D81E1
RGB125129225
HSL238°62.50%68.63%
HSB/HSV238°44.44%88.24%
CMYK44.44%42.67%0.00%
11.76%

Color #7D81E1 in popluar number systems.

HEX7D81E1
Decimal125129225
Binary11111011000000111100001
Octal175201341

Shades and tints

Shades of #7D81E1

#7D81E1
(125,129,225)
#7276CD
(114,118,205)
#676BB9
(103,107,185)
#5C60A5
(92,96,165)
#515591
(81,85,145)
#464A7D
(70,74,125)
#3B3F69
(59,63,105)
#303455
(48,52,85)
#252941
(37,41,65)
#1A1E2D
(26,30,45)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #7D81E1

#7D81E1
(125,129,225)
#888CE3
(136,140,227)
#9397E5
(147,151,229)
#9EA2E7
(158,162,231)
#A9ADE9
(169,173,233)
#B4B8EB
(180,184,235)
#BFC3ED
(191,195,237)
#CACEEF
(202,206,239)
#D5D9F1
(213,217,241)
#E0E4F3
(224,228,243)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D81E1 color. Also use rgb(125,129,225) instead hex code.

Text Font Color

.myTextColor { color: #7D81E1; }

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

This text font color is #7D81E1.


Background Color

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

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

This div background color is #7D81E1.


Border color

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

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

This div border color is #7D81E1.


Opacity

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

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

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

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

This text has shadow with #7D81E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D81E1 on black background.


Color preview on white background

This text has color #7D81E1 on white background.



Black color preview on #7D81E1 background

This text has black color on #7D81E1 background.


White color preview on #7D81E1 background

This text has white color on #7D81E1 background.