COLOR #758BBA

HEX: #758BBA
RGB: (117,139,186)

Color info

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

RGB color model

#758BBA color RGB value is (117,139,186).

  • red value is 117;
  • green value is 139;
  • blue value is 186.
RGB:
(117,139,186)
(46%,55%,73%)

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 186 of 255 = 73%

117
139
186

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

Portions of RGB colors in percentages

R + G + B =
117 + 139 + 186 = 442 (100%)
R 117 of 442 ~ 26.47%
G 139 of 442 ~ 31.45%
B 186 of 442 ~ 42.08%

%26.47
%31.45
%42.08

CMYK color model

#758BBA color CMYK value is (37,25,0,27).

  • cyan value is 37.10%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(37,25,0,27)
C37M25Y0K27 
(37%,25%,0%,27%)
(0.37/0.25/0.00/0.27)	

CMYK percentages

%37.1
%25.27
%0
%27.06

Codes

Color #758BBA in popluar color models

758BBA
RGB117139186
HSL221°33.33%59.41%
HSB/HSV221°37.10%72.94%
CMYK37.10%25.27%0.00%
27.06%

Color #758BBA in popluar number systems.

HEX758BBA
Decimal117139186
Binary11101011000101110111010
Octal165213272

Shades and tints

Shades of #758BBA

#758BBA
(117,139,186)
#6B7FAA
(107,127,170)
#61739A
(97,115,154)
#57678A
(87,103,138)
#4D5B7A
(77,91,122)
#434F6A
(67,79,106)
#39435A
(57,67,90)
#2F374A
(47,55,74)
#252B3A
(37,43,58)
#1B1F2A
(27,31,42)
#11131A
(17,19,26)
#000000
(0,0,0)

Tints of #758BBA

#758BBA
(117,139,186)
#8195C0
(129,149,192)
#8D9FC6
(141,159,198)
#99A9CC
(153,169,204)
#A5B3D2
(165,179,210)
#B1BDD8
(177,189,216)
#BDC7DE
(189,199,222)
#C9D1E4
(201,209,228)
#D5DBEA
(213,219,234)
#E1E5F0
(225,229,240)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758BBA; }

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

This text font color is #758BBA.


Background Color

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

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

This div background color is #758BBA.


Border color

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

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

This div border color is #758BBA.


Opacity

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

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

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

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

This text has shadow with #758BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758BBA on black background.


Color preview on white background

This text has color #758BBA on white background.



Black color preview on #758BBA background

This text has black color on #758BBA background.


White color preview on #758BBA background

This text has white color on #758BBA background.