COLOR #737FCD

HEX: #737FCD RGB: (115,127,205)

Color info

#737FCD contains mainly blue color. Web safe color of #737FCD is #6666CC (or #66C).

RGB color model

#737FCD color RGB value is (115,127,205).

RGB: (115,127,205) (45%, 50%, 80%)

RGB channels and saturation

R 115 of 255 = 45%
G 127 of 255 = 50%
B 205 of 255 = 80%

115
127
205

R + G + B ~ 58%. #737FCD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 127 + 205 = 447 (100%)
R 115 of 447 ~ 25.73%
G 127 of 447 ~ 28.41%
B 205 of 447 ~ 45.86'%

%25.73
%28.41
%45.86

CMYK color model

#737FCD color CMYK value is (44,38,0,20).

  • cyan value is 43.90%
  • magenta value is 38.05%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (44,38,0,20)
C44M38Y0K20 (44%, 38%, 0%, 20%)
(0.44 / 0.38 / 0.00 / 0.20)

CMYK percentages

%43.9
%38.05
%0
%19.61

Codes

Color #737FCD in popluar color models

73 7F CD
RGB 115 127 205
HSL 232° 47.37% 62.75%
HSB/HSV 232° 43.90% 80.39%
CMYK 43.90% 38.05% 0.00%
19.61%

Color #737FCD in popluar number systems.

HEX 73 7F CD
Decimal 115 127 205
Binary 1110011 1111111 11001101
Octal 163 177 315

Shades and tints

Shades of #737FCD

#737FCD
(115,127,205)
#6974BB
(105,116,187)
#5F69A9
(95,105,169)
#555E97
(85,94,151)
#4B5385
(75,83,133)
#414873
(65,72,115)
#373D61
(55,61,97)
#2D324F
(45,50,79)
#23273D
(35,39,61)
#191C2B
(25,28,43)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #737FCD

#737FCD
(115,127,205)
#7F8AD1
(127,138,209)
#8B95D5
(139,149,213)
#97A0D9
(151,160,217)
#A3ABDD
(163,171,221)
#AFB6E1
(175,182,225)
#BBC1E5
(187,193,229)
#C7CCE9
(199,204,233)
#D3D7ED
(211,215,237)
#DFE2F1
(223,226,241)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737FCD color. Also use rgb(115,127,205) instead hex code.

Text Font Color

.myTextColor { color: #737FCD; }

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

This text font color is #737FCD.

Background Color

.myBgColor { background-color: #737FCD; }

<div style="background-color:#737FCD">Inner text</div>

This div background color is #737FCD.

Border color

.myBorderColor { border: 1px solid #737FCD; }

<div style="border:3px solid #737FCD">Div</div>

This div border color is #737FCD.

Opacity

.myOpacity80 { color: #737FCD; opacity: 0.8; }

<p style="color:#737FCD;opacity:0.8;">80%</p>

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

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

This text has shadow with #737FCD color.


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

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

This text has shadow with #737FCD primary color and red secondary color.


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

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

This text has shadow with #737FCD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #737FCD.

Preview

Color preview on black background

This text has color #737FCD on black background.


Color preview on white background

This text has color #737FCD on white background.


Black color preview on #737FCD background

This text has black color on #737FCD background.


White color preview on #737FCD background

This text has white color on #737FCD background.


Related colors

Complementary color

Complementary color for #hex is #8C8032.


I love getcolorcode.com

Triadic colors

1 #CD737F and #7FCD73 with #737FCD are triadic colors.

2 #CD7F73 and #7F73CD with #737FCD are triadic colors.