COLOR #90799C

HEX: #90799C
RGB: (144,121,156)

Color info

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

RGB color model

#90799C color RGB value is (144,121,156).

  • red value is 144;
  • green value is 121;
  • blue value is 156.
RGB:
(144,121,156)
(56%,47%,61%)

RGB channels and saturation

R 144 of 255 = 56%
G 121 of 255 = 47%
B 156 of 255 = 61%

144
121
156

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

Portions of RGB colors in percentages

R + G + B =
144 + 121 + 156 = 421 (100%)
R 144 of 421 ~ 34.2%
G 121 of 421 ~ 28.74%
B 156 of 421 ~ 37.05%

%34.2
%28.74
%37.05

CMYK color model

#90799C color CMYK value is (8,22,0,39).

  • cyan value is 7.69%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(8,22,0,39)
C8M22Y0K39 
(8%,22%,0%,39%)
(0.08/0.22/0.00/0.39)	

CMYK percentages

%7.69
%22.44
%0
%38.82

Codes

Color #90799C in popluar color models

90799C
RGB144121156
HSL279°15.02%54.31%
HSB/HSV279°22.44%61.18%
CMYK7.69%22.44%0.00%
38.82%

Color #90799C in popluar number systems.

HEX90799C
Decimal144121156
Binary10010000111100110011100
Octal220171234

Shades and tints

Shades of #90799C

#90799C
(144,121,156)
#836E8E
(131,110,142)
#766380
(118,99,128)
#695872
(105,88,114)
#5C4D64
(92,77,100)
#4F4256
(79,66,86)
#423748
(66,55,72)
#352C3A
(53,44,58)
#28212C
(40,33,44)
#1B161E
(27,22,30)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #90799C

#90799C
(144,121,156)
#9A85A5
(154,133,165)
#A491AE
(164,145,174)
#AE9DB7
(174,157,183)
#B8A9C0
(184,169,192)
#C2B5C9
(194,181,201)
#CCC1D2
(204,193,210)
#D6CDDB
(214,205,219)
#E0D9E4
(224,217,228)
#EAE5ED
(234,229,237)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90799C color. Also use rgb(144,121,156) instead hex code.

Text Font Color

.myTextColor { color: #90799C; }

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

This text font color is #90799C.


Background Color

.myBgColor { background-color: #90799C; }

<div style="background-color:#90799C">Inner text</div>

This div background color is #90799C.


Border color

.myBorderColor { border: 1px solid #90799C; }

<div style="border:3px solid #90799C">Div</div>

This div border color is #90799C.


Opacity

.myOpacity80 { color: #90799C; opacity: 0.8; }

<p style="color:#90799C;opacity:0.8;">80%</p>

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

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

This text has shadow with #90799C color.

.textShadow {text-shadow: 3px 3px 1px #90799C, 3px 3px 1px red;}

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

This text has shadow with #90799C primary color and red secondary color.


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

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

This text has shadow with #90799C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90799C on black background.


Color preview on white background

This text has color #90799C on white background.



Black color preview on #90799C background

This text has black color on #90799C background.


White color preview on #90799C background

This text has white color on #90799C background.