COLOR #757DBE

HEX: #757DBE RGB: (117,125,190)

Color info

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

RGB color model

#757DBE color RGB value is (117,125,190).

RGB: (117,125,190) (46%, 49%, 75%)

RGB channels and saturation

R 117 of 255 = 46%
G 125 of 255 = 49%
B 190 of 255 = 75%

117
125
190

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

Portions of RGB colors in percentages

R + G + B = 117 + 125 + 190 = 432 (100%)
R 117 of 432 ~ 27.08%
G 125 of 432 ~ 28.94%
B 190 of 432 ~ 43.98'%

%27.08
%28.94
%43.98

CMYK color model

#757DBE color CMYK value is (38,34,0,25).

  • cyan value is 38.42%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (38,34,0,25) C38M34Y0K25 (38%,34%,0%,25%) (0.38/0.34/0.00/0.25) 

CMYK percentages

%38.42
%34.21
%0
%25.49

Codes

Color #757DBE in popluar color models

75 7D BE
RGB 117 125 190
HSL 233° 35.96% 60.20%
HSB/HSV 233° 38.42% 74.51%
CMYK 38.42% 34.21% 0.00%
25.49%

Color #757DBE in popluar number systems.

HEX 75 7D BE
Decimal 117 125 190
Binary 1110101 1111101 10111110
Octal 165 175 276

Shades and tints

Shades of #757DBE

#757DBE
(117,125,190)
#6B72AD
(107,114,173)
#61679C
(97,103,156)
#575C8B
(87,92,139)
#4D517A
(77,81,122)
#434669
(67,70,105)
#393B58
(57,59,88)
#2F3047
(47,48,71)
#252536
(37,37,54)
#1B1A25
(27,26,37)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #757DBE

#757DBE
(117,125,190)
#8188C3
(129,136,195)
#8D93C8
(141,147,200)
#999ECD
(153,158,205)
#A5A9D2
(165,169,210)
#B1B4D7
(177,180,215)
#BDBFDC
(189,191,220)
#C9CAE1
(201,202,225)
#D5D5E6
(213,213,230)
#E1E0EB
(225,224,235)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757DBE; }

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

This text font color is #757DBE.

Background Color

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

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

This div background color is #757DBE.

Border color

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

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

This div border color is #757DBE.

Opacity

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

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

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

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

This text has shadow with #757DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757DBE.

Preview

Color preview on black background

This text has color #757DBE on black background.


Color preview on white background

This text has color #757DBE on white background.


Black color preview on #757DBE background

This text has black color on #757DBE background.


White color preview on #757DBE background

This text has white color on #757DBE background.


Related colors

Complementary color

Complementary color for #hex is #8A8241.


I love getcolorcode.com

Triadic colors

1 #BE757D and #7DBE75 with #757DBE are triadic colors.

2 #BE7D75 and #7D75BE with #757DBE are triadic colors.