COLOR #799AE0

HEX: #799AE0 RGB: (121,154,224)

Color info

#799AE0 contains mainly blue color. Web safe color of #799AE0 is #6699CC (or #69C).

RGB color model

#799AE0 color RGB value is (121,154,224).

RGB: (121,154,224) (47%, 60%, 88%)

RGB channels and saturation

R 121 of 255 = 47%
G 154 of 255 = 60%
B 224 of 255 = 88%

121
154
224

R + G + B ~ 65%. #799AE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 154 + 224 = 499 (100%)
R 121 of 499 ~ 24.25%
G 154 of 499 ~ 30.86%
B 224 of 499 ~ 44.89'%

%24.25
%30.86
%44.89

CMYK color model

#799AE0 color CMYK value is (46,31,0,12).

  • cyan value is 45.98%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (46,31,0,12)
C46M31Y0K12 (46%, 31%, 0%, 12%)
(0.46 / 0.31 / 0.00 / 0.12)

CMYK percentages

%45.98
%31.25
%0
%12.16

Codes

Color #799AE0 in popluar color models

79 9A E0
RGB 121 154 224
HSL 221° 62.42% 67.65%
HSB/HSV 221° 45.98% 87.84%
CMYK 45.98% 31.25% 0.00%
12.16%

Color #799AE0 in popluar number systems.

HEX 79 9A E0
Decimal 121 154 224
Binary 1111001 10011010 11100000
Octal 171 232 340

Shades and tints

Shades of #799AE0

#799AE0
(121,154,224)
#6E8CCC
(110,140,204)
#637EB8
(99,126,184)
#5870A4
(88,112,164)
#4D6290
(77,98,144)
#42547C
(66,84,124)
#374668
(55,70,104)
#2C3854
(44,56,84)
#212A40
(33,42,64)
#161C2C
(22,28,44)
#0B0E18
(11,14,24)
#000000
(0,0,0)

Tints of #799AE0

#799AE0
(121,154,224)
#85A3E2
(133,163,226)
#91ACE4
(145,172,228)
#9DB5E6
(157,181,230)
#A9BEE8
(169,190,232)
#B5C7EA
(181,199,234)
#C1D0EC
(193,208,236)
#CDD9EE
(205,217,238)
#D9E2F0
(217,226,240)
#E5EBF2
(229,235,242)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799AE0 color. Also use rgb(121,154,224) instead hex code.

Text Font Color

.myTextColor { color: #799AE0; }

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

This text font color is #799AE0.

Background Color

.myBgColor { background-color: #799AE0; }

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

This div background color is #799AE0.

Border color

.myBorderColor { border: 1px solid #799AE0; }

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

This div border color is #799AE0.

Opacity

.myOpacity80 { color: #799AE0; opacity: 0.8; }

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

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

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

This text has shadow with #799AE0 color.


.textShadow {text-shadow: 3px 3px 1px #799AE0', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #799AE0; -webkit-box-shadow: 1px 1px 3px 2px #799AE0; box-shadow:1px 1px 3px 2px #799AE0;">
Div content here
</div>

This div box has shadow with color #799AE0.

Preview

Color preview on black background

This text has color #799AE0 on black background.


Color preview on white background

This text has color #799AE0 on white background.


Black color preview on #799AE0 background

This text has black color on #799AE0 background.


White color preview on #799AE0 background

This text has white color on #799AE0 background.


Related colors

Complementary color

Complementary color for #hex is #86651F.


I love getcolorcode.com

Triadic colors

1 #E0799A and #9AE079 with #799AE0 are triadic colors.

2 #E09A79 and #9A79E0 with #799AE0 are triadic colors.