COLOR #7272BC

HEX: #7272BC
RGB: (114,114,188)

Color info

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

RGB color model

#7272BC color RGB value is (114,114,188).

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

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 188 of 255 = 74%

114
114
188

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

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 188 = 416 (100%)
R 114 of 416 ~ 27.4%
G 114 of 416 ~ 27.4%
B 188 of 416 ~ 45.19%

%27.4
%27.4
%45.19

CMYK color model

#7272BC color CMYK value is (39,39,0,26).

  • cyan value is 39.36%
  • magenta value is 39.36%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(39,39,0,26)
C39M39Y0K26 
(39%,39%,0%,26%)
(0.39/0.39/0.00/0.26)	

CMYK percentages

%39.36
%39.36
%0
%26.27

Codes

Color #7272BC in popluar color models

7272BC
RGB114114188
HSL240°35.58%59.22%
HSB/HSV240°39.36%73.73%
CMYK39.36%39.36%0.00%
26.27%

Color #7272BC in popluar number systems.

HEX7272BC
Decimal114114188
Binary1110010111001010111100
Octal162162274

Shades and tints

Shades of #7272BC

#7272BC
(114,114,188)
#6868AB
(104,104,171)
#5E5E9A
(94,94,154)
#545489
(84,84,137)
#4A4A78
(74,74,120)
#404067
(64,64,103)
#363656
(54,54,86)
#2C2C45
(44,44,69)
#222234
(34,34,52)
#181823
(24,24,35)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #7272BC

#7272BC
(114,114,188)
#7E7EC2
(126,126,194)
#8A8AC8
(138,138,200)
#9696CE
(150,150,206)
#A2A2D4
(162,162,212)
#AEAEDA
(174,174,218)
#BABAE0
(186,186,224)
#C6C6E6
(198,198,230)
#D2D2EC
(210,210,236)
#DEDEF2
(222,222,242)
#EAEAF8
(234,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7272BC color. Also use rgb(114,114,188) instead hex code.

Text Font Color

.myTextColor { color: #7272BC; }

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

This text font color is #7272BC.


Background Color

.myBgColor { background-color: #7272BC; }

<div style="background-color:#7272BC">Inner text</div>

This div background color is #7272BC.


Border color

.myBorderColor { border: 1px solid #7272BC; }

<div style="border:3px solid #7272BC">Div</div>

This div border color is #7272BC.


Opacity

.myOpacity80 { color: #7272BC; opacity: 0.8; }

<p style="color:#7272BC;opacity:0.8;">80%</p>

Text with #7272BC 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 #7272BC;}

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

This text has shadow with #7272BC color.

.textShadow {text-shadow: 3px 3px 1px #7272BC, 3px 3px 1px red;}

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

This text has shadow with #7272BC primary color and red secondary color.


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

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

This text has shadow with #7272BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7272BC on black background.


Color preview on white background

This text has color #7272BC on white background.



Black color preview on #7272BC background

This text has black color on #7272BC background.


White color preview on #7272BC background

This text has white color on #7272BC background.