COLOR #757DB5

HEX: #757DB5 RGB: (117,125,181)

Color info

#757DB5 contains mainly green and blue colors. Web safe color of #757DB5 is #6666CC (or #66C).

RGB color model

#757DB5 color RGB value is (117,125,181).

RGB: (117,125,181) (46%, 49%, 71%)

RGB channels and saturation

R 117 of 255 = 46%
G 125 of 255 = 49%
B 181 of 255 = 71%

117
125
181

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

Portions of RGB colors in percentages

R + G + B = 117 + 125 + 181 = 423 (100%)
R 117 of 423 ~ 27.66%
G 125 of 423 ~ 29.55%
B 181 of 423 ~ 42.79'%

%27.66
%29.55
%42.79

CMYK color model

#757DB5 color CMYK value is (35,31,0,29).

  • cyan value is 35.36%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (35,31,0,29)
C35M31Y0K29 (35%, 31%, 0%, 29%)
(0.35 / 0.31 / 0.00 / 0.29)

CMYK percentages

%35.36
%30.94
%0
%29.02

Codes

Color #757DB5 in popluar color models

75 7D B5
RGB 117 125 181
HSL 233° 30.19% 58.43%
HSB/HSV 233° 35.36% 70.98%
CMYK 35.36% 30.94% 0.00%
29.02%

Color #757DB5 in popluar number systems.

HEX 75 7D B5
Decimal 117 125 181
Binary 1110101 1111101 10110101
Octal 165 175 265

Shades and tints

Shades of #757DB5

#757DB5
(117,125,181)
#6B72A5
(107,114,165)
#616795
(97,103,149)
#575C85
(87,92,133)
#4D5175
(77,81,117)
#434665
(67,70,101)
#393B55
(57,59,85)
#2F3045
(47,48,69)
#252535
(37,37,53)
#1B1A25
(27,26,37)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #757DB5

#757DB5
(117,125,181)
#8188BB
(129,136,187)
#8D93C1
(141,147,193)
#999EC7
(153,158,199)
#A5A9CD
(165,169,205)
#B1B4D3
(177,180,211)
#BDBFD9
(189,191,217)
#C9CADF
(201,202,223)
#D5D5E5
(213,213,229)
#E1E0EB
(225,224,235)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757DB5 color. Also use rgb(117,125,181) instead hex code.

Text Font Color

.myTextColor { color: #757DB5; }

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

This text font color is #757DB5.

Background Color

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

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

This div background color is #757DB5.

Border color

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

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

This div border color is #757DB5.

Opacity

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

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

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

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

This text has shadow with #757DB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757DB5.

Preview

Color preview on black background

This text has color #757DB5 on black background.


Color preview on white background

This text has color #757DB5 on white background.


Black color preview on #757DB5 background

This text has black color on #757DB5 background.


White color preview on #757DB5 background

This text has white color on #757DB5 background.


Related colors

Complementary color

Complementary color for #hex is #8A824A.


I love getcolorcode.com

Triadic colors

1 #B5757D and #7DB575 with #757DB5 are triadic colors.

2 #B57D75 and #7D75B5 with #757DB5 are triadic colors.