COLOR #759FB5

HEX: #759FB5 RGB: (117,159,181)

Color info

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

RGB color model

#759FB5 color RGB value is (117,159,181).

RGB: (117,159,181) (46%, 62%, 71%)

RGB channels and saturation

R 117 of 255 = 46%
G 159 of 255 = 62%
B 181 of 255 = 71%

117
159
181

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

Portions of RGB colors in percentages

R + G + B = 117 + 159 + 181 = 457 (100%)
R 117 of 457 ~ 25.6%
G 159 of 457 ~ 34.79%
B 181 of 457 ~ 39.61'%

%25.6
%34.79
%39.61

CMYK color model

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

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

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

CMYK percentages

%35.36
%12.15
%0
%29.02

Codes

Color #759FB5 in popluar color models

75 9F B5
RGB 117 159 181
HSL 201° 30.19% 58.43%
HSB/HSV 201° 35.36% 70.98%
CMYK 35.36% 12.15% 0.00%
29.02%

Color #759FB5 in popluar number systems.

HEX 75 9F B5
Decimal 117 159 181
Binary 1110101 10011111 10110101
Octal 165 237 265

Shades and tints

Shades of #759FB5

#759FB5
(117,159,181)
#6B91A5
(107,145,165)
#618395
(97,131,149)
#577585
(87,117,133)
#4D6775
(77,103,117)
#435965
(67,89,101)
#394B55
(57,75,85)
#2F3D45
(47,61,69)
#252F35
(37,47,53)
#1B2125
(27,33,37)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #759FB5

#759FB5
(117,159,181)
#81A7BB
(129,167,187)
#8DAFC1
(141,175,193)
#99B7C7
(153,183,199)
#A5BFCD
(165,191,205)
#B1C7D3
(177,199,211)
#BDCFD9
(189,207,217)
#C9D7DF
(201,215,223)
#D5DFE5
(213,223,229)
#E1E7EB
(225,231,235)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759FB5 color. Also use rgb(117,159,181) instead hex code.

Text Font Color

.myTextColor { color: #759FB5; }

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

This text font color is #759FB5.

Background Color

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

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

This div background color is #759FB5.

Border color

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

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

This div border color is #759FB5.

Opacity

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

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

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

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

This text has shadow with #759FB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #759FB5.

Preview

Color preview on black background

This text has color #759FB5 on black background.


Color preview on white background

This text has color #759FB5 on white background.


Black color preview on #759FB5 background

This text has black color on #759FB5 background.


White color preview on #759FB5 background

This text has white color on #759FB5 background.


Related colors

Complementary color

Complementary color for #hex is #8A604A.


I love getcolorcode.com

Triadic colors

1 #B5759F and #9FB575 with #759FB5 are triadic colors.

2 #B59F75 and #9F75B5 with #759FB5 are triadic colors.