COLOR #7992C9

HEX: #7992C9 RGB: (121,146,201)

Color info

#7992C9 contains mainly green and blue colors. Web safe color of #7992C9 is #6699CC (or #69C).

RGB color model

#7992C9 color RGB value is (121,146,201).

RGB: (121,146,201) (47%, 57%, 79%)

RGB channels and saturation

R 121 of 255 = 47%
G 146 of 255 = 57%
B 201 of 255 = 79%

121
146
201

R + G + B ~ 61%. #7992C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 146 + 201 = 468 (100%)
R 121 of 468 ~ 25.85%
G 146 of 468 ~ 31.2%
B 201 of 468 ~ 42.95'%

%25.85
%31.2
%42.95

CMYK color model

#7992C9 color CMYK value is (40,27,0,21).

  • cyan value is 39.80%
  • magenta value is 27.36%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (40,27,0,21)
C40M27Y0K21 (40%, 27%, 0%, 21%)
(0.40 / 0.27 / 0.00 / 0.21)

CMYK percentages

%39.8
%27.36
%0
%21.18

Codes

Color #7992C9 in popluar color models

79 92 C9
RGB 121 146 201
HSL 221° 42.55% 63.14%
HSB/HSV 221° 39.80% 78.82%
CMYK 39.80% 27.36% 0.00%
21.18%

Color #7992C9 in popluar number systems.

HEX 79 92 C9
Decimal 121 146 201
Binary 1111001 10010010 11001001
Octal 171 222 311

Shades and tints

Shades of #7992C9

#7992C9
(121,146,201)
#6E85B7
(110,133,183)
#6378A5
(99,120,165)
#586B93
(88,107,147)
#4D5E81
(77,94,129)
#42516F
(66,81,111)
#37445D
(55,68,93)
#2C374B
(44,55,75)
#212A39
(33,42,57)
#161D27
(22,29,39)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #7992C9

#7992C9
(121,146,201)
#859BCD
(133,155,205)
#91A4D1
(145,164,209)
#9DADD5
(157,173,213)
#A9B6D9
(169,182,217)
#B5BFDD
(181,191,221)
#C1C8E1
(193,200,225)
#CDD1E5
(205,209,229)
#D9DAE9
(217,218,233)
#E5E3ED
(229,227,237)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7992C9 color. Also use rgb(121,146,201) instead hex code.

Text Font Color

.myTextColor { color: #7992C9; }

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

This text font color is #7992C9.

Background Color

.myBgColor { background-color: #7992C9; }

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

This div background color is #7992C9.

Border color

.myBorderColor { border: 1px solid #7992C9; }

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

This div border color is #7992C9.

Opacity

.myOpacity80 { color: #7992C9; opacity: 0.8; }

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

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

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

This text has shadow with #7992C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7992C9.

Preview

Color preview on black background

This text has color #7992C9 on black background.


Color preview on white background

This text has color #7992C9 on white background.


Black color preview on #7992C9 background

This text has black color on #7992C9 background.


White color preview on #7992C9 background

This text has white color on #7992C9 background.


Related colors

Complementary color

Complementary color for #hex is #866D36.


I love getcolorcode.com

Triadic colors

1 #C97992 and #92C979 with #7992C9 are triadic colors.

2 #C99279 and #9279C9 with #7992C9 are triadic colors.