COLOR #918FD6

HEX: #918FD6
RGB: (145,143,214)

Color info

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

RGB color model

#918FD6 color RGB value is (145,143,214).

  • red value is 145;
  • green value is 143;
  • blue value is 214.
RGB:
(145,143,214)
(57%,56%,84%)

RGB channels and saturation

R 145 of 255 = 57%
G 143 of 255 = 56%
B 214 of 255 = 84%

145
143
214

R + G + B ~ 66%. #918FD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 143 + 214 = 502 (100%)
R 145 of 502 ~ 28.88%
G 143 of 502 ~ 28.49%
B 214 of 502 ~ 42.63%

%28.88
%28.49
%42.63

CMYK color model

#918FD6 color CMYK value is (32,33,0,16).

  • cyan value is 32.24%
  • magenta value is 33.18%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(32,33,0,16)
C32M33Y0K16 
(32%,33%,0%,16%)
(0.32/0.33/0.00/0.16)	

CMYK percentages

%32.24
%33.18
%0
%16.08

Codes

Color #918FD6 in popluar color models

918FD6
RGB145143214
HSL242°46.41%70.00%
HSB/HSV242°33.18%83.92%
CMYK32.24%33.18%0.00%
16.08%

Color #918FD6 in popluar number systems.

HEX918FD6
Decimal145143214
Binary100100011000111111010110
Octal221217326

Shades and tints

Shades of #918FD6

#918FD6
(145,143,214)
#8482C3
(132,130,195)
#7775B0
(119,117,176)
#6A689D
(106,104,157)
#5D5B8A
(93,91,138)
#504E77
(80,78,119)
#434164
(67,65,100)
#363451
(54,52,81)
#29273E
(41,39,62)
#1C1A2B
(28,26,43)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #918FD6

#918FD6
(145,143,214)
#9B99D9
(155,153,217)
#A5A3DC
(165,163,220)
#AFADDF
(175,173,223)
#B9B7E2
(185,183,226)
#C3C1E5
(195,193,229)
#CDCBE8
(205,203,232)
#D7D5EB
(215,213,235)
#E1DFEE
(225,223,238)
#EBE9F1
(235,233,241)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #918FD6 color. Also use rgb(145,143,214) instead hex code.

Text Font Color

.myTextColor { color: #918FD6; }

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

This text font color is #918FD6.


Background Color

.myBgColor { background-color: #918FD6; }

<div style="background-color:#918FD6">Inner text</div>

This div background color is #918FD6.


Border color

.myBorderColor { border: 1px solid #918FD6; }

<div style="border:3px solid #918FD6">Div</div>

This div border color is #918FD6.


Opacity

.myOpacity80 { color: #918FD6; opacity: 0.8; }

<p style="color:#918FD6;opacity:0.8;">80%</p>

Text with #918FD6 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 #918FD6;}

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

This text has shadow with #918FD6 color.

.textShadow {text-shadow: 3px 3px 1px #918FD6, 3px 3px 1px red;}

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

This text has shadow with #918FD6 primary color and red secondary color.


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

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

This text has shadow with #918FD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918FD6 on black background.


Color preview on white background

This text has color #918FD6 on white background.



Black color preview on #918FD6 background

This text has black color on #918FD6 background.


White color preview on #918FD6 background

This text has white color on #918FD6 background.