COLOR #7079BB

HEX: #7079BB RGB: (112,121,187)

Color info

#7079BB contains mainly blue color. Web safe color of #7079BB is #6666CC (or #66C).

RGB color model

#7079BB color RGB value is (112,121,187).

RGB: (112,121,187) (44%, 47%, 73%)

RGB channels and saturation

R 112 of 255 = 44%
G 121 of 255 = 47%
B 187 of 255 = 73%

112
121
187

R + G + B ~ 55%. #7079BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 121 + 187 = 420 (100%)
R 112 of 420 ~ 26.67%
G 121 of 420 ~ 28.81%
B 187 of 420 ~ 44.52'%

%26.67
%28.81
%44.52

CMYK color model

#7079BB color CMYK value is (40,35,0,27).

  • cyan value is 40.11%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (40,35,0,27)
C40M35Y0K27 (40%, 35%, 0%, 27%)
(0.40 / 0.35 / 0.00 / 0.27)

CMYK percentages

%40.11
%35.29
%0
%26.67

Codes

Color #7079BB in popluar color models

70 79 BB
RGB 112 121 187
HSL 233° 35.55% 58.63%
HSB/HSV 233° 40.11% 73.33%
CMYK 40.11% 35.29% 0.00%
26.67%

Color #7079BB in popluar number systems.

HEX 70 79 BB
Decimal 112 121 187
Binary 1110000 1111001 10111011
Octal 160 171 273

Shades and tints

Shades of #7079BB

#7079BB
(112,121,187)
#666EAA
(102,110,170)
#5C6399
(92,99,153)
#525888
(82,88,136)
#484D77
(72,77,119)
#3E4266
(62,66,102)
#343755
(52,55,85)
#2A2C44
(42,44,68)
#202133
(32,33,51)
#161622
(22,22,34)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #7079BB

#7079BB
(112,121,187)
#7D85C1
(125,133,193)
#8A91C7
(138,145,199)
#979DCD
(151,157,205)
#A4A9D3
(164,169,211)
#B1B5D9
(177,181,217)
#BEC1DF
(190,193,223)
#CBCDE5
(203,205,229)
#D8D9EB
(216,217,235)
#E5E5F1
(229,229,241)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7079BB color. Also use rgb(112,121,187) instead hex code.

Text Font Color

.myTextColor { color: #7079BB; }

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

This text font color is #7079BB.

Background Color

.myBgColor { background-color: #7079BB; }

<div style="background-color:#7079BB">Inner text</div>

This div background color is #7079BB.

Border color

.myBorderColor { border: 1px solid #7079BB; }

<div style="border:3px solid #7079BB">Div</div>

This div border color is #7079BB.

Opacity

.myOpacity80 { color: #7079BB; opacity: 0.8; }

<p style="color:#7079BB;opacity:0.8;">80%</p>

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

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

This text has shadow with #7079BB color.


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

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

This text has shadow with #7079BB primary color and red secondary color.


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

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

This text has shadow with #7079BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7079BB.

Preview

Color preview on black background

This text has color #7079BB on black background.


Color preview on white background

This text has color #7079BB on white background.


Black color preview on #7079BB background

This text has black color on #7079BB background.


White color preview on #7079BB background

This text has white color on #7079BB background.


Related colors

Complementary color

Complementary color for #hex is #8F8644.


I love getcolorcode.com

Triadic colors

1 #BB7079 and #79BB70 with #7079BB are triadic colors.

2 #BB7970 and #7970BB with #7079BB are triadic colors.