COLOR #7A81CB

HEX: #7A81CB
RGB: (122,129,203)

Color info

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

RGB color model

#7A81CB color RGB value is (122,129,203).

  • red value is 122;
  • green value is 129;
  • blue value is 203.
RGB:
(122,129,203)
(48%,51%,80%)

RGB channels and saturation

R 122 of 255 = 48%
G 129 of 255 = 51%
B 203 of 255 = 80%

122
129
203

R + G + B ~ 60%. #7A81CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 129 + 203 = 454 (100%)
R 122 of 454 ~ 26.87%
G 129 of 454 ~ 28.41%
B 203 of 454 ~ 44.71%

%26.87
%28.41
%44.71

CMYK color model

#7A81CB color CMYK value is (40,36,0,20).

  • cyan value is 39.90%
  • magenta value is 36.45%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(40,36,0,20)
C40M36Y0K20 
(40%,36%,0%,20%)
(0.40/0.36/0.00/0.20)	

CMYK percentages

%39.9
%36.45
%0
%20.39

Codes

Color #7A81CB in popluar color models

7A81CB
RGB122129203
HSL235°43.78%63.73%
HSB/HSV235°39.90%79.61%
CMYK39.90%36.45%0.00%
20.39%

Color #7A81CB in popluar number systems.

HEX7A81CB
Decimal122129203
Binary11110101000000111001011
Octal172201313

Shades and tints

Shades of #7A81CB

#7A81CB
(122,129,203)
#6F76B9
(111,118,185)
#646BA7
(100,107,167)
#596095
(89,96,149)
#4E5583
(78,85,131)
#434A71
(67,74,113)
#383F5F
(56,63,95)
#2D344D
(45,52,77)
#22293B
(34,41,59)
#171E29
(23,30,41)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #7A81CB

#7A81CB
(122,129,203)
#868CCF
(134,140,207)
#9297D3
(146,151,211)
#9EA2D7
(158,162,215)
#AAADDB
(170,173,219)
#B6B8DF
(182,184,223)
#C2C3E3
(194,195,227)
#CECEE7
(206,206,231)
#DAD9EB
(218,217,235)
#E6E4EF
(230,228,239)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A81CB color. Also use rgb(122,129,203) instead hex code.

Text Font Color

.myTextColor { color: #7A81CB; }

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

This text font color is #7A81CB.


Background Color

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

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

This div background color is #7A81CB.


Border color

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

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

This div border color is #7A81CB.


Opacity

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

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

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

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

This text has shadow with #7A81CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A81CB on black background.


Color preview on white background

This text has color #7A81CB on white background.



Black color preview on #7A81CB background

This text has black color on #7A81CB background.


White color preview on #7A81CB background

This text has white color on #7A81CB background.