COLOR #758DB4

HEX: #758DB4 RGB: (117,141,180)

Color info

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

RGB color model

#758DB4 color RGB value is (117,141,180).

RGB: (117,141,180) (46%, 55%, 71%)

RGB channels and saturation

R 117 of 255 = 46%
G 141 of 255 = 55%
B 180 of 255 = 71%

117
141
180

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

Portions of RGB colors in percentages

R + G + B = 117 + 141 + 180 = 438 (100%)
R 117 of 438 ~ 26.71%
G 141 of 438 ~ 32.19%
B 180 of 438 ~ 41.1'%

%26.71
%32.19
%41.1

CMYK color model

#758DB4 color CMYK value is (35,22,0,29).

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

CMYK: (35,22,0,29)
C35M22Y0K29 (35%, 22%, 0%, 29%)
(0.35 / 0.22 / 0.00 / 0.29)

CMYK percentages

%35
%21.67
%0
%29.41

Codes

Color #758DB4 in popluar color models

75 8D B4
RGB 117 141 180
HSL 217° 29.58% 58.24%
HSB/HSV 217° 35.00% 70.59%
CMYK 35.00% 21.67% 0.00%
29.41%

Color #758DB4 in popluar number systems.

HEX 75 8D B4
Decimal 117 141 180
Binary 1110101 10001101 10110100
Octal 165 215 264

Shades and tints

Shades of #758DB4

#758DB4
(117,141,180)
#6B81A4
(107,129,164)
#617594
(97,117,148)
#576984
(87,105,132)
#4D5D74
(77,93,116)
#435164
(67,81,100)
#394554
(57,69,84)
#2F3944
(47,57,68)
#252D34
(37,45,52)
#1B2124
(27,33,36)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #758DB4

#758DB4
(117,141,180)
#8197BA
(129,151,186)
#8DA1C0
(141,161,192)
#99ABC6
(153,171,198)
#A5B5CC
(165,181,204)
#B1BFD2
(177,191,210)
#BDC9D8
(189,201,216)
#C9D3DE
(201,211,222)
#D5DDE4
(213,221,228)
#E1E7EA
(225,231,234)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758DB4 color. Also use rgb(117,141,180) instead hex code.

Text Font Color

.myTextColor { color: #758DB4; }

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

This text font color is #758DB4.

Background Color

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

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

This div background color is #758DB4.

Border color

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

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

This div border color is #758DB4.

Opacity

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

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

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

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

This text has shadow with #758DB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #758DB4.

Preview

Color preview on black background

This text has color #758DB4 on black background.


Color preview on white background

This text has color #758DB4 on white background.


Black color preview on #758DB4 background

This text has black color on #758DB4 background.


White color preview on #758DB4 background

This text has white color on #758DB4 background.


Related colors

Complementary color

Complementary color for #hex is #8A724B.


I love getcolorcode.com

Triadic colors

1 #B4758D and #8DB475 with #758DB4 are triadic colors.

2 #B48D75 and #8D75B4 with #758DB4 are triadic colors.