COLOR #7F82BD

HEX: #7F82BD RGB: (127,130,189)

Color info

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

RGB color model

#7F82BD color RGB value is (127,130,189).

RGB: (127,130,189) (50%, 51%, 74%)

RGB channels and saturation

R 127 of 255 = 50%
G 130 of 255 = 51%
B 189 of 255 = 74%

127
130
189

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

Portions of RGB colors in percentages

R + G + B = 127 + 130 + 189 = 446 (100%)
R 127 of 446 ~ 28.48%
G 130 of 446 ~ 29.15%
B 189 of 446 ~ 42.38'%

%28.48
%29.15
%42.38

CMYK color model

#7F82BD color CMYK value is (33,31,0,26).

  • cyan value is 32.80%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (33,31,0,26)
C33M31Y0K26 (33%, 31%, 0%, 26%)
(0.33 / 0.31 / 0.00 / 0.26)

CMYK percentages

%32.8
%31.22
%0
%25.88

Codes

Color #7F82BD in popluar color models

7F 82 BD
RGB 127 130 189
HSL 237° 31.96% 61.96%
HSB/HSV 237° 32.80% 74.12%
CMYK 32.80% 31.22% 0.00%
25.88%

Color #7F82BD in popluar number systems.

HEX 7F 82 BD
Decimal 127 130 189
Binary 1111111 10000010 10111101
Octal 177 202 275

Shades and tints

Shades of #7F82BD

#7F82BD
(127,130,189)
#7477AC
(116,119,172)
#696C9B
(105,108,155)
#5E618A
(94,97,138)
#535679
(83,86,121)
#484B68
(72,75,104)
#3D4057
(61,64,87)
#323546
(50,53,70)
#272A35
(39,42,53)
#1C1F24
(28,31,36)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #7F82BD

#7F82BD
(127,130,189)
#8A8DC3
(138,141,195)
#9598C9
(149,152,201)
#A0A3CF
(160,163,207)
#ABAED5
(171,174,213)
#B6B9DB
(182,185,219)
#C1C4E1
(193,196,225)
#CCCFE7
(204,207,231)
#D7DAED
(215,218,237)
#E2E5F3
(226,229,243)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F82BD color. Also use rgb(127,130,189) instead hex code.

Text Font Color

.myTextColor { color: #7F82BD; }

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

This text font color is #7F82BD.

Background Color

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

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

This div background color is #7F82BD.

Border color

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

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

This div border color is #7F82BD.

Opacity

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

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

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

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

This text has shadow with #7F82BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F82BD.

Preview

Color preview on black background

This text has color #7F82BD on black background.


Color preview on white background

This text has color #7F82BD on white background.


Black color preview on #7F82BD background

This text has black color on #7F82BD background.


White color preview on #7F82BD background

This text has white color on #7F82BD background.


Related colors

Complementary color

Complementary color for #hex is #807D42.


I love getcolorcode.com

Triadic colors

1 #BD7F82 and #82BD7F with #7F82BD are triadic colors.

2 #BD827F and #827FBD with #7F82BD are triadic colors.