COLOR #7D8ABE

HEX: #7D8ABE RGB: (125,138,190)

Color info

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

RGB color model

#7D8ABE color RGB value is (125,138,190).

RGB: (125,138,190) (49%, 54%, 75%)

RGB channels and saturation

R 125 of 255 = 49%
G 138 of 255 = 54%
B 190 of 255 = 75%

125
138
190

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

Portions of RGB colors in percentages

R + G + B = 125 + 138 + 190 = 453 (100%)
R 125 of 453 ~ 27.59%
G 138 of 453 ~ 30.46%
B 190 of 453 ~ 41.94'%

%27.59
%30.46
%41.94

CMYK color model

#7D8ABE color CMYK value is (34,27,0,25).

  • cyan value is 34.21%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (34,27,0,25) C34M27Y0K25 (34%,27%,0%,25%) (0.34/0.27/0.00/0.25) 

CMYK percentages

%34.21
%27.37
%0
%25.49

Codes

Color #7D8ABE in popluar color models

7D 8A BE
RGB 125 138 190
HSL 228° 33.33% 61.76%
HSB/HSV 228° 34.21% 74.51%
CMYK 34.21% 27.37% 0.00%
25.49%

Color #7D8ABE in popluar number systems.

HEX 7D 8A BE
Decimal 125 138 190
Binary 1111101 10001010 10111110
Octal 175 212 276

Shades and tints

Shades of #7D8ABE

#7D8ABE
(125,138,190)
#727EAD
(114,126,173)
#67729C
(103,114,156)
#5C668B
(92,102,139)
#515A7A
(81,90,122)
#464E69
(70,78,105)
#3B4258
(59,66,88)
#303647
(48,54,71)
#252A36
(37,42,54)
#1A1E25
(26,30,37)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #7D8ABE

#7D8ABE
(125,138,190)
#8894C3
(136,148,195)
#939EC8
(147,158,200)
#9EA8CD
(158,168,205)
#A9B2D2
(169,178,210)
#B4BCD7
(180,188,215)
#BFC6DC
(191,198,220)
#CAD0E1
(202,208,225)
#D5DAE6
(213,218,230)
#E0E4EB
(224,228,235)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8ABE; }

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

This text font color is #7D8ABE.

Background Color

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

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

This div background color is #7D8ABE.

Border color

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

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

This div border color is #7D8ABE.

Opacity

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

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

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

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

This text has shadow with #7D8ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8ABE.

Preview

Color preview on black background

This text has color #7D8ABE on black background.


Color preview on white background

This text has color #7D8ABE on white background.


Black color preview on #7D8ABE background

This text has black color on #7D8ABE background.


White color preview on #7D8ABE background

This text has white color on #7D8ABE background.


Related colors

Complementary color

Complementary color for #hex is #827541.


I love getcolorcode.com

Triadic colors

1 #BE7D8A and #8ABE7D with #7D8ABE are triadic colors.

2 #BE8A7D and #8A7DBE with #7D8ABE are triadic colors.