COLOR #7B9DF2

HEX: #7B9DF2 RGB: (123,157,242)

Color info

#7B9DF2 contains mainly blue color. Web safe color of #7B9DF2 is #6699FF (or #69F).

RGB color model

#7B9DF2 color RGB value is (123,157,242).

RGB: (123,157,242) (48%, 62%, 95%)

RGB channels and saturation

R 123 of 255 = 48%
G 157 of 255 = 62%
B 242 of 255 = 95%

123
157
242

R + G + B ~ 68%. #7B9DF2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 157 + 242 = 522 (100%)
R 123 of 522 ~ 23.56%
G 157 of 522 ~ 30.08%
B 242 of 522 ~ 46.36'%

%23.56
%30.08
%46.36

CMYK color model

#7B9DF2 color CMYK value is (49,35,0,5).

  • cyan value is 49.17%
  • magenta value is 35.12%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (49,35,0,5) C49M35Y0K5 (49%,35%,0%,5%) (0.49/0.35/0.00/0.05) 

CMYK percentages

%49.17
%35.12
%0
%5.1

Codes

Color #7B9DF2 in popluar color models

7B 9D F2
RGB 123 157 242
HSL 223° 82.07% 71.57%
HSB/HSV 223° 49.17% 94.90%
CMYK 49.17% 35.12% 0.00%
5.10%

Color #7B9DF2 in popluar number systems.

HEX 7B 9D F2
Decimal 123 157 242
Binary 1111011 10011101 11110010
Octal 173 235 362

Shades and tints

Shades of #7B9DF2

#7B9DF2
(123,157,242)
#708FDC
(112,143,220)
#6581C6
(101,129,198)
#5A73B0
(90,115,176)
#4F659A
(79,101,154)
#445784
(68,87,132)
#39496E
(57,73,110)
#2E3B58
(46,59,88)
#232D42
(35,45,66)
#181F2C
(24,31,44)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #7B9DF2

#7B9DF2
(123,157,242)
#87A5F3
(135,165,243)
#93ADF4
(147,173,244)
#9FB5F5
(159,181,245)
#ABBDF6
(171,189,246)
#B7C5F7
(183,197,247)
#C3CDF8
(195,205,248)
#CFD5F9
(207,213,249)
#DBDDFA
(219,221,250)
#E7E5FB
(231,229,251)
#F3EDFC
(243,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9DF2 color. Also use rgb(123,157,242) instead hex code.

Text Font Color

.myTextColor { color: #7B9DF2; }

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

This text font color is #7B9DF2.

Background Color

.myBgColor { background-color: #7B9DF2; }

<div style="background-color:#7B9DF2">Inner text</div>

This div background color is #7B9DF2.

Border color

.myBorderColor { border: 1px solid #7B9DF2; }

<div style="border:3px solid #7B9DF2">Div</div>

This div border color is #7B9DF2.

Opacity

.myOpacity80 { color: #7B9DF2; opacity: 0.8; }

<p style="color:#7B9DF2;opacity:0.8;">80%</p>

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

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

This text has shadow with #7B9DF2 color.


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

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

This text has shadow with #7B9DF2 primary color and red secondary color.


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

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

This text has shadow with #7B9DF2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7B9DF2.

Preview

Color preview on black background

This text has color #7B9DF2 on black background.


Color preview on white background

This text has color #7B9DF2 on white background.


Black color preview on #7B9DF2 background

This text has black color on #7B9DF2 background.


White color preview on #7B9DF2 background

This text has white color on #7B9DF2 background.


Related colors

Complementary color

Complementary color for #hex is #84620D.


I love getcolorcode.com

Triadic colors

1 #F27B9D and #9DF27B with #7B9DF2 are triadic colors.

2 #F29D7B and #9D7BF2 with #7B9DF2 are triadic colors.