COLOR #928CC9

HEX: #928CC9
RGB: (146,140,201)

Color info

#928CC9 contains mainly red and blue colors. Web safe color of #928CC9 is #9999CC (or #99C).

RGB color model

#928CC9 color RGB value is (146,140,201).

  • red value is 146;
  • green value is 140;
  • blue value is 201.
RGB:
(146,140,201)
(57%,55%,79%)

RGB channels and saturation

R 146 of 255 = 57%
G 140 of 255 = 55%
B 201 of 255 = 79%

146
140
201

R + G + B ~ 64%. #928CC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 140 + 201 = 487 (100%)
R 146 of 487 ~ 29.98%
G 140 of 487 ~ 28.75%
B 201 of 487 ~ 41.27%

%29.98
%28.75
%41.27

CMYK color model

#928CC9 color CMYK value is (27,30,0,21).

  • cyan value is 27.36%
  • magenta value is 30.35%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(27,30,0,21)
C27M30Y0K21 
(27%,30%,0%,21%)
(0.27/0.30/0.00/0.21)	

CMYK percentages

%27.36
%30.35
%0
%21.18

Codes

Color #928CC9 in popluar color models

928CC9
RGB146140201
HSL246°36.09%66.86%
HSB/HSV246°30.35%78.82%
CMYK27.36%30.35%0.00%
21.18%

Color #928CC9 in popluar number systems.

HEX928CC9
Decimal146140201
Binary100100101000110011001001
Octal222214311

Shades and tints

Shades of #928CC9

#928CC9
(146,140,201)
#8580B7
(133,128,183)
#7874A5
(120,116,165)
#6B6893
(107,104,147)
#5E5C81
(94,92,129)
#51506F
(81,80,111)
#44445D
(68,68,93)
#37384B
(55,56,75)
#2A2C39
(42,44,57)
#1D2027
(29,32,39)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #928CC9

#928CC9
(146,140,201)
#9B96CD
(155,150,205)
#A4A0D1
(164,160,209)
#ADAAD5
(173,170,213)
#B6B4D9
(182,180,217)
#BFBEDD
(191,190,221)
#C8C8E1
(200,200,225)
#D1D2E5
(209,210,229)
#DADCE9
(218,220,233)
#E3E6ED
(227,230,237)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928CC9 color. Also use rgb(146,140,201) instead hex code.

Text Font Color

.myTextColor { color: #928CC9; }

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

This text font color is #928CC9.


Background Color

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

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

This div background color is #928CC9.


Border color

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

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

This div border color is #928CC9.


Opacity

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

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

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

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

This text has shadow with #928CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928CC9 on black background.


Color preview on white background

This text has color #928CC9 on white background.



Black color preview on #928CC9 background

This text has black color on #928CC9 background.


White color preview on #928CC9 background

This text has white color on #928CC9 background.