COLOR #757DB0

HEX: #757DB0 RGB: (117,125,176)

Color info

#757DB0 contains red, green and blue colors in about the same proportion. Web safe color of #757DB0 is #666699 (or #669).

RGB color model

#757DB0 color RGB value is (117,125,176).

RGB: (117,125,176) (46%, 49%, 69%)

RGB channels and saturation

R 117 of 255 = 46%
G 125 of 255 = 49%
B 176 of 255 = 69%

117
125
176

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

Portions of RGB colors in percentages

R + G + B = 117 + 125 + 176 = 418 (100%)
R 117 of 418 ~ 27.99%
G 125 of 418 ~ 29.9%
B 176 of 418 ~ 42.11'%

%27.99
%29.9
%42.11

CMYK color model

#757DB0 color CMYK value is (34,29,0,31).

  • cyan value is 33.52%
  • magenta value is 28.98%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (34,29,0,31)
C34M29Y0K31 (34%, 29%, 0%, 31%)
(0.34 / 0.29 / 0.00 / 0.31)

CMYK percentages

%33.52
%28.98
%0
%30.98

Codes

Color #757DB0 in popluar color models

75 7D B0
RGB 117 125 176
HSL 232° 27.19% 57.45%
HSB/HSV 232° 33.52% 69.02%
CMYK 33.52% 28.98% 0.00%
30.98%

Color #757DB0 in popluar number systems.

HEX 75 7D B0
Decimal 117 125 176
Binary 1110101 1111101 10110000
Octal 165 175 260

Shades and tints

Shades of #757DB0

#757DB0
(117,125,176)
#6B72A0
(107,114,160)
#616790
(97,103,144)
#575C80
(87,92,128)
#4D5170
(77,81,112)
#434660
(67,70,96)
#393B50
(57,59,80)
#2F3040
(47,48,64)
#252530
(37,37,48)
#1B1A20
(27,26,32)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #757DB0

#757DB0
(117,125,176)
#8188B7
(129,136,183)
#8D93BE
(141,147,190)
#999EC5
(153,158,197)
#A5A9CC
(165,169,204)
#B1B4D3
(177,180,211)
#BDBFDA
(189,191,218)
#C9CAE1
(201,202,225)
#D5D5E8
(213,213,232)
#E1E0EF
(225,224,239)
#EDEBF6
(237,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757DB0; }

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

This text font color is #757DB0.

Background Color

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

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

This div background color is #757DB0.

Border color

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

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

This div border color is #757DB0.

Opacity

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

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

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

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

This text has shadow with #757DB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757DB0.

Preview

Color preview on black background

This text has color #757DB0 on black background.


Color preview on white background

This text has color #757DB0 on white background.


Black color preview on #757DB0 background

This text has black color on #757DB0 background.


White color preview on #757DB0 background

This text has white color on #757DB0 background.


Related colors

Complementary color

Complementary color for #hex is #8A824F.


I love getcolorcode.com

Triadic colors

1 #B0757D and #7DB075 with #757DB0 are triadic colors.

2 #B07D75 and #7D75B0 with #757DB0 are triadic colors.