COLOR #7D80BF

HEX: #7D80BF RGB: (125,128,191)

Color info

#7D80BF contains mainly blue color. Web safe color of #7D80BF is #6666CC (or #66C).

RGB color model

#7D80BF color RGB value is (125,128,191).

RGB: (125,128,191) (49%, 50%, 75%)

RGB channels and saturation

R 125 of 255 = 49%
G 128 of 255 = 50%
B 191 of 255 = 75%

125
128
191

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

Portions of RGB colors in percentages

R + G + B = 125 + 128 + 191 = 444 (100%)
R 125 of 444 ~ 28.15%
G 128 of 444 ~ 28.83%
B 191 of 444 ~ 43.02'%

%28.15
%28.83
%43.02

CMYK color model

#7D80BF color CMYK value is (35,33,0,25).

  • cyan value is 34.55%
  • magenta value is 32.98%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (35,33,0,25) C35M33Y0K25 (35%,33%,0%,25%) (0.35/0.33/0.00/0.25) 

CMYK percentages

%34.55
%32.98
%0
%25.1

Codes

Color #7D80BF in popluar color models

7D 80 BF
RGB 125 128 191
HSL 237° 34.02% 61.96%
HSB/HSV 237° 34.55% 74.90%
CMYK 34.55% 32.98% 0.00%
25.10%

Color #7D80BF in popluar number systems.

HEX 7D 80 BF
Decimal 125 128 191
Binary 1111101 10000000 10111111
Octal 175 200 277

Shades and tints

Shades of #7D80BF

#7D80BF
(125,128,191)
#7275AE
(114,117,174)
#676A9D
(103,106,157)
#5C5F8C
(92,95,140)
#51547B
(81,84,123)
#46496A
(70,73,106)
#3B3E59
(59,62,89)
#303348
(48,51,72)
#252837
(37,40,55)
#1A1D26
(26,29,38)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #7D80BF

#7D80BF
(125,128,191)
#888BC4
(136,139,196)
#9396C9
(147,150,201)
#9EA1CE
(158,161,206)
#A9ACD3
(169,172,211)
#B4B7D8
(180,183,216)
#BFC2DD
(191,194,221)
#CACDE2
(202,205,226)
#D5D8E7
(213,216,231)
#E0E3EC
(224,227,236)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D80BF color. Also use rgb(125,128,191) instead hex code.

Text Font Color

.myTextColor { color: #7D80BF; }

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

This text font color is #7D80BF.

Background Color

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

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

This div background color is #7D80BF.

Border color

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

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

This div border color is #7D80BF.

Opacity

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

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

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

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

This text has shadow with #7D80BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D80BF.

Preview

Color preview on black background

This text has color #7D80BF on black background.


Color preview on white background

This text has color #7D80BF on white background.


Black color preview on #7D80BF background

This text has black color on #7D80BF background.


White color preview on #7D80BF background

This text has white color on #7D80BF background.


Related colors

Complementary color

Complementary color for #hex is #827F40.


I love getcolorcode.com

Triadic colors

1 #BF7D80 and #80BF7D with #7D80BF are triadic colors.

2 #BF807D and #807DBF with #7D80BF are triadic colors.