COLOR #7D95BE

HEX: #7D95BE RGB: (125,149,190)

Color info

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

RGB color model

#7D95BE color RGB value is (125,149,190).

RGB: (125,149,190) (49%, 58%, 75%)

RGB channels and saturation

R 125 of 255 = 49%
G 149 of 255 = 58%
B 190 of 255 = 75%

125
149
190

R + G + B ~ 61%. #7D95BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 149 + 190 = 464 (100%)
R 125 of 464 ~ 26.94%
G 149 of 464 ~ 32.11%
B 190 of 464 ~ 40.95'%

%26.94
%32.11
%40.95

CMYK color model

#7D95BE color CMYK value is (34,22,0,25).

  • cyan value is 34.21%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (34,22,0,25)
C34M22Y0K25 (34%, 22%, 0%, 25%)
(0.34 / 0.22 / 0.00 / 0.25)

CMYK percentages

%34.21
%21.58
%0
%25.49

Codes

Color #7D95BE in popluar color models

7D 95 BE
RGB 125 149 190
HSL 218° 33.33% 61.76%
HSB/HSV 218° 34.21% 74.51%
CMYK 34.21% 21.58% 0.00%
25.49%

Color #7D95BE in popluar number systems.

HEX 7D 95 BE
Decimal 125 149 190
Binary 1111101 10010101 10111110
Octal 175 225 276

Shades and tints

Shades of #7D95BE

#7D95BE
(125,149,190)
#7288AD
(114,136,173)
#677B9C
(103,123,156)
#5C6E8B
(92,110,139)
#51617A
(81,97,122)
#465469
(70,84,105)
#3B4758
(59,71,88)
#303A47
(48,58,71)
#252D36
(37,45,54)
#1A2025
(26,32,37)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #7D95BE

#7D95BE
(125,149,190)
#889EC3
(136,158,195)
#93A7C8
(147,167,200)
#9EB0CD
(158,176,205)
#A9B9D2
(169,185,210)
#B4C2D7
(180,194,215)
#BFCBDC
(191,203,220)
#CAD4E1
(202,212,225)
#D5DDE6
(213,221,230)
#E0E6EB
(224,230,235)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D95BE color. Also use rgb(125,149,190) instead hex code.

Text Font Color

.myTextColor { color: #7D95BE; }

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

This text font color is #7D95BE.

Background Color

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

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

This div background color is #7D95BE.

Border color

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

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

This div border color is #7D95BE.

Opacity

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

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

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

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

This text has shadow with #7D95BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D95BE.

Preview

Color preview on black background

This text has color #7D95BE on black background.


Color preview on white background

This text has color #7D95BE on white background.


Black color preview on #7D95BE background

This text has black color on #7D95BE background.


White color preview on #7D95BE background

This text has white color on #7D95BE background.


Related colors

Complementary color

Complementary color for #hex is #826A41.


I love getcolorcode.com

Triadic colors

1 #BE7D95 and #95BE7D with #7D95BE are triadic colors.

2 #BE957D and #957DBE with #7D95BE are triadic colors.