COLOR #757CCF

HEX: #757CCF RGB: (117,124,207)

Color info

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

RGB color model

#757CCF color RGB value is (117,124,207).

RGB: (117,124,207) (46%, 49%, 81%)

RGB channels and saturation

R 117 of 255 = 46%
G 124 of 255 = 49%
B 207 of 255 = 81%

117
124
207

R + G + B ~ 59%. #757CCF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 124 + 207 = 448 (100%)
R 117 of 448 ~ 26.12%
G 124 of 448 ~ 27.68%
B 207 of 448 ~ 46.21'%

%26.12
%27.68
%46.21

CMYK color model

#757CCF color CMYK value is (43,40,0,19).

  • cyan value is 43.48%
  • magenta value is 40.10%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (43,40,0,19)
C43M40Y0K19 (43%, 40%, 0%, 19%)
(0.43 / 0.40 / 0.00 / 0.19)

CMYK percentages

%43.48
%40.1
%0
%18.82

Codes

Color #757CCF in popluar color models

75 7C CF
RGB 117 124 207
HSL 235° 48.39% 63.53%
HSB/HSV 235° 43.48% 81.18%
CMYK 43.48% 40.10% 0.00%
18.82%

Color #757CCF in popluar number systems.

HEX 75 7C CF
Decimal 117 124 207
Binary 1110101 1111100 11001111
Octal 165 174 317

Shades and tints

Shades of #757CCF

#757CCF
(117,124,207)
#6B71BD
(107,113,189)
#6166AB
(97,102,171)
#575B99
(87,91,153)
#4D5087
(77,80,135)
#434575
(67,69,117)
#393A63
(57,58,99)
#2F2F51
(47,47,81)
#25243F
(37,36,63)
#1B192D
(27,25,45)
#110E1B
(17,14,27)
#000000
(0,0,0)

Tints of #757CCF

#757CCF
(117,124,207)
#8187D3
(129,135,211)
#8D92D7
(141,146,215)
#999DDB
(153,157,219)
#A5A8DF
(165,168,223)
#B1B3E3
(177,179,227)
#BDBEE7
(189,190,231)
#C9C9EB
(201,201,235)
#D5D4EF
(213,212,239)
#E1DFF3
(225,223,243)
#EDEAF7
(237,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757CCF color. Also use rgb(117,124,207) instead hex code.

Text Font Color

.myTextColor { color: #757CCF; }

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

This text font color is #757CCF.

Background Color

.myBgColor { background-color: #757CCF; }

<div style="background-color:#757CCF">Inner text</div>

This div background color is #757CCF.

Border color

.myBorderColor { border: 1px solid #757CCF; }

<div style="border:3px solid #757CCF">Div</div>

This div border color is #757CCF.

Opacity

.myOpacity80 { color: #757CCF; opacity: 0.8; }

<p style="color:#757CCF;opacity:0.8;">80%</p>

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

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

This text has shadow with #757CCF color.


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

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

This text has shadow with #757CCF primary color and red secondary color.


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

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

This text has shadow with #757CCF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #757CCF.

Preview

Color preview on black background

This text has color #757CCF on black background.


Color preview on white background

This text has color #757CCF on white background.


Black color preview on #757CCF background

This text has black color on #757CCF background.


White color preview on #757CCF background

This text has white color on #757CCF background.


Related colors

Complementary color

Complementary color for #hex is #8A8330.


I love getcolorcode.com

Triadic colors

1 #CF757C and #7CCF75 with #757CCF are triadic colors.

2 #CF7C75 and #7C75CF with #757CCF are triadic colors.