COLOR #7271BD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
113
189

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

Portions of RGB colors in percentages

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

%27.4
%27.16
%45.43

CMYK color model

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

  • cyan value is 39.68%
  • magenta value is 40.21%
  • 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

%39.68
%40.21
%0
%25.88

Codes

Color #7271BD in popluar color models

7271BD
RGB114113189
HSL241°36.54%59.22%
HSB/HSV241°40.21%74.12%
CMYK39.68%40.21%0.00%
25.88%

Color #7271BD in popluar number systems.

HEX7271BD
Decimal114113189
Binary1110010111000110111101
Octal162161275

Shades and tints

Shades of #7271BD

#7271BD
(114,113,189)
#6867AC
(104,103,172)
#5E5D9B
(94,93,155)
#54538A
(84,83,138)
#4A4979
(74,73,121)
#403F68
(64,63,104)
#363557
(54,53,87)
#2C2B46
(44,43,70)
#222135
(34,33,53)
#181724
(24,23,36)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #7271BD

#7271BD
(114,113,189)
#7E7DC3
(126,125,195)
#8A89C9
(138,137,201)
#9695CF
(150,149,207)
#A2A1D5
(162,161,213)
#AEADDB
(174,173,219)
#BAB9E1
(186,185,225)
#C6C5E7
(198,197,231)
#D2D1ED
(210,209,237)
#DEDDF3
(222,221,243)
#EAE9F9
(234,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7271BD; }

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

This text font color is #7271BD.


Background Color

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

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

This div background color is #7271BD.


Border color

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

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

This div border color is #7271BD.


Opacity

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

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

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

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

This text has shadow with #7271BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7271BD on black background.


Color preview on white background

This text has color #7271BD on white background.



Black color preview on #7271BD background

This text has black color on #7271BD background.


White color preview on #7271BD background

This text has white color on #7271BD background.