COLOR #7D8FBE

HEX: #7D8FBE RGB: (125,143,190)

Color info

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

RGB color model

#7D8FBE color RGB value is (125,143,190).

RGB: (125,143,190) (49%, 56%, 75%)

RGB channels and saturation

R 125 of 255 = 49%
G 143 of 255 = 56%
B 190 of 255 = 75%

125
143
190

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

Portions of RGB colors in percentages

R + G + B = 125 + 143 + 190 = 458 (100%)
R 125 of 458 ~ 27.29%
G 143 of 458 ~ 31.22%
B 190 of 458 ~ 41.48'%

%27.29
%31.22
%41.48

CMYK color model

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

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

CMYK: (34,25,0,25)
C34M25Y0K25 (34%, 25%, 0%, 25%)
(0.34 / 0.25 / 0.00 / 0.25)

CMYK percentages

%34.21
%24.74
%0
%25.49

Codes

Color #7D8FBE in popluar color models

7D 8F BE
RGB 125 143 190
HSL 223° 33.33% 61.76%
HSB/HSV 223° 34.21% 74.51%
CMYK 34.21% 24.74% 0.00%
25.49%

Color #7D8FBE in popluar number systems.

HEX 7D 8F BE
Decimal 125 143 190
Binary 1111101 10001111 10111110
Octal 175 217 276

Shades and tints

Shades of #7D8FBE

#7D8FBE
(125,143,190)
#7282AD
(114,130,173)
#67759C
(103,117,156)
#5C688B
(92,104,139)
#515B7A
(81,91,122)
#464E69
(70,78,105)
#3B4158
(59,65,88)
#303447
(48,52,71)
#252736
(37,39,54)
#1A1A25
(26,26,37)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #7D8FBE

#7D8FBE
(125,143,190)
#8899C3
(136,153,195)
#93A3C8
(147,163,200)
#9EADCD
(158,173,205)
#A9B7D2
(169,183,210)
#B4C1D7
(180,193,215)
#BFCBDC
(191,203,220)
#CAD5E1
(202,213,225)
#D5DFE6
(213,223,230)
#E0E9EB
(224,233,235)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8FBE; }

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

This text font color is #7D8FBE.

Background Color

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

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

This div background color is #7D8FBE.

Border color

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

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

This div border color is #7D8FBE.

Opacity

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

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

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

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

This text has shadow with #7D8FBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8FBE.

Preview

Color preview on black background

This text has color #7D8FBE on black background.


Color preview on white background

This text has color #7D8FBE on white background.


Black color preview on #7D8FBE background

This text has black color on #7D8FBE background.


White color preview on #7D8FBE background

This text has white color on #7D8FBE background.


Related colors

Complementary color

Complementary color for #hex is #827041.


I love getcolorcode.com

Triadic colors

1 #BE7D8F and #8FBE7D with #7D8FBE are triadic colors.

2 #BE8F7D and #8F7DBE with #7D8FBE are triadic colors.