COLOR #7A74BD

HEX: #7A74BD
RGB: (122,116,189)

Color info

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

RGB color model

#7A74BD color RGB value is (122,116,189).

  • red value is 122;
  • green value is 116;
  • blue value is 189.
RGB:
(122,116,189)
(48%,45%,74%)

RGB channels and saturation

R 122 of 255 = 48%
G 116 of 255 = 45%
B 189 of 255 = 74%

122
116
189

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

Portions of RGB colors in percentages

R + G + B =
122 + 116 + 189 = 427 (100%)
R 122 of 427 ~ 28.57%
G 116 of 427 ~ 27.17%
B 189 of 427 ~ 44.26%

%28.57
%27.17
%44.26

CMYK color model

#7A74BD color CMYK value is (35,39,0,26).

  • cyan value is 35.45%
  • magenta value is 38.62%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(35,39,0,26)
C35M39Y0K26 
(35%,39%,0%,26%)
(0.35/0.39/0.00/0.26)	

CMYK percentages

%35.45
%38.62
%0
%25.88

Codes

Color #7A74BD in popluar color models

7A74BD
RGB122116189
HSL245°35.61%59.80%
HSB/HSV245°38.62%74.12%
CMYK35.45%38.62%0.00%
25.88%

Color #7A74BD in popluar number systems.

HEX7A74BD
Decimal122116189
Binary1111010111010010111101
Octal172164275

Shades and tints

Shades of #7A74BD

#7A74BD
(122,116,189)
#6F6AAC
(111,106,172)
#64609B
(100,96,155)
#59568A
(89,86,138)
#4E4C79
(78,76,121)
#434268
(67,66,104)
#383857
(56,56,87)
#2D2E46
(45,46,70)
#222435
(34,36,53)
#171A24
(23,26,36)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #7A74BD

#7A74BD
(122,116,189)
#8680C3
(134,128,195)
#928CC9
(146,140,201)
#9E98CF
(158,152,207)
#AAA4D5
(170,164,213)
#B6B0DB
(182,176,219)
#C2BCE1
(194,188,225)
#CEC8E7
(206,200,231)
#DAD4ED
(218,212,237)
#E6E0F3
(230,224,243)
#F2ECF9
(242,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A74BD color. Also use rgb(122,116,189) instead hex code.

Text Font Color

.myTextColor { color: #7A74BD; }

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

This text font color is #7A74BD.


Background Color

.myBgColor { background-color: #7A74BD; }

<div style="background-color:#7A74BD">Inner text</div>

This div background color is #7A74BD.


Border color

.myBorderColor { border: 1px solid #7A74BD; }

<div style="border:3px solid #7A74BD">Div</div>

This div border color is #7A74BD.


Opacity

.myOpacity80 { color: #7A74BD; opacity: 0.8; }

<p style="color:#7A74BD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A74BD color.

.textShadow {text-shadow: 3px 3px 1px #7A74BD, 3px 3px 1px red;}

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

This text has shadow with #7A74BD primary color and red secondary color.


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

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

This text has shadow with #7A74BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A74BD on black background.


Color preview on white background

This text has color #7A74BD on white background.



Black color preview on #7A74BD background

This text has black color on #7A74BD background.


White color preview on #7A74BD background

This text has white color on #7A74BD background.