COLOR #7F95BF

HEX: #7F95BF RGB: (127,149,191)

Color info

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

RGB color model

#7F95BF color RGB value is (127,149,191).

RGB: (127,149,191) (50%, 58%, 75%)

RGB channels and saturation

R 127 of 255 = 50%
G 149 of 255 = 58%
B 191 of 255 = 75%

127
149
191

R + G + B ~ 61%. #7F95BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 149 + 191 = 467 (100%)
R 127 of 467 ~ 27.19%
G 149 of 467 ~ 31.91%
B 191 of 467 ~ 40.9'%

%27.19
%31.91
%40.9

CMYK color model

#7F95BF color CMYK value is (34,22,0,25).

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

CMYK: (34,22,0,25)
C34M22Y0K25 (34%, 22%, 0%, 25%)
(0.34 / 0.22 / 0.00 / 0.25)

CMYK percentages

%33.51
%21.99
%0
%25.1

Codes

Color #7F95BF in popluar color models

7F 95 BF
RGB 127 149 191
HSL 219° 33.33% 62.35%
HSB/HSV 219° 33.51% 74.90%
CMYK 33.51% 21.99% 0.00%
25.10%

Color #7F95BF in popluar number systems.

HEX 7F 95 BF
Decimal 127 149 191
Binary 1111111 10010101 10111111
Octal 177 225 277

Shades and tints

Shades of #7F95BF

#7F95BF
(127,149,191)
#7488AE
(116,136,174)
#697B9D
(105,123,157)
#5E6E8C
(94,110,140)
#53617B
(83,97,123)
#48546A
(72,84,106)
#3D4759
(61,71,89)
#323A48
(50,58,72)
#272D37
(39,45,55)
#1C2026
(28,32,38)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #7F95BF

#7F95BF
(127,149,191)
#8A9EC4
(138,158,196)
#95A7C9
(149,167,201)
#A0B0CE
(160,176,206)
#ABB9D3
(171,185,211)
#B6C2D8
(182,194,216)
#C1CBDD
(193,203,221)
#CCD4E2
(204,212,226)
#D7DDE7
(215,221,231)
#E2E6EC
(226,230,236)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F95BF; }

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

This text font color is #7F95BF.

Background Color

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

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

This div background color is #7F95BF.

Border color

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

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

This div border color is #7F95BF.

Opacity

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

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

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

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

This text has shadow with #7F95BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F95BF.

Preview

Color preview on black background

This text has color #7F95BF on black background.


Color preview on white background

This text has color #7F95BF on white background.


Black color preview on #7F95BF background

This text has black color on #7F95BF background.


White color preview on #7F95BF background

This text has white color on #7F95BF background.


Related colors

Complementary color

Complementary color for #hex is #806A40.


I love getcolorcode.com

Triadic colors

1 #BF7F95 and #95BF7F with #7F95BF are triadic colors.

2 #BF957F and #957FBF with #7F95BF are triadic colors.