COLOR #8B92C0

HEX: #8B92C0
RGB: (139,146,192)

Color info

#8B92C0 contains red, green and blue colors in about the same proportion. Web safe color of #8B92C0 is #9999CC (or #99C).

RGB color model

#8B92C0 color RGB value is (139,146,192).

  • red value is 139;
  • green value is 146;
  • blue value is 192.
RGB:
(139,146,192)
(55%,57%,75%)

RGB channels and saturation

R 139 of 255 = 55%
G 146 of 255 = 57%
B 192 of 255 = 75%

139
146
192

R + G + B ~ 62%. #8B92C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 146 + 192 = 477 (100%)
R 139 of 477 ~ 29.14%
G 146 of 477 ~ 30.61%
B 192 of 477 ~ 40.25%

%29.14
%30.61
%40.25

CMYK color model

#8B92C0 color CMYK value is (28,24,0,25).

  • cyan value is 27.60%
  • magenta value is 23.96%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(28,24,0,25)
C28M24Y0K25 
(28%,24%,0%,25%)
(0.28/0.24/0.00/0.25)	

CMYK percentages

%27.6
%23.96
%0
%24.71

Codes

Color #8B92C0 in popluar color models

8B92C0
RGB139146192
HSL232°29.61%64.90%
HSB/HSV232°27.60%75.29%
CMYK27.60%23.96%0.00%
24.71%

Color #8B92C0 in popluar number systems.

HEX8B92C0
Decimal139146192
Binary100010111001001011000000
Octal213222300

Shades and tints

Shades of #8B92C0

#8B92C0
(139,146,192)
#7F85AF
(127,133,175)
#73789E
(115,120,158)
#676B8D
(103,107,141)
#5B5E7C
(91,94,124)
#4F516B
(79,81,107)
#43445A
(67,68,90)
#373749
(55,55,73)
#2B2A38
(43,42,56)
#1F1D27
(31,29,39)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #8B92C0

#8B92C0
(139,146,192)
#959BC5
(149,155,197)
#9FA4CA
(159,164,202)
#A9ADCF
(169,173,207)
#B3B6D4
(179,182,212)
#BDBFD9
(189,191,217)
#C7C8DE
(199,200,222)
#D1D1E3
(209,209,227)
#DBDAE8
(219,218,232)
#E5E3ED
(229,227,237)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B92C0 color. Also use rgb(139,146,192) instead hex code.

Text Font Color

.myTextColor { color: #8B92C0; }

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

This text font color is #8B92C0.


Background Color

.myBgColor { background-color: #8B92C0; }

<div style="background-color:#8B92C0">Inner text</div>

This div background color is #8B92C0.


Border color

.myBorderColor { border: 1px solid #8B92C0; }

<div style="border:3px solid #8B92C0">Div</div>

This div border color is #8B92C0.


Opacity

.myOpacity80 { color: #8B92C0; opacity: 0.8; }

<p style="color:#8B92C0;opacity:0.8;">80%</p>

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

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

This text has shadow with #8B92C0 color.

.textShadow {text-shadow: 3px 3px 1px #8B92C0, 3px 3px 1px red;}

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

This text has shadow with #8B92C0 primary color and red secondary color.


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

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

This text has shadow with #8B92C0 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8B92C0;
-webkit-box-shadow: 1px 1px 3px 2px #8B92C0;
box-shadow:1px 1px 3px 2px #8B92C0;">
Div content here</div>
This div box has shadow with color #8B92C0.

Preview

Color preview on black background

This text has color #8B92C0 on black background.


Color preview on white background

This text has color #8B92C0 on white background.



Black color preview on #8B92C0 background

This text has black color on #8B92C0 background.


White color preview on #8B92C0 background

This text has white color on #8B92C0 background.