COLOR #928EBA

HEX: #928EBA
RGB: (146,142,186)

Color info

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

RGB color model

#928EBA color RGB value is (146,142,186).

  • red value is 146;
  • green value is 142;
  • blue value is 186.
RGB:
(146,142,186)
(57%,56%,73%)

RGB channels and saturation

R 146 of 255 = 57%
G 142 of 255 = 56%
B 186 of 255 = 73%

146
142
186

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

Portions of RGB colors in percentages

R + G + B =
146 + 142 + 186 = 474 (100%)
R 146 of 474 ~ 30.8%
G 142 of 474 ~ 29.96%
B 186 of 474 ~ 39.24%

%30.8
%29.96
%39.24

CMYK color model

#928EBA color CMYK value is (22,24,0,27).

  • cyan value is 21.51%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(22,24,0,27)
C22M24Y0K27 
(22%,24%,0%,27%)
(0.22/0.24/0.00/0.27)	

CMYK percentages

%21.51
%23.66
%0
%27.06

Codes

Color #928EBA in popluar color models

928EBA
RGB146142186
HSL245°24.18%64.31%
HSB/HSV245°23.66%72.94%
CMYK21.51%23.66%0.00%
27.06%

Color #928EBA in popluar number systems.

HEX928EBA
Decimal146142186
Binary100100101000111010111010
Octal222216272

Shades and tints

Shades of #928EBA

#928EBA
(146,142,186)
#8582AA
(133,130,170)
#78769A
(120,118,154)
#6B6A8A
(107,106,138)
#5E5E7A
(94,94,122)
#51526A
(81,82,106)
#44465A
(68,70,90)
#373A4A
(55,58,74)
#2A2E3A
(42,46,58)
#1D222A
(29,34,42)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #928EBA

#928EBA
(146,142,186)
#9B98C0
(155,152,192)
#A4A2C6
(164,162,198)
#ADACCC
(173,172,204)
#B6B6D2
(182,182,210)
#BFC0D8
(191,192,216)
#C8CADE
(200,202,222)
#D1D4E4
(209,212,228)
#DADEEA
(218,222,234)
#E3E8F0
(227,232,240)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928EBA color. Also use rgb(146,142,186) instead hex code.

Text Font Color

.myTextColor { color: #928EBA; }

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

This text font color is #928EBA.


Background Color

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

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

This div background color is #928EBA.


Border color

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

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

This div border color is #928EBA.


Opacity

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

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

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

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

This text has shadow with #928EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928EBA on black background.


Color preview on white background

This text has color #928EBA on white background.



Black color preview on #928EBA background

This text has black color on #928EBA background.


White color preview on #928EBA background

This text has white color on #928EBA background.