COLOR #790FFA

HEX: #790FFA
RGB: (121,15,250)

Color info

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

RGB color model

#790FFA color RGB value is (121,15,250).

  • red value is 121;
  • green value is 15;
  • blue value is 250.
RGB:
(121,15,250)
(47%,6%,98%)

RGB channels and saturation

R 121 of 255 = 47%
G 15 of 255 = 6%
B 250 of 255 = 98%

121
15
250

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

Portions of RGB colors in percentages

R + G + B =
121 + 15 + 250 = 386 (100%)
R 121 of 386 ~ 31.35%
G 15 of 386 ~ 3.89%
B 250 of 386 ~ 64.77%

%31.35
%64.77

CMYK color model

#790FFA color CMYK value is (52,94,0,2).

  • cyan value is 51.60%
  • magenta value is 94.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(52,94,0,2)
C52M94Y0K2 
(52%,94%,0%,2%)
(0.52/0.94/0.00/0.02)	

CMYK percentages

%51.6
%94
%0
%1.96

Codes

Color #790FFA in popluar color models

790FFA
RGB12115250
HSL267°95.92%51.96%
HSB/HSV267°94.00%98.04%
CMYK51.60%94.00%0.00%
1.96%

Color #790FFA in popluar number systems.

HEX790FFA
Decimal12115250
Binary1111001111111111010
Octal17117372

Shades and tints

Shades of #790FFA

#790FFA
(121,15,250)
#6E0EE4
(110,14,228)
#630DCE
(99,13,206)
#580CB8
(88,12,184)
#4D0BA2
(77,11,162)
#420A8C
(66,10,140)
#370976
(55,9,118)
#2C0860
(44,8,96)
#21074A
(33,7,74)
#160634
(22,6,52)
#0B051E
(11,5,30)
#000000
(0,0,0)

Tints of #790FFA

#790FFA
(121,15,250)
#8524FA
(133,36,250)
#9139FA
(145,57,250)
#9D4EFA
(157,78,250)
#A963FA
(169,99,250)
#B578FA
(181,120,250)
#C18DFA
(193,141,250)
#CDA2FA
(205,162,250)
#D9B7FA
(217,183,250)
#E5CCFA
(229,204,250)
#F1E1FA
(241,225,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790FFA color. Also use rgb(121,15,250) instead hex code.

Text Font Color

.myTextColor { color: #790FFA; }

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

This text font color is #790FFA.


Background Color

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

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

This div background color is #790FFA.


Border color

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

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

This div border color is #790FFA.


Opacity

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

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

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

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

This text has shadow with #790FFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790FFA on black background.


Color preview on white background

This text has color #790FFA on white background.



Black color preview on #790FFA background

This text has black color on #790FFA background.


White color preview on #790FFA background

This text has white color on #790FFA background.