COLOR #759EC4

HEX: #759EC4 RGB: (117,158,196)

Color info

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

RGB color model

#759EC4 color RGB value is (117,158,196).

RGB: (117,158,196) (46%, 62%, 77%)

RGB channels and saturation

R 117 of 255 = 46%
G 158 of 255 = 62%
B 196 of 255 = 77%

117
158
196

R + G + B ~ 62%. #759EC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 158 + 196 = 471 (100%)
R 117 of 471 ~ 24.84%
G 158 of 471 ~ 33.55%
B 196 of 471 ~ 41.61'%

%24.84
%33.55
%41.61

CMYK color model

#759EC4 color CMYK value is (40,19,0,23).

  • cyan value is 40.31%
  • magenta value is 19.39%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (40,19,0,23)
C40M19Y0K23 (40%, 19%, 0%, 23%)
(0.40 / 0.19 / 0.00 / 0.23)

CMYK percentages

%40.31
%19.39
%0
%23.14

Codes

Color #759EC4 in popluar color models

75 9E C4
RGB 117 158 196
HSL 209° 40.10% 61.37%
HSB/HSV 209° 40.31% 76.86%
CMYK 40.31% 19.39% 0.00%
23.14%

Color #759EC4 in popluar number systems.

HEX 75 9E C4
Decimal 117 158 196
Binary 1110101 10011110 11000100
Octal 165 236 304

Shades and tints

Shades of #759EC4

#759EC4
(117,158,196)
#6B90B3
(107,144,179)
#6182A2
(97,130,162)
#577491
(87,116,145)
#4D6680
(77,102,128)
#43586F
(67,88,111)
#394A5E
(57,74,94)
#2F3C4D
(47,60,77)
#252E3C
(37,46,60)
#1B202B
(27,32,43)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #759EC4

#759EC4
(117,158,196)
#81A6C9
(129,166,201)
#8DAECE
(141,174,206)
#99B6D3
(153,182,211)
#A5BED8
(165,190,216)
#B1C6DD
(177,198,221)
#BDCEE2
(189,206,226)
#C9D6E7
(201,214,231)
#D5DEEC
(213,222,236)
#E1E6F1
(225,230,241)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759EC4; }

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

This text font color is #759EC4.

Background Color

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

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

This div background color is #759EC4.

Border color

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

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

This div border color is #759EC4.

Opacity

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

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

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

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

This text has shadow with #759EC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #759EC4.

Preview

Color preview on black background

This text has color #759EC4 on black background.


Color preview on white background

This text has color #759EC4 on white background.


Black color preview on #759EC4 background

This text has black color on #759EC4 background.


White color preview on #759EC4 background

This text has white color on #759EC4 background.


Related colors

Complementary color

Complementary color for #hex is #8A613B.


I love getcolorcode.com

Triadic colors

1 #C4759E and #9EC475 with #759EC4 are triadic colors.

2 #C49E75 and #9E75C4 with #759EC4 are triadic colors.