COLOR #7B93BF

HEX: #7B93BF RGB: (123,147,191)

Color info

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

RGB color model

#7B93BF color RGB value is (123,147,191).

RGB: (123,147,191) (48%, 58%, 75%)

RGB channels and saturation

R 123 of 255 = 48%
G 147 of 255 = 58%
B 191 of 255 = 75%

123
147
191

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

Portions of RGB colors in percentages

R + G + B = 123 + 147 + 191 = 461 (100%)
R 123 of 461 ~ 26.68%
G 147 of 461 ~ 31.89%
B 191 of 461 ~ 41.43'%

%26.68
%31.89
%41.43

CMYK color model

#7B93BF color CMYK value is (36,23,0,25).

  • cyan value is 35.60%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (36,23,0,25)
C36M23Y0K25 (36%, 23%, 0%, 25%)
(0.36 / 0.23 / 0.00 / 0.25)

CMYK percentages

%35.6
%23.04
%0
%25.1

Codes

Color #7B93BF in popluar color models

7B 93 BF
RGB 123 147 191
HSL 219° 34.69% 61.57%
HSB/HSV 219° 35.60% 74.90%
CMYK 35.60% 23.04% 0.00%
25.10%

Color #7B93BF in popluar number systems.

HEX 7B 93 BF
Decimal 123 147 191
Binary 1111011 10010011 10111111
Octal 173 223 277

Shades and tints

Shades of #7B93BF

#7B93BF
(123,147,191)
#7086AE
(112,134,174)
#65799D
(101,121,157)
#5A6C8C
(90,108,140)
#4F5F7B
(79,95,123)
#44526A
(68,82,106)
#394559
(57,69,89)
#2E3848
(46,56,72)
#232B37
(35,43,55)
#181E26
(24,30,38)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #7B93BF

#7B93BF
(123,147,191)
#879CC4
(135,156,196)
#93A5C9
(147,165,201)
#9FAECE
(159,174,206)
#ABB7D3
(171,183,211)
#B7C0D8
(183,192,216)
#C3C9DD
(195,201,221)
#CFD2E2
(207,210,226)
#DBDBE7
(219,219,231)
#E7E4EC
(231,228,236)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B93BF color. Also use rgb(123,147,191) instead hex code.

Text Font Color

.myTextColor { color: #7B93BF; }

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

This text font color is #7B93BF.

Background Color

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

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

This div background color is #7B93BF.

Border color

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

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

This div border color is #7B93BF.

Opacity

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

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

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

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

This text has shadow with #7B93BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B93BF.

Preview

Color preview on black background

This text has color #7B93BF on black background.


Color preview on white background

This text has color #7B93BF on white background.


Black color preview on #7B93BF background

This text has black color on #7B93BF background.


White color preview on #7B93BF background

This text has white color on #7B93BF background.


Related colors

Complementary color

Complementary color for #hex is #846C40.


I love getcolorcode.com

Triadic colors

1 #BF7B93 and #93BF7B with #7B93BF are triadic colors.

2 #BF937B and #937BBF with #7B93BF are triadic colors.