COLOR #7D91B5

HEX: #7D91B5 RGB: (125,145,181)

Color info

#7D91B5 contains red, green and blue colors in about the same proportion. Web safe color of #7D91B5 is #6699CC (or #69C).

RGB color model

#7D91B5 color RGB value is (125,145,181).

RGB: (125,145,181) (49%, 57%, 71%)

RGB channels and saturation

R 125 of 255 = 49%
G 145 of 255 = 57%
B 181 of 255 = 71%

125
145
181

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

Portions of RGB colors in percentages

R + G + B = 125 + 145 + 181 = 451 (100%)
R 125 of 451 ~ 27.72%
G 145 of 451 ~ 32.15%
B 181 of 451 ~ 40.13'%

%27.72
%32.15
%40.13

CMYK color model

#7D91B5 color CMYK value is (31,20,0,29).

  • cyan value is 30.94%
  • magenta value is 19.89%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (31,20,0,29)
C31M20Y0K29 (31%, 20%, 0%, 29%)
(0.31 / 0.20 / 0.00 / 0.29)

CMYK percentages

%30.94
%19.89
%0
%29.02

Codes

Color #7D91B5 in popluar color models

7D 91 B5
RGB 125 145 181
HSL 219° 27.45% 60.00%
HSB/HSV 219° 30.94% 70.98%
CMYK 30.94% 19.89% 0.00%
29.02%

Color #7D91B5 in popluar number systems.

HEX 7D 91 B5
Decimal 125 145 181
Binary 1111101 10010001 10110101
Octal 175 221 265

Shades and tints

Shades of #7D91B5

#7D91B5
(125,145,181)
#7284A5
(114,132,165)
#677795
(103,119,149)
#5C6A85
(92,106,133)
#515D75
(81,93,117)
#465065
(70,80,101)
#3B4355
(59,67,85)
#303645
(48,54,69)
#252935
(37,41,53)
#1A1C25
(26,28,37)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #7D91B5

#7D91B5
(125,145,181)
#889BBB
(136,155,187)
#93A5C1
(147,165,193)
#9EAFC7
(158,175,199)
#A9B9CD
(169,185,205)
#B4C3D3
(180,195,211)
#BFCDD9
(191,205,217)
#CAD7DF
(202,215,223)
#D5E1E5
(213,225,229)
#E0EBEB
(224,235,235)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D91B5 color. Also use rgb(125,145,181) instead hex code.

Text Font Color

.myTextColor { color: #7D91B5; }

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

This text font color is #7D91B5.

Background Color

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

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

This div background color is #7D91B5.

Border color

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

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

This div border color is #7D91B5.

Opacity

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

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

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

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

This text has shadow with #7D91B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D91B5.

Preview

Color preview on black background

This text has color #7D91B5 on black background.


Color preview on white background

This text has color #7D91B5 on white background.


Black color preview on #7D91B5 background

This text has black color on #7D91B5 background.


White color preview on #7D91B5 background

This text has white color on #7D91B5 background.


Related colors

Complementary color

Complementary color for #hex is #826E4A.


I love getcolorcode.com

Triadic colors

1 #B57D91 and #91B57D with #7D91B5 are triadic colors.

2 #B5917D and #917DB5 with #7D91B5 are triadic colors.