COLOR #758BA9

HEX: #758BA9 RGB: (117,139,169)

Color info

#758BA9 contains red, green and blue colors in about the same proportion. Web safe color of #758BA9 is #669999 (or #699).

RGB color model

#758BA9 color RGB value is (117,139,169).

RGB: (117,139,169) (46%, 55%, 66%)

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 169 of 255 = 66%

117
139
169

R + G + B ~ 56%. #758BA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 139 + 169 = 425 (100%)
R 117 of 425 ~ 27.53%
G 139 of 425 ~ 32.71%
B 169 of 425 ~ 39.76'%

%27.53
%32.71
%39.76

CMYK color model

#758BA9 color CMYK value is (31,18,0,34).

  • cyan value is 30.77%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (31,18,0,34)
C31M18Y0K34 (31%, 18%, 0%, 34%)
(0.31 / 0.18 / 0.00 / 0.34)

CMYK percentages

%30.77
%17.75
%0
%33.73

Codes

Color #758BA9 in popluar color models

75 8B A9
RGB 117 139 169
HSL 215° 23.21% 56.08%
HSB/HSV 215° 30.77% 66.27%
CMYK 30.77% 17.75% 0.00%
33.73%

Color #758BA9 in popluar number systems.

HEX 75 8B A9
Decimal 117 139 169
Binary 1110101 10001011 10101001
Octal 165 213 251

Shades and tints

Shades of #758BA9

#758BA9
(117,139,169)
#6B7F9A
(107,127,154)
#61738B
(97,115,139)
#57677C
(87,103,124)
#4D5B6D
(77,91,109)
#434F5E
(67,79,94)
#39434F
(57,67,79)
#2F3740
(47,55,64)
#252B31
(37,43,49)
#1B1F22
(27,31,34)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #758BA9

#758BA9
(117,139,169)
#8195B0
(129,149,176)
#8D9FB7
(141,159,183)
#99A9BE
(153,169,190)
#A5B3C5
(165,179,197)
#B1BDCC
(177,189,204)
#BDC7D3
(189,199,211)
#C9D1DA
(201,209,218)
#D5DBE1
(213,219,225)
#E1E5E8
(225,229,232)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758BA9 color. Also use rgb(117,139,169) instead hex code.

Text Font Color

.myTextColor { color: #758BA9; }

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

This text font color is #758BA9.

Background Color

.myBgColor { background-color: #758BA9; }

<div style="background-color:#758BA9">Inner text</div>

This div background color is #758BA9.

Border color

.myBorderColor { border: 1px solid #758BA9; }

<div style="border:3px solid #758BA9">Div</div>

This div border color is #758BA9.

Opacity

.myOpacity80 { color: #758BA9; opacity: 0.8; }

<p style="color:#758BA9;opacity:0.8;">80%</p>

Text with #758BA9 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 #758BA9;}

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

This text has shadow with #758BA9 color.


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

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

This text has shadow with #758BA9 primary color and red secondary color.


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

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

This text has shadow with #758BA9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #758BA9.

Preview

Color preview on black background

This text has color #758BA9 on black background.


Color preview on white background

This text has color #758BA9 on white background.


Black color preview on #758BA9 background

This text has black color on #758BA9 background.


White color preview on #758BA9 background

This text has white color on #758BA9 background.


Related colors

Complementary color

Complementary color for #hex is #8A7456.


I love getcolorcode.com

Triadic colors

1 #A9758B and #8BA975 with #758BA9 are triadic colors.

2 #A98B75 and #8B75A9 with #758BA9 are triadic colors.