COLOR #758EE1

HEX: #758EE1
RGB: (117,142,225)

Color info

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

RGB color model

#758EE1 color RGB value is (117,142,225).

  • red value is 117;
  • green value is 142;
  • blue value is 225.
RGB:
(117,142,225)
(46%,56%,88%)

RGB channels and saturation

R 117 of 255 = 46%
G 142 of 255 = 56%
B 225 of 255 = 88%

117
142
225

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

Portions of RGB colors in percentages

R + G + B =
117 + 142 + 225 = 484 (100%)
R 117 of 484 ~ 24.17%
G 142 of 484 ~ 29.34%
B 225 of 484 ~ 46.49%

%24.17
%29.34
%46.49

CMYK color model

#758EE1 color CMYK value is (48,37,0,12).

  • cyan value is 48.00%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(48,37,0,12)
C48M37Y0K12 
(48%,37%,0%,12%)
(0.48/0.37/0.00/0.12)	

CMYK percentages

%48
%36.89
%0
%11.76

Codes

Color #758EE1 in popluar color models

758EE1
RGB117142225
HSL226°64.29%67.06%
HSB/HSV226°48.00%88.24%
CMYK48.00%36.89%0.00%
11.76%

Color #758EE1 in popluar number systems.

HEX758EE1
Decimal117142225
Binary11101011000111011100001
Octal165216341

Shades and tints

Shades of #758EE1

#758EE1
(117,142,225)
#6B82CD
(107,130,205)
#6176B9
(97,118,185)
#576AA5
(87,106,165)
#4D5E91
(77,94,145)
#43527D
(67,82,125)
#394669
(57,70,105)
#2F3A55
(47,58,85)
#252E41
(37,46,65)
#1B222D
(27,34,45)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #758EE1

#758EE1
(117,142,225)
#8198E3
(129,152,227)
#8DA2E5
(141,162,229)
#99ACE7
(153,172,231)
#A5B6E9
(165,182,233)
#B1C0EB
(177,192,235)
#BDCAED
(189,202,237)
#C9D4EF
(201,212,239)
#D5DEF1
(213,222,241)
#E1E8F3
(225,232,243)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758EE1; }

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

This text font color is #758EE1.


Background Color

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

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

This div background color is #758EE1.


Border color

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

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

This div border color is #758EE1.


Opacity

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

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

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

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

This text has shadow with #758EE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758EE1 on black background.


Color preview on white background

This text has color #758EE1 on white background.



Black color preview on #758EE1 background

This text has black color on #758EE1 background.


White color preview on #758EE1 background

This text has white color on #758EE1 background.