COLOR #757ABB

HEX: #757ABB
RGB: (117,122,187)

Color info

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

RGB color model

#757ABB color RGB value is (117,122,187).

  • red value is 117;
  • green value is 122;
  • blue value is 187.
RGB:
(117,122,187)
(46%,48%,73%)

RGB channels and saturation

R 117 of 255 = 46%
G 122 of 255 = 48%
B 187 of 255 = 73%

117
122
187

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

Portions of RGB colors in percentages

R + G + B =
117 + 122 + 187 = 426 (100%)
R 117 of 426 ~ 27.46%
G 122 of 426 ~ 28.64%
B 187 of 426 ~ 43.9%

%27.46
%28.64
%43.9

CMYK color model

#757ABB color CMYK value is (37,35,0,27).

  • cyan value is 37.43%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(37,35,0,27)
C37M35Y0K27 
(37%,35%,0%,27%)
(0.37/0.35/0.00/0.27)	

CMYK percentages

%37.43
%34.76
%0
%26.67

Codes

Color #757ABB in popluar color models

757ABB
RGB117122187
HSL236°33.98%59.61%
HSB/HSV236°37.43%73.33%
CMYK37.43%34.76%0.00%
26.67%

Color #757ABB in popluar number systems.

HEX757ABB
Decimal117122187
Binary1110101111101010111011
Octal165172273

Shades and tints

Shades of #757ABB

#757ABB
(117,122,187)
#6B6FAA
(107,111,170)
#616499
(97,100,153)
#575988
(87,89,136)
#4D4E77
(77,78,119)
#434366
(67,67,102)
#393855
(57,56,85)
#2F2D44
(47,45,68)
#252233
(37,34,51)
#1B1722
(27,23,34)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #757ABB

#757ABB
(117,122,187)
#8186C1
(129,134,193)
#8D92C7
(141,146,199)
#999ECD
(153,158,205)
#A5AAD3
(165,170,211)
#B1B6D9
(177,182,217)
#BDC2DF
(189,194,223)
#C9CEE5
(201,206,229)
#D5DAEB
(213,218,235)
#E1E6F1
(225,230,241)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757ABB color. Also use rgb(117,122,187) instead hex code.

Text Font Color

.myTextColor { color: #757ABB; }

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

This text font color is #757ABB.


Background Color

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

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

This div background color is #757ABB.


Border color

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

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

This div border color is #757ABB.


Opacity

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

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

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

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

This text has shadow with #757ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757ABB on black background.


Color preview on white background

This text has color #757ABB on white background.



Black color preview on #757ABB background

This text has black color on #757ABB background.


White color preview on #757ABB background

This text has white color on #757ABB background.