COLOR #94779D

HEX: #94779D
RGB: (148,119,157)

Color info

#94779D contains red, green and blue colors in about the same proportion. Web safe color of #94779D is #996699 (or #969).

RGB color model

#94779D color RGB value is (148,119,157).

  • red value is 148;
  • green value is 119;
  • blue value is 157.
RGB: (148,119,157) (58%,47%,62%)

RGB channels and saturation

R 148 of 255 = 58%
G 119 of 255 = 47%
B 157 of 255 = 62%

148
119
157

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

Portions of RGB colors in percentages

R + G + B =
148 + 119 + 157 = 424 (100%)
R 148 of 424 ~ 34.91%
G 119 of 424 ~ 28.07%
B 157 of 424 ~ 37.03%

%34.91
%28.07
%37.03

CMYK color model

#94779D color CMYK value is (6,24,0,38).

  • cyan value is 5.73%
  • magenta value is 24.20%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (6,24,0,38) C6M24Y0K38 (6%,24%,0%,38%) (0.06/0.24/0.00/0.38)

CMYK percentages

%5.73
%24.2
%0
%38.43

Codes

Color #94779D in popluar color models

94779D
RGB148119157
HSL286°16.24%54.12%
HSB/HSV286°24.20%61.57%
CMYK5.73%24.20%0.00%
38.43%

Color #94779D in popluar number systems.

HEX94779D
Decimal148119157
Binary10010100111011110011101
Octal224167235

Shades and tints

Shades of #94779D

#94779D
(148,119,157)
#876D8F
(135,109,143)
#7A6381
(122,99,129)
#6D5973
(109,89,115)
#604F65
(96,79,101)
#534557
(83,69,87)
#463B49
(70,59,73)
#39313B
(57,49,59)
#2C272D
(44,39,45)
#1F1D1F
(31,29,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #94779D

#94779D
(148,119,157)
#9D83A5
(157,131,165)
#A68FAD
(166,143,173)
#AF9BB5
(175,155,181)
#B8A7BD
(184,167,189)
#C1B3C5
(193,179,197)
#CABFCD
(202,191,205)
#D3CBD5
(211,203,213)
#DCD7DD
(220,215,221)
#E5E3E5
(229,227,229)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94779D color. Also use rgb(148,119,157) instead hex code.

Text Font Color

.myTextColor { color: #94779D; }

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

This text font color is #94779D.


Background Color

.myBgColor { background-color: #94779D; }

<div style="background-color:#94779D">Inner text</div>

This div background color is #94779D.


Border color

.myBorderColor { border: 1px solid #94779D; }

<div style="border:3px solid #94779D">Div</div>

This div border color is #94779D.


Opacity

.myOpacity80 { color: #94779D; opacity: 0.8; }

<p style="color:#94779D;opacity:0.8;">80%</p>

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

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

This text has shadow with #94779D color.

.textShadow {text-shadow: 3px 3px 1px #94779D, 3px 3px 1px red;}

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

This text has shadow with #94779D primary color and red secondary color.


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

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

This text has shadow with #94779D and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #94779D; -webkit-box-shadow:	1px 1px 3px 2px #94779D; box-shadow:	1px 1px 3px 2px #94779D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #94779D; -webkit-box-shadow: 1px 1px 3px 2px #94779D; box-shadow:1px 1px 3px 2px #94779D;">
Div content here</div>
This div box has shadow with color #94779D.

Preview

Color preview on black background

This text has color #94779D on black background.


Color preview on white background

This text has color #94779D on white background.



Black color preview on #94779D background

This text has black color on #94779D background.


White color preview on #94779D background

This text has white color on #94779D background.