COLOR #7C81BD

HEX: #7C81BD RGB: (124,129,189)

Color info

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

RGB color model

#7C81BD color RGB value is (124,129,189).

RGB: (124,129,189) (49%, 51%, 74%)

RGB channels and saturation

R 124 of 255 = 49%
G 129 of 255 = 51%
B 189 of 255 = 74%

124
129
189

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

Portions of RGB colors in percentages

R + G + B = 124 + 129 + 189 = 442 (100%)
R 124 of 442 ~ 28.05%
G 129 of 442 ~ 29.19%
B 189 of 442 ~ 42.76'%

%28.05
%29.19
%42.76

CMYK color model

#7C81BD color CMYK value is (34,32,0,26).

  • cyan value is 34.39%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (34,32,0,26)
C34M32Y0K26 (34%, 32%, 0%, 26%)
(0.34 / 0.32 / 0.00 / 0.26)

CMYK percentages

%34.39
%31.75
%0
%25.88

Codes

Color #7C81BD in popluar color models

7C 81 BD
RGB 124 129 189
HSL 235° 32.99% 61.37%
HSB/HSV 235° 34.39% 74.12%
CMYK 34.39% 31.75% 0.00%
25.88%

Color #7C81BD in popluar number systems.

HEX 7C 81 BD
Decimal 124 129 189
Binary 1111100 10000001 10111101
Octal 174 201 275

Shades and tints

Shades of #7C81BD

#7C81BD
(124,129,189)
#7176AC
(113,118,172)
#666B9B
(102,107,155)
#5B608A
(91,96,138)
#505579
(80,85,121)
#454A68
(69,74,104)
#3A3F57
(58,63,87)
#2F3446
(47,52,70)
#242935
(36,41,53)
#191E24
(25,30,36)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #7C81BD

#7C81BD
(124,129,189)
#878CC3
(135,140,195)
#9297C9
(146,151,201)
#9DA2CF
(157,162,207)
#A8ADD5
(168,173,213)
#B3B8DB
(179,184,219)
#BEC3E1
(190,195,225)
#C9CEE7
(201,206,231)
#D4D9ED
(212,217,237)
#DFE4F3
(223,228,243)
#EAEFF9
(234,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C81BD; }

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

This text font color is #7C81BD.

Background Color

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

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

This div background color is #7C81BD.

Border color

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

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

This div border color is #7C81BD.

Opacity

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

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

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

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

This text has shadow with #7C81BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C81BD.

Preview

Color preview on black background

This text has color #7C81BD on black background.


Color preview on white background

This text has color #7C81BD on white background.


Black color preview on #7C81BD background

This text has black color on #7C81BD background.


White color preview on #7C81BD background

This text has white color on #7C81BD background.


Related colors

Complementary color

Complementary color for #hex is #837E42.


I love getcolorcode.com

Triadic colors

1 #BD7C81 and #81BD7C with #7C81BD are triadic colors.

2 #BD817C and #817CBD with #7C81BD are triadic colors.