COLOR #758FE0

HEX: #758FE0
RGB: (117,143,224)

Color info

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

RGB color model

#758FE0 color RGB value is (117,143,224).

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

RGB channels and saturation

R 117 of 255 = 46%
G 143 of 255 = 56%
B 224 of 255 = 88%

117
143
224

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

Portions of RGB colors in percentages

R + G + B =
117 + 143 + 224 = 484 (100%)
R 117 of 484 ~ 24.17%
G 143 of 484 ~ 29.55%
B 224 of 484 ~ 46.28%

%24.17
%29.55
%46.28

CMYK color model

#758FE0 color CMYK value is (48,36,0,12).

  • cyan value is 47.77%
  • magenta value is 36.16%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(48,36,0,12)
C48M36Y0K12 
(48%,36%,0%,12%)
(0.48/0.36/0.00/0.12)	

CMYK percentages

%47.77
%36.16
%0
%12.16

Codes

Color #758FE0 in popluar color models

758FE0
RGB117143224
HSL225°63.31%66.86%
HSB/HSV225°47.77%87.84%
CMYK47.77%36.16%0.00%
12.16%

Color #758FE0 in popluar number systems.

HEX758FE0
Decimal117143224
Binary11101011000111111100000
Octal165217340

Shades and tints

Shades of #758FE0

#758FE0
(117,143,224)
#6B82CC
(107,130,204)
#6175B8
(97,117,184)
#5768A4
(87,104,164)
#4D5B90
(77,91,144)
#434E7C
(67,78,124)
#394168
(57,65,104)
#2F3454
(47,52,84)
#252740
(37,39,64)
#1B1A2C
(27,26,44)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #758FE0

#758FE0
(117,143,224)
#8199E2
(129,153,226)
#8DA3E4
(141,163,228)
#99ADE6
(153,173,230)
#A5B7E8
(165,183,232)
#B1C1EA
(177,193,234)
#BDCBEC
(189,203,236)
#C9D5EE
(201,213,238)
#D5DFF0
(213,223,240)
#E1E9F2
(225,233,242)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758FE0 color. Also use rgb(117,143,224) instead hex code.

Text Font Color

.myTextColor { color: #758FE0; }

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

This text font color is #758FE0.


Background Color

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

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

This div background color is #758FE0.


Border color

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

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

This div border color is #758FE0.


Opacity

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

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

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

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

This text has shadow with #758FE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758FE0 on black background.


Color preview on white background

This text has color #758FE0 on white background.



Black color preview on #758FE0 background

This text has black color on #758FE0 background.


White color preview on #758FE0 background

This text has white color on #758FE0 background.