COLOR #928DE6

HEX: #928DE6
RGB: (146,141,230)

Color info

#928DE6 contains mainly blue color. Web safe color of #928DE6 is #9999CC (or #99C).

RGB color model

#928DE6 color RGB value is (146,141,230).

  • red value is 146;
  • green value is 141;
  • blue value is 230.
RGB:
(146,141,230)
(57%,55%,90%)

RGB channels and saturation

R 146 of 255 = 57%
G 141 of 255 = 55%
B 230 of 255 = 90%

146
141
230

R + G + B ~ 67%. #928DE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 141 + 230 = 517 (100%)
R 146 of 517 ~ 28.24%
G 141 of 517 ~ 27.27%
B 230 of 517 ~ 44.49%

%28.24
%27.27
%44.49

CMYK color model

#928DE6 color CMYK value is (37,39,0,10).

  • cyan value is 36.52%
  • magenta value is 38.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(37,39,0,10)
C37M39Y0K10 
(37%,39%,0%,10%)
(0.37/0.39/0.00/0.10)	

CMYK percentages

%36.52
%38.7
%0
%9.8

Codes

Color #928DE6 in popluar color models

928DE6
RGB146141230
HSL243°64.03%72.75%
HSB/HSV243°38.70%90.20%
CMYK36.52%38.70%0.00%
9.80%

Color #928DE6 in popluar number systems.

HEX928DE6
Decimal146141230
Binary100100101000110111100110
Octal222215346

Shades and tints

Shades of #928DE6

#928DE6
(146,141,230)
#8581D2
(133,129,210)
#7875BE
(120,117,190)
#6B69AA
(107,105,170)
#5E5D96
(94,93,150)
#515182
(81,81,130)
#44456E
(68,69,110)
#37395A
(55,57,90)
#2A2D46
(42,45,70)
#1D2132
(29,33,50)
#10151E
(16,21,30)
#000000
(0,0,0)

Tints of #928DE6

#928DE6
(146,141,230)
#9B97E8
(155,151,232)
#A4A1EA
(164,161,234)
#ADABEC
(173,171,236)
#B6B5EE
(182,181,238)
#BFBFF0
(191,191,240)
#C8C9F2
(200,201,242)
#D1D3F4
(209,211,244)
#DADDF6
(218,221,246)
#E3E7F8
(227,231,248)
#ECF1FA
(236,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928DE6 color. Also use rgb(146,141,230) instead hex code.

Text Font Color

.myTextColor { color: #928DE6; }

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

This text font color is #928DE6.


Background Color

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

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

This div background color is #928DE6.


Border color

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

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

This div border color is #928DE6.


Opacity

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

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

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

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

This text has shadow with #928DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928DE6 on black background.


Color preview on white background

This text has color #928DE6 on white background.



Black color preview on #928DE6 background

This text has black color on #928DE6 background.


White color preview on #928DE6 background

This text has white color on #928DE6 background.