COLOR #7D92BD

HEX: #7D92BD RGB: (125,146,189)

Color info

#7D92BD contains mainly green and blue colors. Web safe color of #7D92BD is #6699CC (or #69C).

RGB color model

#7D92BD color RGB value is (125,146,189).

RGB: (125,146,189) (49%, 57%, 74%)

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 189 of 255 = 74%

125
146
189

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

Portions of RGB colors in percentages

R + G + B = 125 + 146 + 189 = 460 (100%)
R 125 of 460 ~ 27.17%
G 146 of 460 ~ 31.74%
B 189 of 460 ~ 41.09'%

%27.17
%31.74
%41.09

CMYK color model

#7D92BD color CMYK value is (34,23,0,26).

  • cyan value is 33.86%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (34,23,0,26) C34M23Y0K26 (34%,23%,0%,26%) (0.34/0.23/0.00/0.26) 

CMYK percentages

%33.86
%22.75
%0
%25.88

Codes

Color #7D92BD in popluar color models

7D 92 BD
RGB 125 146 189
HSL 220° 32.65% 61.57%
HSB/HSV 220° 33.86% 74.12%
CMYK 33.86% 22.75% 0.00%
25.88%

Color #7D92BD in popluar number systems.

HEX 7D 92 BD
Decimal 125 146 189
Binary 1111101 10010010 10111101
Octal 175 222 275

Shades and tints

Shades of #7D92BD

#7D92BD
(125,146,189)
#7285AC
(114,133,172)
#67789B
(103,120,155)
#5C6B8A
(92,107,138)
#515E79
(81,94,121)
#465168
(70,81,104)
#3B4457
(59,68,87)
#303746
(48,55,70)
#252A35
(37,42,53)
#1A1D24
(26,29,36)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7D92BD

#7D92BD
(125,146,189)
#889BC3
(136,155,195)
#93A4C9
(147,164,201)
#9EADCF
(158,173,207)
#A9B6D5
(169,182,213)
#B4BFDB
(180,191,219)
#BFC8E1
(191,200,225)
#CAD1E7
(202,209,231)
#D5DAED
(213,218,237)
#E0E3F3
(224,227,243)
#EBECF9
(235,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D92BD color. Also use rgb(125,146,189) instead hex code.

Text Font Color

.myTextColor { color: #7D92BD; }

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

This text font color is #7D92BD.

Background Color

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

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

This div background color is #7D92BD.

Border color

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

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

This div border color is #7D92BD.

Opacity

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

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

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

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

This text has shadow with #7D92BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D92BD.

Preview

Color preview on black background

This text has color #7D92BD on black background.


Color preview on white background

This text has color #7D92BD on white background.


Black color preview on #7D92BD background

This text has black color on #7D92BD background.


White color preview on #7D92BD background

This text has white color on #7D92BD background.


Related colors

Complementary color

Complementary color for #hex is #826D42.


I love getcolorcode.com

Triadic colors

1 #BD7D92 and #92BD7D with #7D92BD are triadic colors.

2 #BD927D and #927DBD with #7D92BD are triadic colors.