COLOR #7C81E1

HEX: #7C81E1
RGB: (124,129,225)

Color info

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

RGB color model

#7C81E1 color RGB value is (124,129,225).

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

RGB channels and saturation

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

124
129
225

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

Portions of RGB colors in percentages

R + G + B =
124 + 129 + 225 = 478 (100%)
R 124 of 478 ~ 25.94%
G 129 of 478 ~ 26.99%
B 225 of 478 ~ 47.07%

%25.94
%26.99
%47.07

CMYK color model

#7C81E1 color CMYK value is (45,43,0,12).

  • cyan value is 44.89%
  • magenta value is 42.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(45,43,0,12)
C45M43Y0K12 
(45%,43%,0%,12%)
(0.45/0.43/0.00/0.12)	

CMYK percentages

%44.89
%42.67
%0
%11.76

Codes

Color #7C81E1 in popluar color models

7C81E1
RGB124129225
HSL237°62.73%68.43%
HSB/HSV237°44.89%88.24%
CMYK44.89%42.67%0.00%
11.76%

Color #7C81E1 in popluar number systems.

HEX7C81E1
Decimal124129225
Binary11111001000000111100001
Octal174201341

Shades and tints

Shades of #7C81E1

#7C81E1
(124,129,225)
#7176CD
(113,118,205)
#666BB9
(102,107,185)
#5B60A5
(91,96,165)
#505591
(80,85,145)
#454A7D
(69,74,125)
#3A3F69
(58,63,105)
#2F3455
(47,52,85)
#242941
(36,41,65)
#191E2D
(25,30,45)
#0E1319
(14,19,25)
#000000
(0,0,0)

Tints of #7C81E1

#7C81E1
(124,129,225)
#878CE3
(135,140,227)
#9297E5
(146,151,229)
#9DA2E7
(157,162,231)
#A8ADE9
(168,173,233)
#B3B8EB
(179,184,235)
#BEC3ED
(190,195,237)
#C9CEEF
(201,206,239)
#D4D9F1
(212,217,241)
#DFE4F3
(223,228,243)
#EAEFF5
(234,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C81E1; }

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

This text font color is #7C81E1.


Background Color

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

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

This div background color is #7C81E1.


Border color

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

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

This div border color is #7C81E1.


Opacity

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

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

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

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

This text has shadow with #7C81E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C81E1 on black background.


Color preview on white background

This text has color #7C81E1 on white background.



Black color preview on #7C81E1 background

This text has black color on #7C81E1 background.


White color preview on #7C81E1 background

This text has white color on #7C81E1 background.