COLOR #759CE8

HEX: #759CE8
RGB: (117,156,232)

Color info

#759CE8 contains mainly blue color. Web safe color of #759CE8 is #6699FF (or #69F).

RGB color model

#759CE8 color RGB value is (117,156,232).

  • red value is 117;
  • green value is 156;
  • blue value is 232.
RGB:
(117,156,232)
(46%,61%,91%)

RGB channels and saturation

R 117 of 255 = 46%
G 156 of 255 = 61%
B 232 of 255 = 91%

117
156
232

R + G + B ~ 66%. #759CE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 156 + 232 = 505 (100%)
R 117 of 505 ~ 23.17%
G 156 of 505 ~ 30.89%
B 232 of 505 ~ 45.94%

%23.17
%30.89
%45.94

CMYK color model

#759CE8 color CMYK value is (50,33,0,9).

  • cyan value is 49.57%
  • magenta value is 32.76%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(50,33,0,9)
C50M33Y0K9 
(50%,33%,0%,9%)
(0.50/0.33/0.00/0.09)	

CMYK percentages

%49.57
%32.76
%0
%9.02

Codes

Color #759CE8 in popluar color models

759CE8
RGB117156232
HSL220°71.43%68.43%
HSB/HSV220°49.57%90.98%
CMYK49.57%32.76%0.00%
9.02%

Color #759CE8 in popluar number systems.

HEX759CE8
Decimal117156232
Binary11101011001110011101000
Octal165234350

Shades and tints

Shades of #759CE8

#759CE8
(117,156,232)
#6B8ED3
(107,142,211)
#6180BE
(97,128,190)
#5772A9
(87,114,169)
#4D6494
(77,100,148)
#43567F
(67,86,127)
#39486A
(57,72,106)
#2F3A55
(47,58,85)
#252C40
(37,44,64)
#1B1E2B
(27,30,43)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #759CE8

#759CE8
(117,156,232)
#81A5EA
(129,165,234)
#8DAEEC
(141,174,236)
#99B7EE
(153,183,238)
#A5C0F0
(165,192,240)
#B1C9F2
(177,201,242)
#BDD2F4
(189,210,244)
#C9DBF6
(201,219,246)
#D5E4F8
(213,228,248)
#E1EDFA
(225,237,250)
#EDF6FC
(237,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759CE8 color. Also use rgb(117,156,232) instead hex code.

Text Font Color

.myTextColor { color: #759CE8; }

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

This text font color is #759CE8.


Background Color

.myBgColor { background-color: #759CE8; }

<div style="background-color:#759CE8">Inner text</div>

This div background color is #759CE8.


Border color

.myBorderColor { border: 1px solid #759CE8; }

<div style="border:3px solid #759CE8">Div</div>

This div border color is #759CE8.


Opacity

.myOpacity80 { color: #759CE8; opacity: 0.8; }

<p style="color:#759CE8;opacity:0.8;">80%</p>

Text with #759CE8 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 #759CE8;}

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

This text has shadow with #759CE8 color.

.textShadow {text-shadow: 3px 3px 1px #759CE8, 3px 3px 1px red;}

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

This text has shadow with #759CE8 primary color and red secondary color.


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

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

This text has shadow with #759CE8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759CE8 on black background.


Color preview on white background

This text has color #759CE8 on white background.



Black color preview on #759CE8 background

This text has black color on #759CE8 background.


White color preview on #759CE8 background

This text has white color on #759CE8 background.