COLOR #758EBE

HEX: #758EBE RGB: (117,142,190)

Color info

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

RGB color model

#758EBE color RGB value is (117,142,190).

RGB: (117,142,190) (46%, 56%, 75%)

RGB channels and saturation

R 117 of 255 = 46%
G 142 of 255 = 56%
B 190 of 255 = 75%

117
142
190

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

Portions of RGB colors in percentages

R + G + B = 117 + 142 + 190 = 449 (100%)
R 117 of 449 ~ 26.06%
G 142 of 449 ~ 31.63%
B 190 of 449 ~ 42.32'%

%26.06
%31.63
%42.32

CMYK color model

#758EBE color CMYK value is (38,25,0,25).

  • cyan value is 38.42%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (38,25,0,25) C38M25Y0K25 (38%,25%,0%,25%) (0.38/0.25/0.00/0.25) 

CMYK percentages

%38.42
%25.26
%0
%25.49

Codes

Color #758EBE in popluar color models

75 8E BE
RGB 117 142 190
HSL 219° 35.96% 60.20%
HSB/HSV 219° 38.42% 74.51%
CMYK 38.42% 25.26% 0.00%
25.49%

Color #758EBE in popluar number systems.

HEX 75 8E BE
Decimal 117 142 190
Binary 1110101 10001110 10111110
Octal 165 216 276

Shades and tints

Shades of #758EBE

#758EBE
(117,142,190)
#6B82AD
(107,130,173)
#61769C
(97,118,156)
#576A8B
(87,106,139)
#4D5E7A
(77,94,122)
#435269
(67,82,105)
#394658
(57,70,88)
#2F3A47
(47,58,71)
#252E36
(37,46,54)
#1B2225
(27,34,37)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #758EBE

#758EBE
(117,142,190)
#8198C3
(129,152,195)
#8DA2C8
(141,162,200)
#99ACCD
(153,172,205)
#A5B6D2
(165,182,210)
#B1C0D7
(177,192,215)
#BDCADC
(189,202,220)
#C9D4E1
(201,212,225)
#D5DEE6
(213,222,230)
#E1E8EB
(225,232,235)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758EBE color. Also use rgb(117,142,190) instead hex code.

Text Font Color

.myTextColor { color: #758EBE; }

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

This text font color is #758EBE.

Background Color

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

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

This div background color is #758EBE.

Border color

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

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

This div border color is #758EBE.

Opacity

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

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

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

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

This text has shadow with #758EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #758EBE.

Preview

Color preview on black background

This text has color #758EBE on black background.


Color preview on white background

This text has color #758EBE on white background.


Black color preview on #758EBE background

This text has black color on #758EBE background.


White color preview on #758EBE background

This text has white color on #758EBE background.


Related colors

Complementary color

Complementary color for #hex is #8A7141.


I love getcolorcode.com

Triadic colors

1 #BE758E and #8EBE75 with #758EBE are triadic colors.

2 #BE8E75 and #8E75BE with #758EBE are triadic colors.