COLOR #7F88BF

HEX: #7F88BF RGB: (127,136,191)

Color info

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

RGB color model

#7F88BF color RGB value is (127,136,191).

RGB: (127,136,191) (50%, 53%, 75%)

RGB channels and saturation

R 127 of 255 = 50%
G 136 of 255 = 53%
B 191 of 255 = 75%

127
136
191

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

Portions of RGB colors in percentages

R + G + B = 127 + 136 + 191 = 454 (100%)
R 127 of 454 ~ 27.97%
G 136 of 454 ~ 29.96%
B 191 of 454 ~ 42.07'%

%27.97
%29.96
%42.07

CMYK color model

#7F88BF color CMYK value is (34,29,0,25).

  • cyan value is 33.51%
  • magenta value is 28.80%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (34,29,0,25)
C34M29Y0K25 (34%, 29%, 0%, 25%)
(0.34 / 0.29 / 0.00 / 0.25)

CMYK percentages

%33.51
%28.8
%0
%25.1

Codes

Color #7F88BF in popluar color models

7F 88 BF
RGB 127 136 191
HSL 232° 33.33% 62.35%
HSB/HSV 232° 33.51% 74.90%
CMYK 33.51% 28.80% 0.00%
25.10%

Color #7F88BF in popluar number systems.

HEX 7F 88 BF
Decimal 127 136 191
Binary 1111111 10001000 10111111
Octal 177 210 277

Shades and tints

Shades of #7F88BF

#7F88BF
(127,136,191)
#747CAE
(116,124,174)
#69709D
(105,112,157)
#5E648C
(94,100,140)
#53587B
(83,88,123)
#484C6A
(72,76,106)
#3D4059
(61,64,89)
#323448
(50,52,72)
#272837
(39,40,55)
#1C1C26
(28,28,38)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #7F88BF

#7F88BF
(127,136,191)
#8A92C4
(138,146,196)
#959CC9
(149,156,201)
#A0A6CE
(160,166,206)
#ABB0D3
(171,176,211)
#B6BAD8
(182,186,216)
#C1C4DD
(193,196,221)
#CCCEE2
(204,206,226)
#D7D8E7
(215,216,231)
#E2E2EC
(226,226,236)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F88BF color. Also use rgb(127,136,191) instead hex code.

Text Font Color

.myTextColor { color: #7F88BF; }

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

This text font color is #7F88BF.

Background Color

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

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

This div background color is #7F88BF.

Border color

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

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

This div border color is #7F88BF.

Opacity

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

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

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

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

This text has shadow with #7F88BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F88BF.

Preview

Color preview on black background

This text has color #7F88BF on black background.


Color preview on white background

This text has color #7F88BF on white background.


Black color preview on #7F88BF background

This text has black color on #7F88BF background.


White color preview on #7F88BF background

This text has white color on #7F88BF background.


Related colors

Complementary color

Complementary color for #hex is #807740.


I love getcolorcode.com

Triadic colors

1 #BF7F88 and #88BF7F with #7F88BF are triadic colors.

2 #BF887F and #887FBF with #7F88BF are triadic colors.