COLOR #974EBD

HEX: #974EBD
RGB: (151,78,189)

Color info

#974EBD contains mainly red and blue colors. Web safe color of #974EBD is #9966CC (or #96C).

RGB color model

#974EBD color RGB value is (151,78,189).

  • red value is 151;
  • green value is 78;
  • blue value is 189.
RGB:
(151,78,189)
(59%,31%,74%)

RGB channels and saturation

R 151 of 255 = 59%
G 78 of 255 = 31%
B 189 of 255 = 74%

151
78
189

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

Portions of RGB colors in percentages

R + G + B =
151 + 78 + 189 = 418 (100%)
R 151 of 418 ~ 36.12%
G 78 of 418 ~ 18.66%
B 189 of 418 ~ 45.22%

%36.12
%18.66
%45.22

CMYK color model

#974EBD color CMYK value is (20,59,0,26).

  • cyan value is 20.11%
  • magenta value is 58.73%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(20,59,0,26)
C20M59Y0K26 
(20%,59%,0%,26%)
(0.20/0.59/0.00/0.26)	

CMYK percentages

%20.11
%58.73
%0
%25.88

Codes

Color #974EBD in popluar color models

974EBD
RGB15178189
HSL279°45.68%52.35%
HSB/HSV279°58.73%74.12%
CMYK20.11%58.73%0.00%
25.88%

Color #974EBD in popluar number systems.

HEX974EBD
Decimal15178189
Binary10010111100111010111101
Octal227116275

Shades and tints

Shades of #974EBD

#974EBD
(151,78,189)
#8A47AC
(138,71,172)
#7D409B
(125,64,155)
#70398A
(112,57,138)
#633279
(99,50,121)
#562B68
(86,43,104)
#492457
(73,36,87)
#3C1D46
(60,29,70)
#2F1635
(47,22,53)
#220F24
(34,15,36)
#150813
(21,8,19)
#000000
(0,0,0)

Tints of #974EBD

#974EBD
(151,78,189)
#A05EC3
(160,94,195)
#A96EC9
(169,110,201)
#B27ECF
(178,126,207)
#BB8ED5
(187,142,213)
#C49EDB
(196,158,219)
#CDAEE1
(205,174,225)
#D6BEE7
(214,190,231)
#DFCEED
(223,206,237)
#E8DEF3
(232,222,243)
#F1EEF9
(241,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974EBD color. Also use rgb(151,78,189) instead hex code.

Text Font Color

.myTextColor { color: #974EBD; }

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

This text font color is #974EBD.


Background Color

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

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

This div background color is #974EBD.


Border color

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

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

This div border color is #974EBD.


Opacity

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

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

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

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

This text has shadow with #974EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974EBD on black background.


Color preview on white background

This text has color #974EBD on white background.



Black color preview on #974EBD background

This text has black color on #974EBD background.


White color preview on #974EBD background

This text has white color on #974EBD background.