COLOR #793FB6

HEX: #793FB6
RGB: (121,63,182)

Color info

#793FB6 contains mainly blue color. Web safe color of #793FB6 is #6633CC (or #63C).

RGB color model

#793FB6 color RGB value is (121,63,182).

  • red value is 121;
  • green value is 63;
  • blue value is 182.
RGB:
(121,63,182)
(47%,25%,71%)

RGB channels and saturation

R 121 of 255 = 47%
G 63 of 255 = 25%
B 182 of 255 = 71%

121
63
182

R + G + B ~ 48%. #793FB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 63 + 182 = 366 (100%)
R 121 of 366 ~ 33.06%
G 63 of 366 ~ 17.21%
B 182 of 366 ~ 49.73%

%33.06
%17.21
%49.73

CMYK color model

#793FB6 color CMYK value is (34,65,0,29).

  • cyan value is 33.52%
  • magenta value is 65.38%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(34,65,0,29)
C34M65Y0K29 
(34%,65%,0%,29%)
(0.34/0.65/0.00/0.29)	

CMYK percentages

%33.52
%65.38
%0
%28.63

Codes

Color #793FB6 in popluar color models

793FB6
RGB12163182
HSL269°48.57%48.04%
HSB/HSV269°65.38%71.37%
CMYK33.52%65.38%0.00%
28.63%

Color #793FB6 in popluar number systems.

HEX793FB6
Decimal12163182
Binary111100111111110110110
Octal17177266

Shades and tints

Shades of #793FB6

#793FB6
(121,63,182)
#6E3AA6
(110,58,166)
#633596
(99,53,150)
#583086
(88,48,134)
#4D2B76
(77,43,118)
#422666
(66,38,102)
#372156
(55,33,86)
#2C1C46
(44,28,70)
#211736
(33,23,54)
#161226
(22,18,38)
#0B0D16
(11,13,22)
#000000
(0,0,0)

Tints of #793FB6

#793FB6
(121,63,182)
#8550BC
(133,80,188)
#9161C2
(145,97,194)
#9D72C8
(157,114,200)
#A983CE
(169,131,206)
#B594D4
(181,148,212)
#C1A5DA
(193,165,218)
#CDB6E0
(205,182,224)
#D9C7E6
(217,199,230)
#E5D8EC
(229,216,236)
#F1E9F2
(241,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #793FB6 color. Also use rgb(121,63,182) instead hex code.

Text Font Color

.myTextColor { color: #793FB6; }

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

This text font color is #793FB6.


Background Color

.myBgColor { background-color: #793FB6; }

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

This div background color is #793FB6.


Border color

.myBorderColor { border: 1px solid #793FB6; }

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

This div border color is #793FB6.


Opacity

.myOpacity80 { color: #793FB6; opacity: 0.8; }

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

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

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

This text has shadow with #793FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #793FB6 on black background.


Color preview on white background

This text has color #793FB6 on white background.



Black color preview on #793FB6 background

This text has black color on #793FB6 background.


White color preview on #793FB6 background

This text has white color on #793FB6 background.