COLOR #727DBB

HEX: #727DBB
RGB: (114,125,187)

Color info

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

RGB color model

#727DBB color RGB value is (114,125,187).

  • red value is 114;
  • green value is 125;
  • blue value is 187.
RGB:
(114,125,187)
(45%,49%,73%)

RGB channels and saturation

R 114 of 255 = 45%
G 125 of 255 = 49%
B 187 of 255 = 73%

114
125
187

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

Portions of RGB colors in percentages

R + G + B =
114 + 125 + 187 = 426 (100%)
R 114 of 426 ~ 26.76%
G 125 of 426 ~ 29.34%
B 187 of 426 ~ 43.9%

%26.76
%29.34
%43.9

CMYK color model

#727DBB color CMYK value is (39,33,0,27).

  • cyan value is 39.04%
  • magenta value is 33.16%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(39,33,0,27)
C39M33Y0K27 
(39%,33%,0%,27%)
(0.39/0.33/0.00/0.27)	

CMYK percentages

%39.04
%33.16
%0
%26.67

Codes

Color #727DBB in popluar color models

727DBB
RGB114125187
HSL231°34.93%59.02%
HSB/HSV231°39.04%73.33%
CMYK39.04%33.16%0.00%
26.67%

Color #727DBB in popluar number systems.

HEX727DBB
Decimal114125187
Binary1110010111110110111011
Octal162175273

Shades and tints

Shades of #727DBB

#727DBB
(114,125,187)
#6872AA
(104,114,170)
#5E6799
(94,103,153)
#545C88
(84,92,136)
#4A5177
(74,81,119)
#404666
(64,70,102)
#363B55
(54,59,85)
#2C3044
(44,48,68)
#222533
(34,37,51)
#181A22
(24,26,34)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #727DBB

#727DBB
(114,125,187)
#7E88C1
(126,136,193)
#8A93C7
(138,147,199)
#969ECD
(150,158,205)
#A2A9D3
(162,169,211)
#AEB4D9
(174,180,217)
#BABFDF
(186,191,223)
#C6CAE5
(198,202,229)
#D2D5EB
(210,213,235)
#DEE0F1
(222,224,241)
#EAEBF7
(234,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727DBB color. Also use rgb(114,125,187) instead hex code.

Text Font Color

.myTextColor { color: #727DBB; }

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

This text font color is #727DBB.


Background Color

.myBgColor { background-color: #727DBB; }

<div style="background-color:#727DBB">Inner text</div>

This div background color is #727DBB.


Border color

.myBorderColor { border: 1px solid #727DBB; }

<div style="border:3px solid #727DBB">Div</div>

This div border color is #727DBB.


Opacity

.myOpacity80 { color: #727DBB; opacity: 0.8; }

<p style="color:#727DBB;opacity:0.8;">80%</p>

Text with #727DBB 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 #727DBB;}

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

This text has shadow with #727DBB color.

.textShadow {text-shadow: 3px 3px 1px #727DBB, 3px 3px 1px red;}

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

This text has shadow with #727DBB primary color and red secondary color.


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

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

This text has shadow with #727DBB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727DBB on black background.


Color preview on white background

This text has color #727DBB on white background.



Black color preview on #727DBB background

This text has black color on #727DBB background.


White color preview on #727DBB background

This text has white color on #727DBB background.