COLOR #758AE5

HEX: #758AE5
RGB: (117,138,229)

Color info

#758AE5 contains mainly blue color. Web safe color of #758AE5 is #6699CC (or #69C).

RGB color model

#758AE5 color RGB value is (117,138,229).

  • red value is 117;
  • green value is 138;
  • blue value is 229.
RGB:
(117,138,229)
(46%,54%,90%)

RGB channels and saturation

R 117 of 255 = 46%
G 138 of 255 = 54%
B 229 of 255 = 90%

117
138
229

R + G + B ~ 63%. #758AE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 138 + 229 = 484 (100%)
R 117 of 484 ~ 24.17%
G 138 of 484 ~ 28.51%
B 229 of 484 ~ 47.31%

%24.17
%28.51
%47.31

CMYK color model

#758AE5 color CMYK value is (49,40,0,10).

  • cyan value is 48.91%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(49,40,0,10)
C49M40Y0K10 
(49%,40%,0%,10%)
(0.49/0.40/0.00/0.10)	

CMYK percentages

%48.91
%39.74
%0
%10.2

Codes

Color #758AE5 in popluar color models

758AE5
RGB117138229
HSL229°68.29%67.84%
HSB/HSV229°48.91%89.80%
CMYK48.91%39.74%0.00%
10.20%

Color #758AE5 in popluar number systems.

HEX758AE5
Decimal117138229
Binary11101011000101011100101
Octal165212345

Shades and tints

Shades of #758AE5

#758AE5
(117,138,229)
#6B7ED1
(107,126,209)
#6172BD
(97,114,189)
#5766A9
(87,102,169)
#4D5A95
(77,90,149)
#434E81
(67,78,129)
#39426D
(57,66,109)
#2F3659
(47,54,89)
#252A45
(37,42,69)
#1B1E31
(27,30,49)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #758AE5

#758AE5
(117,138,229)
#8194E7
(129,148,231)
#8D9EE9
(141,158,233)
#99A8EB
(153,168,235)
#A5B2ED
(165,178,237)
#B1BCEF
(177,188,239)
#BDC6F1
(189,198,241)
#C9D0F3
(201,208,243)
#D5DAF5
(213,218,245)
#E1E4F7
(225,228,247)
#EDEEF9
(237,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758AE5 color. Also use rgb(117,138,229) instead hex code.

Text Font Color

.myTextColor { color: #758AE5; }

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

This text font color is #758AE5.


Background Color

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

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

This div background color is #758AE5.


Border color

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

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

This div border color is #758AE5.


Opacity

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

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

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

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

This text has shadow with #758AE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758AE5 on black background.


Color preview on white background

This text has color #758AE5 on white background.



Black color preview on #758AE5 background

This text has black color on #758AE5 background.


White color preview on #758AE5 background

This text has white color on #758AE5 background.