COLOR #928BB9

HEX: #928BB9
RGB: (146,139,185)

Color info

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

RGB color model

#928BB9 color RGB value is (146,139,185).

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

RGB channels and saturation

R 146 of 255 = 57%
G 139 of 255 = 55%
B 185 of 255 = 73%

146
139
185

R + G + B ~ 62%. #928BB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 139 + 185 = 470 (100%)
R 146 of 470 ~ 31.06%
G 139 of 470 ~ 29.57%
B 185 of 470 ~ 39.36%

%31.06
%29.57
%39.36

CMYK color model

#928BB9 color CMYK value is (21,25,0,27).

  • cyan value is 21.08%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(21,25,0,27)
C21M25Y0K27 
(21%,25%,0%,27%)
(0.21/0.25/0.00/0.27)	

CMYK percentages

%21.08
%24.86
%0
%27.45

Codes

Color #928BB9 in popluar color models

928BB9
RGB146139185
HSL249°24.73%63.53%
HSB/HSV249°24.86%72.55%
CMYK21.08%24.86%0.00%
27.45%

Color #928BB9 in popluar number systems.

HEX928BB9
Decimal146139185
Binary100100101000101110111001
Octal222213271

Shades and tints

Shades of #928BB9

#928BB9
(146,139,185)
#857FA9
(133,127,169)
#787399
(120,115,153)
#6B6789
(107,103,137)
#5E5B79
(94,91,121)
#514F69
(81,79,105)
#444359
(68,67,89)
#373749
(55,55,73)
#2A2B39
(42,43,57)
#1D1F29
(29,31,41)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #928BB9

#928BB9
(146,139,185)
#9B95BF
(155,149,191)
#A49FC5
(164,159,197)
#ADA9CB
(173,169,203)
#B6B3D1
(182,179,209)
#BFBDD7
(191,189,215)
#C8C7DD
(200,199,221)
#D1D1E3
(209,209,227)
#DADBE9
(218,219,233)
#E3E5EF
(227,229,239)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928BB9 color. Also use rgb(146,139,185) instead hex code.

Text Font Color

.myTextColor { color: #928BB9; }

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

This text font color is #928BB9.


Background Color

.myBgColor { background-color: #928BB9; }

<div style="background-color:#928BB9">Inner text</div>

This div background color is #928BB9.


Border color

.myBorderColor { border: 1px solid #928BB9; }

<div style="border:3px solid #928BB9">Div</div>

This div border color is #928BB9.


Opacity

.myOpacity80 { color: #928BB9; opacity: 0.8; }

<p style="color:#928BB9;opacity:0.8;">80%</p>

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

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

This text has shadow with #928BB9 color.

.textShadow {text-shadow: 3px 3px 1px #928BB9, 3px 3px 1px red;}

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

This text has shadow with #928BB9 primary color and red secondary color.


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

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

This text has shadow with #928BB9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928BB9 on black background.


Color preview on white background

This text has color #928BB9 on white background.



Black color preview on #928BB9 background

This text has black color on #928BB9 background.


White color preview on #928BB9 background

This text has white color on #928BB9 background.