COLOR #796485

HEX: #796485
RGB: (121,100,133)

Color info

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

RGB color model

#796485 color RGB value is (121,100,133).

  • red value is 121;
  • green value is 100;
  • blue value is 133.
RGB:
(121,100,133)
(47%,39%,52%)

RGB channels and saturation

R 121 of 255 = 47%
G 100 of 255 = 39%
B 133 of 255 = 52%

121
100
133

R + G + B ~ 46%. #796485 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 100 + 133 = 354 (100%)
R 121 of 354 ~ 34.18%
G 100 of 354 ~ 28.25%
B 133 of 354 ~ 37.57%

%34.18
%28.25
%37.57

CMYK color model

#796485 color CMYK value is (9,25,0,48).

  • cyan value is 9.02%
  • magenta value is 24.81%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(9,25,0,48)
C9M25Y0K48 
(9%,25%,0%,48%)
(0.09/0.25/0.00/0.48)	

CMYK percentages

%9.02
%24.81
%0
%47.84

Codes

Color #796485 in popluar color models

796485
RGB121100133
HSL278°14.16%45.69%
HSB/HSV278°24.81%52.16%
CMYK9.02%24.81%0.00%
47.84%

Color #796485 in popluar number systems.

HEX796485
Decimal121100133
Binary1111001110010010000101
Octal171144205

Shades and tints

Shades of #796485

#796485
(121,100,133)
#6E5B79
(110,91,121)
#63526D
(99,82,109)
#584961
(88,73,97)
#4D4055
(77,64,85)
#423749
(66,55,73)
#372E3D
(55,46,61)
#2C2531
(44,37,49)
#211C25
(33,28,37)
#161319
(22,19,25)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #796485

#796485
(121,100,133)
#857290
(133,114,144)
#91809B
(145,128,155)
#9D8EA6
(157,142,166)
#A99CB1
(169,156,177)
#B5AABC
(181,170,188)
#C1B8C7
(193,184,199)
#CDC6D2
(205,198,210)
#D9D4DD
(217,212,221)
#E5E2E8
(229,226,232)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796485 color. Also use rgb(121,100,133) instead hex code.

Text Font Color

.myTextColor { color: #796485; }

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

This text font color is #796485.


Background Color

.myBgColor { background-color: #796485; }

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

This div background color is #796485.


Border color

.myBorderColor { border: 1px solid #796485; }

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

This div border color is #796485.


Opacity

.myOpacity80 { color: #796485; opacity: 0.8; }

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

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

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

This text has shadow with #796485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796485 on black background.


Color preview on white background

This text has color #796485 on white background.



Black color preview on #796485 background

This text has black color on #796485 background.


White color preview on #796485 background

This text has white color on #796485 background.