COLOR #7D8CCC

HEX: #7D8CCC RGB: (125,140,204)

Color info

#7D8CCC contains mainly blue color. Web safe color of #7D8CCC is #6699CC (or #69C).

RGB color model

#7D8CCC color RGB value is (125,140,204).

RGB: (125,140,204) (49%, 55%, 80%)

RGB channels and saturation

R 125 of 255 = 49%
G 140 of 255 = 55%
B 204 of 255 = 80%

125
140
204

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

Portions of RGB colors in percentages

R + G + B = 125 + 140 + 204 = 469 (100%)
R 125 of 469 ~ 26.65%
G 140 of 469 ~ 29.85%
B 204 of 469 ~ 43.5'%

%26.65
%29.85
%43.5

CMYK color model

#7D8CCC color CMYK value is (39,31,0,20).

  • cyan value is 38.73%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (39,31,0,20)
C39M31Y0K20 (39%, 31%, 0%, 20%)
(0.39 / 0.31 / 0.00 / 0.20)

CMYK percentages

%38.73
%31.37
%0
%20

Codes

Color #7D8CCC in popluar color models

7D 8C CC
RGB 125 140 204
HSL 229° 43.65% 64.51%
HSB/HSV 229° 38.73% 80.00%
CMYK 38.73% 31.37% 0.00%
20.00%

Color #7D8CCC in popluar number systems.

HEX 7D 8C CC
Decimal 125 140 204
Binary 1111101 10001100 11001100
Octal 175 214 314

Shades and tints

Shades of #7D8CCC

#7D8CCC
(125,140,204)
#7280BA
(114,128,186)
#6774A8
(103,116,168)
#5C6896
(92,104,150)
#515C84
(81,92,132)
#465072
(70,80,114)
#3B4460
(59,68,96)
#30384E
(48,56,78)
#252C3C
(37,44,60)
#1A202A
(26,32,42)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #7D8CCC

#7D8CCC
(125,140,204)
#8896D0
(136,150,208)
#93A0D4
(147,160,212)
#9EAAD8
(158,170,216)
#A9B4DC
(169,180,220)
#B4BEE0
(180,190,224)
#BFC8E4
(191,200,228)
#CAD2E8
(202,210,232)
#D5DCEC
(213,220,236)
#E0E6F0
(224,230,240)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8CCC color. Also use rgb(125,140,204) instead hex code.

Text Font Color

.myTextColor { color: #7D8CCC; }

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

This text font color is #7D8CCC.

Background Color

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

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

This div background color is #7D8CCC.

Border color

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

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

This div border color is #7D8CCC.

Opacity

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

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

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

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

This text has shadow with #7D8CCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8CCC.

Preview

Color preview on black background

This text has color #7D8CCC on black background.


Color preview on white background

This text has color #7D8CCC on white background.


Black color preview on #7D8CCC background

This text has black color on #7D8CCC background.


White color preview on #7D8CCC background

This text has white color on #7D8CCC background.


Related colors

Complementary color

Complementary color for #hex is #827333.


I love getcolorcode.com

Triadic colors

1 #CC7D8C and #8CCC7D with #7D8CCC are triadic colors.

2 #CC8C7D and #8C7DCC with #7D8CCC are triadic colors.