COLOR #918DC8

HEX: #918DC8
RGB: (145,141,200)

Color info

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

RGB color model

#918DC8 color RGB value is (145,141,200).

  • red value is 145;
  • green value is 141;
  • blue value is 200.
RGB:
(145,141,200)
(57%,55%,78%)

RGB channels and saturation

R 145 of 255 = 57%
G 141 of 255 = 55%
B 200 of 255 = 78%

145
141
200

R + G + B ~ 63%. #918DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 141 + 200 = 486 (100%)
R 145 of 486 ~ 29.84%
G 141 of 486 ~ 29.01%
B 200 of 486 ~ 41.15%

%29.84
%29.01
%41.15

CMYK color model

#918DC8 color CMYK value is (28,30,0,22).

  • cyan value is 27.50%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(28,30,0,22)
C28M30Y0K22 
(28%,30%,0%,22%)
(0.28/0.30/0.00/0.22)	

CMYK percentages

%27.5
%29.5
%0
%21.57

Codes

Color #918DC8 in popluar color models

918DC8
RGB145141200
HSL244°34.91%66.86%
HSB/HSV244°29.50%78.43%
CMYK27.50%29.50%0.00%
21.57%

Color #918DC8 in popluar number systems.

HEX918DC8
Decimal145141200
Binary100100011000110111001000
Octal221215310

Shades and tints

Shades of #918DC8

#918DC8
(145,141,200)
#8481B6
(132,129,182)
#7775A4
(119,117,164)
#6A6992
(106,105,146)
#5D5D80
(93,93,128)
#50516E
(80,81,110)
#43455C
(67,69,92)
#36394A
(54,57,74)
#292D38
(41,45,56)
#1C2126
(28,33,38)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #918DC8

#918DC8
(145,141,200)
#9B97CD
(155,151,205)
#A5A1D2
(165,161,210)
#AFABD7
(175,171,215)
#B9B5DC
(185,181,220)
#C3BFE1
(195,191,225)
#CDC9E6
(205,201,230)
#D7D3EB
(215,211,235)
#E1DDF0
(225,221,240)
#EBE7F5
(235,231,245)
#F5F1FA
(245,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #918DC8 color. Also use rgb(145,141,200) instead hex code.

Text Font Color

.myTextColor { color: #918DC8; }

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

This text font color is #918DC8.


Background Color

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

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

This div background color is #918DC8.


Border color

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

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

This div border color is #918DC8.


Opacity

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

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

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

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

This text has shadow with #918DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918DC8 on black background.


Color preview on white background

This text has color #918DC8 on white background.



Black color preview on #918DC8 background

This text has black color on #918DC8 background.


White color preview on #918DC8 background

This text has white color on #918DC8 background.