COLOR #7D90CD

HEX: #7D90CD RGB: (125,144,205)

Color info

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

RGB color model

#7D90CD color RGB value is (125,144,205).

RGB: (125,144,205) (49%, 56%, 80%)

RGB channels and saturation

R 125 of 255 = 49%
G 144 of 255 = 56%
B 205 of 255 = 80%

125
144
205

R + G + B ~ 62%. #7D90CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 144 + 205 = 474 (100%)
R 125 of 474 ~ 26.37%
G 144 of 474 ~ 30.38%
B 205 of 474 ~ 43.25'%

%26.37
%30.38
%43.25

CMYK color model

#7D90CD color CMYK value is (39,30,0,20).

  • cyan value is 39.02%
  • magenta value is 29.76%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (39,30,0,20)
C39M30Y0K20 (39%, 30%, 0%, 20%)
(0.39 / 0.30 / 0.00 / 0.20)

CMYK percentages

%39.02
%29.76
%0
%19.61

Codes

Color #7D90CD in popluar color models

7D 90 CD
RGB 125 144 205
HSL 226° 44.44% 64.71%
HSB/HSV 226° 39.02% 80.39%
CMYK 39.02% 29.76% 0.00%
19.61%

Color #7D90CD in popluar number systems.

HEX 7D 90 CD
Decimal 125 144 205
Binary 1111101 10010000 11001101
Octal 175 220 315

Shades and tints

Shades of #7D90CD

#7D90CD
(125,144,205)
#7283BB
(114,131,187)
#6776A9
(103,118,169)
#5C6997
(92,105,151)
#515C85
(81,92,133)
#464F73
(70,79,115)
#3B4261
(59,66,97)
#30354F
(48,53,79)
#25283D
(37,40,61)
#1A1B2B
(26,27,43)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #7D90CD

#7D90CD
(125,144,205)
#889AD1
(136,154,209)
#93A4D5
(147,164,213)
#9EAED9
(158,174,217)
#A9B8DD
(169,184,221)
#B4C2E1
(180,194,225)
#BFCCE5
(191,204,229)
#CAD6E9
(202,214,233)
#D5E0ED
(213,224,237)
#E0EAF1
(224,234,241)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D90CD color. Also use rgb(125,144,205) instead hex code.

Text Font Color

.myTextColor { color: #7D90CD; }

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

This text font color is #7D90CD.

Background Color

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

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

This div background color is #7D90CD.

Border color

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

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

This div border color is #7D90CD.

Opacity

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

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

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

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

This text has shadow with #7D90CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D90CD.

Preview

Color preview on black background

This text has color #7D90CD on black background.


Color preview on white background

This text has color #7D90CD on white background.


Black color preview on #7D90CD background

This text has black color on #7D90CD background.


White color preview on #7D90CD background

This text has white color on #7D90CD background.


Related colors

Complementary color

Complementary color for #hex is #826F32.


I love getcolorcode.com

Triadic colors

1 #CD7D90 and #90CD7D with #7D90CD are triadic colors.

2 #CD907D and #907DCD with #7D90CD are triadic colors.