COLOR #8D92E6

HEX: #8D92E6
RGB: (141,146,230)

Color info

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

RGB color model

#8D92E6 color RGB value is (141,146,230).

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

RGB channels and saturation

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

141
146
230

R + G + B ~ 67%. #8D92E6 is quite light color.

Portions of RGB colors in percentages

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

%27.27
%28.24
%44.49

CMYK color model

#8D92E6 color CMYK value is (39,37,0,10).

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

CMYK percentages

%38.7
%36.52
%0
%9.8

Codes

Color #8D92E6 in popluar color models

8D92E6
RGB141146230
HSL237°64.03%72.75%
HSB/HSV237°38.70%90.20%
CMYK38.70%36.52%0.00%
9.80%

Color #8D92E6 in popluar number systems.

HEX8D92E6
Decimal141146230
Binary100011011001001011100110
Octal215222346

Shades and tints

Shades of #8D92E6

#8D92E6
(141,146,230)
#8185D2
(129,133,210)
#7578BE
(117,120,190)
#696BAA
(105,107,170)
#5D5E96
(93,94,150)
#515182
(81,81,130)
#45446E
(69,68,110)
#39375A
(57,55,90)
#2D2A46
(45,42,70)
#211D32
(33,29,50)
#15101E
(21,16,30)
#000000
(0,0,0)

Tints of #8D92E6

#8D92E6
(141,146,230)
#979BE8
(151,155,232)
#A1A4EA
(161,164,234)
#ABADEC
(171,173,236)
#B5B6EE
(181,182,238)
#BFBFF0
(191,191,240)
#C9C8F2
(201,200,242)
#D3D1F4
(211,209,244)
#DDDAF6
(221,218,246)
#E7E3F8
(231,227,248)
#F1ECFA
(241,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D92E6; }

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

This text font color is #8D92E6.


Background Color

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

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

This div background color is #8D92E6.


Border color

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

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

This div border color is #8D92E6.


Opacity

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

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

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

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

This text has shadow with #8D92E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D92E6 on black background.


Color preview on white background

This text has color #8D92E6 on white background.



Black color preview on #8D92E6 background

This text has black color on #8D92E6 background.


White color preview on #8D92E6 background

This text has white color on #8D92E6 background.