COLOR #757BB3

HEX: #757BB3
RGB: (117,123,179)

Color info

#757BB3 contains mainly green and blue colors. Web safe color of #757BB3 is #666699 (or #669).

RGB color model

#757BB3 color RGB value is (117,123,179).

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

RGB channels and saturation

R 117 of 255 = 46%
G 123 of 255 = 48%
B 179 of 255 = 70%

117
123
179

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

Portions of RGB colors in percentages

R + G + B =
117 + 123 + 179 = 419 (100%)
R 117 of 419 ~ 27.92%
G 123 of 419 ~ 29.36%
B 179 of 419 ~ 42.72%

%27.92
%29.36
%42.72

CMYK color model

#757BB3 color CMYK value is (35,31,0,30).

  • cyan value is 34.64%
  • magenta value is 31.28%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(35,31,0,30)
C35M31Y0K30 
(35%,31%,0%,30%)
(0.35/0.31/0.00/0.30)	

CMYK percentages

%34.64
%31.28
%0
%29.8

Codes

Color #757BB3 in popluar color models

757BB3
RGB117123179
HSL234°28.97%58.04%
HSB/HSV234°34.64%70.20%
CMYK34.64%31.28%0.00%
29.80%

Color #757BB3 in popluar number systems.

HEX757BB3
Decimal117123179
Binary1110101111101110110011
Octal165173263

Shades and tints

Shades of #757BB3

#757BB3
(117,123,179)
#6B70A3
(107,112,163)
#616593
(97,101,147)
#575A83
(87,90,131)
#4D4F73
(77,79,115)
#434463
(67,68,99)
#393953
(57,57,83)
#2F2E43
(47,46,67)
#252333
(37,35,51)
#1B1823
(27,24,35)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #757BB3

#757BB3
(117,123,179)
#8187B9
(129,135,185)
#8D93BF
(141,147,191)
#999FC5
(153,159,197)
#A5ABCB
(165,171,203)
#B1B7D1
(177,183,209)
#BDC3D7
(189,195,215)
#C9CFDD
(201,207,221)
#D5DBE3
(213,219,227)
#E1E7E9
(225,231,233)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757BB3; }

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

This text font color is #757BB3.


Background Color

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

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

This div background color is #757BB3.


Border color

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

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

This div border color is #757BB3.


Opacity

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

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

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

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

This text has shadow with #757BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757BB3 on black background.


Color preview on white background

This text has color #757BB3 on white background.



Black color preview on #757BB3 background

This text has black color on #757BB3 background.


White color preview on #757BB3 background

This text has white color on #757BB3 background.