COLOR #7172BD

HEX: #7172BD
RGB: (113,114,189)

Color info

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

RGB color model

#7172BD color RGB value is (113,114,189).

  • red value is 113;
  • green value is 114;
  • blue value is 189.
RGB:
(113,114,189)
(44%,45%,74%)

RGB channels and saturation

R 113 of 255 = 44%
G 114 of 255 = 45%
B 189 of 255 = 74%

113
114
189

R + G + B ~ 54%. #7172BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 189 = 416 (100%)
R 113 of 416 ~ 27.16%
G 114 of 416 ~ 27.4%
B 189 of 416 ~ 45.43%

%27.16
%27.4
%45.43

CMYK color model

#7172BD color CMYK value is (40,40,0,26).

  • cyan value is 40.21%
  • magenta value is 39.68%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(40,40,0,26)
C40M40Y0K26 
(40%,40%,0%,26%)
(0.40/0.40/0.00/0.26)	

CMYK percentages

%40.21
%39.68
%0
%25.88

Codes

Color #7172BD in popluar color models

7172BD
RGB113114189
HSL239°36.54%59.22%
HSB/HSV239°40.21%74.12%
CMYK40.21%39.68%0.00%
25.88%

Color #7172BD in popluar number systems.

HEX7172BD
Decimal113114189
Binary1110001111001010111101
Octal161162275

Shades and tints

Shades of #7172BD

#7172BD
(113,114,189)
#6768AC
(103,104,172)
#5D5E9B
(93,94,155)
#53548A
(83,84,138)
#494A79
(73,74,121)
#3F4068
(63,64,104)
#353657
(53,54,87)
#2B2C46
(43,44,70)
#212235
(33,34,53)
#171824
(23,24,36)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #7172BD

#7172BD
(113,114,189)
#7D7EC3
(125,126,195)
#898AC9
(137,138,201)
#9596CF
(149,150,207)
#A1A2D5
(161,162,213)
#ADAEDB
(173,174,219)
#B9BAE1
(185,186,225)
#C5C6E7
(197,198,231)
#D1D2ED
(209,210,237)
#DDDEF3
(221,222,243)
#E9EAF9
(233,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7172BD color. Also use rgb(113,114,189) instead hex code.

Text Font Color

.myTextColor { color: #7172BD; }

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

This text font color is #7172BD.


Background Color

.myBgColor { background-color: #7172BD; }

<div style="background-color:#7172BD">Inner text</div>

This div background color is #7172BD.


Border color

.myBorderColor { border: 1px solid #7172BD; }

<div style="border:3px solid #7172BD">Div</div>

This div border color is #7172BD.


Opacity

.myOpacity80 { color: #7172BD; opacity: 0.8; }

<p style="color:#7172BD;opacity:0.8;">80%</p>

Text with #7172BD 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 #7172BD;}

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

This text has shadow with #7172BD color.

.textShadow {text-shadow: 3px 3px 1px #7172BD, 3px 3px 1px red;}

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

This text has shadow with #7172BD primary color and red secondary color.


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

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

This text has shadow with #7172BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7172BD on black background.


Color preview on white background

This text has color #7172BD on white background.



Black color preview on #7172BD background

This text has black color on #7172BD background.


White color preview on #7172BD background

This text has white color on #7172BD background.