COLOR #7D93C9

HEX: #7D93C9 RGB: (125,147,201)

Color info

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

RGB color model

#7D93C9 color RGB value is (125,147,201).

RGB: (125,147,201) (49%, 58%, 79%)

RGB channels and saturation

R 125 of 255 = 49%
G 147 of 255 = 58%
B 201 of 255 = 79%

125
147
201

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

Portions of RGB colors in percentages

R + G + B = 125 + 147 + 201 = 473 (100%)
R 125 of 473 ~ 26.43%
G 147 of 473 ~ 31.08%
B 201 of 473 ~ 42.49'%

%26.43
%31.08
%42.49

CMYK color model

#7D93C9 color CMYK value is (38,27,0,21).

  • cyan value is 37.81%
  • magenta value is 26.87%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (38,27,0,21)
C38M27Y0K21 (38%, 27%, 0%, 21%)
(0.38 / 0.27 / 0.00 / 0.21)

CMYK percentages

%37.81
%26.87
%0
%21.18

Codes

Color #7D93C9 in popluar color models

7D 93 C9
RGB 125 147 201
HSL 223° 41.30% 63.92%
HSB/HSV 223° 37.81% 78.82%
CMYK 37.81% 26.87% 0.00%
21.18%

Color #7D93C9 in popluar number systems.

HEX 7D 93 C9
Decimal 125 147 201
Binary 1111101 10010011 11001001
Octal 175 223 311

Shades and tints

Shades of #7D93C9

#7D93C9
(125,147,201)
#7286B7
(114,134,183)
#6779A5
(103,121,165)
#5C6C93
(92,108,147)
#515F81
(81,95,129)
#46526F
(70,82,111)
#3B455D
(59,69,93)
#30384B
(48,56,75)
#252B39
(37,43,57)
#1A1E27
(26,30,39)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #7D93C9

#7D93C9
(125,147,201)
#889CCD
(136,156,205)
#93A5D1
(147,165,209)
#9EAED5
(158,174,213)
#A9B7D9
(169,183,217)
#B4C0DD
(180,192,221)
#BFC9E1
(191,201,225)
#CAD2E5
(202,210,229)
#D5DBE9
(213,219,233)
#E0E4ED
(224,228,237)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D93C9 color. Also use rgb(125,147,201) instead hex code.

Text Font Color

.myTextColor { color: #7D93C9; }

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

This text font color is #7D93C9.

Background Color

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

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

This div background color is #7D93C9.

Border color

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

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

This div border color is #7D93C9.

Opacity

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

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

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

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

This text has shadow with #7D93C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D93C9.

Preview

Color preview on black background

This text has color #7D93C9 on black background.


Color preview on white background

This text has color #7D93C9 on white background.


Black color preview on #7D93C9 background

This text has black color on #7D93C9 background.


White color preview on #7D93C9 background

This text has white color on #7D93C9 background.


Related colors

Complementary color

Complementary color for #hex is #826C36.


I love getcolorcode.com

Triadic colors

1 #C97D93 and #93C97D with #7D93C9 are triadic colors.

2 #C9937D and #937DC9 with #7D93C9 are triadic colors.