COLOR #759EB4

HEX: #759EB4 RGB: (117,158,180)

Color info

#759EB4 contains mainly green and blue colors. Web safe color of #759EB4 is #6699CC (or #69C).

RGB color model

#759EB4 color RGB value is (117,158,180).

RGB: (117,158,180) (46%, 62%, 71%)

RGB channels and saturation

R 117 of 255 = 46%
G 158 of 255 = 62%
B 180 of 255 = 71%

117
158
180

R + G + B ~ 60%. #759EB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 158 + 180 = 455 (100%)
R 117 of 455 ~ 25.71%
G 158 of 455 ~ 34.73%
B 180 of 455 ~ 39.56'%

%25.71
%34.73
%39.56

CMYK color model

#759EB4 color CMYK value is (35,12,0,29).

  • cyan value is 35.00%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (35,12,0,29)
C35M12Y0K29 (35%, 12%, 0%, 29%)
(0.35 / 0.12 / 0.00 / 0.29)

CMYK percentages

%35
%12.22
%0
%29.41

Codes

Color #759EB4 in popluar color models

75 9E B4
RGB 117 158 180
HSL 201° 29.58% 58.24%
HSB/HSV 201° 35.00% 70.59%
CMYK 35.00% 12.22% 0.00%
29.41%

Color #759EB4 in popluar number systems.

HEX 75 9E B4
Decimal 117 158 180
Binary 1110101 10011110 10110100
Octal 165 236 264

Shades and tints

Shades of #759EB4

#759EB4
(117,158,180)
#6B90A4
(107,144,164)
#618294
(97,130,148)
#577484
(87,116,132)
#4D6674
(77,102,116)
#435864
(67,88,100)
#394A54
(57,74,84)
#2F3C44
(47,60,68)
#252E34
(37,46,52)
#1B2024
(27,32,36)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #759EB4

#759EB4
(117,158,180)
#81A6BA
(129,166,186)
#8DAEC0
(141,174,192)
#99B6C6
(153,182,198)
#A5BECC
(165,190,204)
#B1C6D2
(177,198,210)
#BDCED8
(189,206,216)
#C9D6DE
(201,214,222)
#D5DEE4
(213,222,228)
#E1E6EA
(225,230,234)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759EB4 color. Also use rgb(117,158,180) instead hex code.

Text Font Color

.myTextColor { color: #759EB4; }

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

This text font color is #759EB4.

Background Color

.myBgColor { background-color: #759EB4; }

<div style="background-color:#759EB4">Inner text</div>

This div background color is #759EB4.

Border color

.myBorderColor { border: 1px solid #759EB4; }

<div style="border:3px solid #759EB4">Div</div>

This div border color is #759EB4.

Opacity

.myOpacity80 { color: #759EB4; opacity: 0.8; }

<p style="color:#759EB4;opacity:0.8;">80%</p>

Text with #759EB4 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 #759EB4;}

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

This text has shadow with #759EB4 color.


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

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

This text has shadow with #759EB4 primary color and red secondary color.


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

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

This text has shadow with #759EB4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #759EB4.

Preview

Color preview on black background

This text has color #759EB4 on black background.


Color preview on white background

This text has color #759EB4 on white background.


Black color preview on #759EB4 background

This text has black color on #759EB4 background.


White color preview on #759EB4 background

This text has white color on #759EB4 background.


Related colors

Complementary color

Complementary color for #hex is #8A614B.


I love getcolorcode.com

Triadic colors

1 #B4759E and #9EB475 with #759EB4 are triadic colors.

2 #B49E75 and #9E75B4 with #759EB4 are triadic colors.