COLOR #7F83BB

HEX: #7F83BB RGB: (127,131,187)

Color info

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

RGB color model

#7F83BB color RGB value is (127,131,187).

RGB: (127,131,187) (50%, 51%, 73%)

RGB channels and saturation

R 127 of 255 = 50%
G 131 of 255 = 51%
B 187 of 255 = 73%

127
131
187

R + G + B ~ 58%. #7F83BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 131 + 187 = 445 (100%)
R 127 of 445 ~ 28.54%
G 131 of 445 ~ 29.44%
B 187 of 445 ~ 42.02'%

%28.54
%29.44
%42.02

CMYK color model

#7F83BB color CMYK value is (32,30,0,27).

  • cyan value is 32.09%
  • magenta value is 29.95%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (32,30,0,27) C32M30Y0K27 (32%,30%,0%,27%) (0.32/0.30/0.00/0.27) 

CMYK percentages

%32.09
%29.95
%0
%26.67

Codes

Color #7F83BB in popluar color models

7F 83 BB
RGB 127 131 187
HSL 236° 30.61% 61.57%
HSB/HSV 236° 32.09% 73.33%
CMYK 32.09% 29.95% 0.00%
26.67%

Color #7F83BB in popluar number systems.

HEX 7F 83 BB
Decimal 127 131 187
Binary 1111111 10000011 10111011
Octal 177 203 273

Shades and tints

Shades of #7F83BB

#7F83BB
(127,131,187)
#7478AA
(116,120,170)
#696D99
(105,109,153)
#5E6288
(94,98,136)
#535777
(83,87,119)
#484C66
(72,76,102)
#3D4155
(61,65,85)
#323644
(50,54,68)
#272B33
(39,43,51)
#1C2022
(28,32,34)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #7F83BB

#7F83BB
(127,131,187)
#8A8EC1
(138,142,193)
#9599C7
(149,153,199)
#A0A4CD
(160,164,205)
#ABAFD3
(171,175,211)
#B6BAD9
(182,186,217)
#C1C5DF
(193,197,223)
#CCD0E5
(204,208,229)
#D7DBEB
(215,219,235)
#E2E6F1
(226,230,241)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F83BB color. Also use rgb(127,131,187) instead hex code.

Text Font Color

.myTextColor { color: #7F83BB; }

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

This text font color is #7F83BB.

Background Color

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

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

This div background color is #7F83BB.

Border color

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

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

This div border color is #7F83BB.

Opacity

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

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

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

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

This text has shadow with #7F83BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F83BB.

Preview

Color preview on black background

This text has color #7F83BB on black background.


Color preview on white background

This text has color #7F83BB on white background.


Black color preview on #7F83BB background

This text has black color on #7F83BB background.


White color preview on #7F83BB background

This text has white color on #7F83BB background.


Related colors

Complementary color

Complementary color for #hex is #807C44.


I love getcolorcode.com

Triadic colors

1 #BB7F83 and #83BB7F with #7F83BB are triadic colors.

2 #BB837F and #837FBB with #7F83BB are triadic colors.