COLOR #790BF2

HEX: #790BF2
RGB: (121,11,242)

Color info

#790BF2 contains mainly blue color. Web safe color of #790BF2 is #6600FF (or #60F).

RGB color model

#790BF2 color RGB value is (121,11,242).

  • red value is 121;
  • green value is 11;
  • blue value is 242.
RGB:
(121,11,242)
(47%,4%,95%)

RGB channels and saturation

R 121 of 255 = 47%
G 11 of 255 = 4%
B 242 of 255 = 95%

121
11
242

R + G + B ~ 49%. #790BF2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 11 + 242 = 374 (100%)
R 121 of 374 ~ 32.35%
G 11 of 374 ~ 2.94%
B 242 of 374 ~ 64.71%

%32.35
%64.71

CMYK color model

#790BF2 color CMYK value is (50,95,0,5).

  • cyan value is 50.00%
  • magenta value is 95.45%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(50,95,0,5)
C50M95Y0K5 
(50%,95%,0%,5%)
(0.50/0.95/0.00/0.05)	

CMYK percentages

%50
%95.45
%0
%5.1

Codes

Color #790BF2 in popluar color models

790BF2
RGB12111242
HSL269°91.30%49.61%
HSB/HSV269°95.45%94.90%
CMYK50.00%95.45%0.00%
5.10%

Color #790BF2 in popluar number systems.

HEX790BF2
Decimal12111242
Binary1111001101111110010
Octal17113362

Shades and tints

Shades of #790BF2

#790BF2
(121,11,242)
#6E0ADC
(110,10,220)
#6309C6
(99,9,198)
#5808B0
(88,8,176)
#4D079A
(77,7,154)
#420684
(66,6,132)
#37056E
(55,5,110)
#2C0458
(44,4,88)
#210342
(33,3,66)
#16022C
(22,2,44)
#0B0116
(11,1,22)
#000000
(0,0,0)

Tints of #790BF2

#790BF2
(121,11,242)
#8521F3
(133,33,243)
#9137F4
(145,55,244)
#9D4DF5
(157,77,245)
#A963F6
(169,99,246)
#B579F7
(181,121,247)
#C18FF8
(193,143,248)
#CDA5F9
(205,165,249)
#D9BBFA
(217,187,250)
#E5D1FB
(229,209,251)
#F1E7FC
(241,231,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790BF2 color. Also use rgb(121,11,242) instead hex code.

Text Font Color

.myTextColor { color: #790BF2; }

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

This text font color is #790BF2.


Background Color

.myBgColor { background-color: #790BF2; }

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

This div background color is #790BF2.


Border color

.myBorderColor { border: 1px solid #790BF2; }

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

This div border color is #790BF2.


Opacity

.myOpacity80 { color: #790BF2; opacity: 0.8; }

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

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

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

This text has shadow with #790BF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790BF2 on black background.


Color preview on white background

This text has color #790BF2 on white background.



Black color preview on #790BF2 background

This text has black color on #790BF2 background.


White color preview on #790BF2 background

This text has white color on #790BF2 background.