COLOR #728EBD

HEX: #728EBD
RGB: (114,142,189)

Color info

#728EBD contains mainly green and blue colors. Web safe color of #728EBD is #6699CC (or #69C).

RGB color model

#728EBD color RGB value is (114,142,189).

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

RGB channels and saturation

R 114 of 255 = 45%
G 142 of 255 = 56%
B 189 of 255 = 74%

114
142
189

R + G + B ~ 58%. #728EBD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 142 + 189 = 445 (100%)
R 114 of 445 ~ 25.62%
G 142 of 445 ~ 31.91%
B 189 of 445 ~ 42.47%

%25.62
%31.91
%42.47

CMYK color model

#728EBD color CMYK value is (40,25,0,26).

  • cyan value is 39.68%
  • magenta value is 24.87%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(40,25,0,26)
C40M25Y0K26 
(40%,25%,0%,26%)
(0.40/0.25/0.00/0.26)	

CMYK percentages

%39.68
%24.87
%0
%25.88

Codes

Color #728EBD in popluar color models

728EBD
RGB114142189
HSL218°36.23%59.41%
HSB/HSV218°39.68%74.12%
CMYK39.68%24.87%0.00%
25.88%

Color #728EBD in popluar number systems.

HEX728EBD
Decimal114142189
Binary11100101000111010111101
Octal162216275

Shades and tints

Shades of #728EBD

#728EBD
(114,142,189)
#6882AC
(104,130,172)
#5E769B
(94,118,155)
#546A8A
(84,106,138)
#4A5E79
(74,94,121)
#405268
(64,82,104)
#364657
(54,70,87)
#2C3A46
(44,58,70)
#222E35
(34,46,53)
#182224
(24,34,36)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #728EBD

#728EBD
(114,142,189)
#7E98C3
(126,152,195)
#8AA2C9
(138,162,201)
#96ACCF
(150,172,207)
#A2B6D5
(162,182,213)
#AEC0DB
(174,192,219)
#BACAE1
(186,202,225)
#C6D4E7
(198,212,231)
#D2DEED
(210,222,237)
#DEE8F3
(222,232,243)
#EAF2F9
(234,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728EBD color. Also use rgb(114,142,189) instead hex code.

Text Font Color

.myTextColor { color: #728EBD; }

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

This text font color is #728EBD.


Background Color

.myBgColor { background-color: #728EBD; }

<div style="background-color:#728EBD">Inner text</div>

This div background color is #728EBD.


Border color

.myBorderColor { border: 1px solid #728EBD; }

<div style="border:3px solid #728EBD">Div</div>

This div border color is #728EBD.


Opacity

.myOpacity80 { color: #728EBD; opacity: 0.8; }

<p style="color:#728EBD;opacity:0.8;">80%</p>

Text with #728EBD 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 #728EBD;}

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

This text has shadow with #728EBD color.

.textShadow {text-shadow: 3px 3px 1px #728EBD, 3px 3px 1px red;}

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

This text has shadow with #728EBD primary color and red secondary color.


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

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

This text has shadow with #728EBD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728EBD on black background.


Color preview on white background

This text has color #728EBD on white background.



Black color preview on #728EBD background

This text has black color on #728EBD background.


White color preview on #728EBD background

This text has white color on #728EBD background.