COLOR #7274AB

HEX: #7274AB
RGB: (114,116,171)

Color info

#7274AB contains red, green and blue colors in about the same proportion. Web safe color of #7274AB is #666699 (or #669).

RGB color model

#7274AB color RGB value is (114,116,171).

  • red value is 114;
  • green value is 116;
  • blue value is 171.
RGB:
(114,116,171)
(45%,45%,67%)

RGB channels and saturation

R 114 of 255 = 45%
G 116 of 255 = 45%
B 171 of 255 = 67%

114
116
171

R + G + B ~ 52%. #7274AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 116 + 171 = 401 (100%)
R 114 of 401 ~ 28.43%
G 116 of 401 ~ 28.93%
B 171 of 401 ~ 42.64%

%28.43
%28.93
%42.64

CMYK color model

#7274AB color CMYK value is (33,32,0,33).

  • cyan value is 33.33%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(33,32,0,33)
C33M32Y0K33 
(33%,32%,0%,33%)
(0.33/0.32/0.00/0.33)	

CMYK percentages

%33.33
%32.16
%0
%32.94

Codes

Color #7274AB in popluar color models

7274AB
RGB114116171
HSL238°25.33%55.88%
HSB/HSV238°33.33%67.06%
CMYK33.33%32.16%0.00%
32.94%

Color #7274AB in popluar number systems.

HEX7274AB
Decimal114116171
Binary1110010111010010101011
Octal162164253

Shades and tints

Shades of #7274AB

#7274AB
(114,116,171)
#686A9C
(104,106,156)
#5E608D
(94,96,141)
#54567E
(84,86,126)
#4A4C6F
(74,76,111)
#404260
(64,66,96)
#363851
(54,56,81)
#2C2E42
(44,46,66)
#222433
(34,36,51)
#181A24
(24,26,36)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #7274AB

#7274AB
(114,116,171)
#7E80B2
(126,128,178)
#8A8CB9
(138,140,185)
#9698C0
(150,152,192)
#A2A4C7
(162,164,199)
#AEB0CE
(174,176,206)
#BABCD5
(186,188,213)
#C6C8DC
(198,200,220)
#D2D4E3
(210,212,227)
#DEE0EA
(222,224,234)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7274AB color. Also use rgb(114,116,171) instead hex code.

Text Font Color

.myTextColor { color: #7274AB; }

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

This text font color is #7274AB.


Background Color

.myBgColor { background-color: #7274AB; }

<div style="background-color:#7274AB">Inner text</div>

This div background color is #7274AB.


Border color

.myBorderColor { border: 1px solid #7274AB; }

<div style="border:3px solid #7274AB">Div</div>

This div border color is #7274AB.


Opacity

.myOpacity80 { color: #7274AB; opacity: 0.8; }

<p style="color:#7274AB;opacity:0.8;">80%</p>

Text with #7274AB 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 #7274AB;}

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

This text has shadow with #7274AB color.

.textShadow {text-shadow: 3px 3px 1px #7274AB, 3px 3px 1px red;}

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

This text has shadow with #7274AB primary color and red secondary color.


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

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

This text has shadow with #7274AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7274AB on black background.


Color preview on white background

This text has color #7274AB on white background.



Black color preview on #7274AB background

This text has black color on #7274AB background.


White color preview on #7274AB background

This text has white color on #7274AB background.