COLOR #757BD0

HEX: #757BD0
RGB: (117,123,208)

Color info

#757BD0 contains mainly blue color. Web safe color of #757BD0 is #6666CC (or #66C).

RGB color model

#757BD0 color RGB value is (117,123,208).

  • red value is 117;
  • green value is 123;
  • blue value is 208.
RGB:
(117,123,208)
(46%,48%,82%)

RGB channels and saturation

R 117 of 255 = 46%
G 123 of 255 = 48%
B 208 of 255 = 82%

117
123
208

R + G + B ~ 59%. #757BD0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 123 + 208 = 448 (100%)
R 117 of 448 ~ 26.12%
G 123 of 448 ~ 27.46%
B 208 of 448 ~ 46.43%

%26.12
%27.46
%46.43

CMYK color model

#757BD0 color CMYK value is (44,41,0,18).

  • cyan value is 43.75%
  • magenta value is 40.87%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(44,41,0,18)
C44M41Y0K18 
(44%,41%,0%,18%)
(0.44/0.41/0.00/0.18)	

CMYK percentages

%43.75
%40.87
%0
%18.43

Codes

Color #757BD0 in popluar color models

757BD0
RGB117123208
HSL236°49.19%63.73%
HSB/HSV236°43.75%81.57%
CMYK43.75%40.87%0.00%
18.43%

Color #757BD0 in popluar number systems.

HEX757BD0
Decimal117123208
Binary1110101111101111010000
Octal165173320

Shades and tints

Shades of #757BD0

#757BD0
(117,123,208)
#6B70BE
(107,112,190)
#6165AC
(97,101,172)
#575A9A
(87,90,154)
#4D4F88
(77,79,136)
#434476
(67,68,118)
#393964
(57,57,100)
#2F2E52
(47,46,82)
#252340
(37,35,64)
#1B182E
(27,24,46)
#110D1C
(17,13,28)
#000000
(0,0,0)

Tints of #757BD0

#757BD0
(117,123,208)
#8187D4
(129,135,212)
#8D93D8
(141,147,216)
#999FDC
(153,159,220)
#A5ABE0
(165,171,224)
#B1B7E4
(177,183,228)
#BDC3E8
(189,195,232)
#C9CFEC
(201,207,236)
#D5DBF0
(213,219,240)
#E1E7F4
(225,231,244)
#EDF3F8
(237,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757BD0 color. Also use rgb(117,123,208) instead hex code.

Text Font Color

.myTextColor { color: #757BD0; }

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

This text font color is #757BD0.


Background Color

.myBgColor { background-color: #757BD0; }

<div style="background-color:#757BD0">Inner text</div>

This div background color is #757BD0.


Border color

.myBorderColor { border: 1px solid #757BD0; }

<div style="border:3px solid #757BD0">Div</div>

This div border color is #757BD0.


Opacity

.myOpacity80 { color: #757BD0; opacity: 0.8; }

<p style="color:#757BD0;opacity:0.8;">80%</p>

Text with #757BD0 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 #757BD0;}

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

This text has shadow with #757BD0 color.

.textShadow {text-shadow: 3px 3px 1px #757BD0, 3px 3px 1px red;}

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

This text has shadow with #757BD0 primary color and red secondary color.


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

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

This text has shadow with #757BD0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757BD0 on black background.


Color preview on white background

This text has color #757BD0 on white background.



Black color preview on #757BD0 background

This text has black color on #757BD0 background.


White color preview on #757BD0 background

This text has white color on #757BD0 background.