COLOR #7177BB

HEX: #7177BB
RGB: (113,119,187)

Color info

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

RGB color model

#7177BB color RGB value is (113,119,187).

  • red value is 113;
  • green value is 119;
  • blue value is 187.
RGB:
(113,119,187)
(44%,47%,73%)

RGB channels and saturation

R 113 of 255 = 44%
G 119 of 255 = 47%
B 187 of 255 = 73%

113
119
187

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

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 187 = 419 (100%)
R 113 of 419 ~ 26.97%
G 119 of 419 ~ 28.4%
B 187 of 419 ~ 44.63%

%26.97
%28.4
%44.63

CMYK color model

#7177BB color CMYK value is (40,36,0,27).

  • cyan value is 39.57%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(40,36,0,27)
C40M36Y0K27 
(40%,36%,0%,27%)
(0.40/0.36/0.00/0.27)	

CMYK percentages

%39.57
%36.36
%0
%26.67

Codes

Color #7177BB in popluar color models

7177BB
RGB113119187
HSL235°35.24%58.82%
HSB/HSV235°39.57%73.33%
CMYK39.57%36.36%0.00%
26.67%

Color #7177BB in popluar number systems.

HEX7177BB
Decimal113119187
Binary1110001111011110111011
Octal161167273

Shades and tints

Shades of #7177BB

#7177BB
(113,119,187)
#676DAA
(103,109,170)
#5D6399
(93,99,153)
#535988
(83,89,136)
#494F77
(73,79,119)
#3F4566
(63,69,102)
#353B55
(53,59,85)
#2B3144
(43,49,68)
#212733
(33,39,51)
#171D22
(23,29,34)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #7177BB

#7177BB
(113,119,187)
#7D83C1
(125,131,193)
#898FC7
(137,143,199)
#959BCD
(149,155,205)
#A1A7D3
(161,167,211)
#ADB3D9
(173,179,217)
#B9BFDF
(185,191,223)
#C5CBE5
(197,203,229)
#D1D7EB
(209,215,235)
#DDE3F1
(221,227,241)
#E9EFF7
(233,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7177BB color. Also use rgb(113,119,187) instead hex code.

Text Font Color

.myTextColor { color: #7177BB; }

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

This text font color is #7177BB.


Background Color

.myBgColor { background-color: #7177BB; }

<div style="background-color:#7177BB">Inner text</div>

This div background color is #7177BB.


Border color

.myBorderColor { border: 1px solid #7177BB; }

<div style="border:3px solid #7177BB">Div</div>

This div border color is #7177BB.


Opacity

.myOpacity80 { color: #7177BB; opacity: 0.8; }

<p style="color:#7177BB;opacity:0.8;">80%</p>

Text with #7177BB 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 #7177BB;}

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

This text has shadow with #7177BB color.

.textShadow {text-shadow: 3px 3px 1px #7177BB, 3px 3px 1px red;}

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

This text has shadow with #7177BB primary color and red secondary color.


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

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

This text has shadow with #7177BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7177BB on black background.


Color preview on white background

This text has color #7177BB on white background.



Black color preview on #7177BB background

This text has black color on #7177BB background.


White color preview on #7177BB background

This text has white color on #7177BB background.