COLOR #918CC6

HEX: #918CC6
RGB: (145,140,198)

Color info

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

RGB color model

#918CC6 color RGB value is (145,140,198).

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

RGB channels and saturation

R 145 of 255 = 57%
G 140 of 255 = 55%
B 198 of 255 = 78%

145
140
198

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

Portions of RGB colors in percentages

R + G + B =
145 + 140 + 198 = 483 (100%)
R 145 of 483 ~ 30.02%
G 140 of 483 ~ 28.99%
B 198 of 483 ~ 40.99%

%30.02
%28.99
%40.99

CMYK color model

#918CC6 color CMYK value is (27,29,0,22).

  • cyan value is 26.77%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (27,29,0,22) C27M29Y0K22 (27%,29%,0%,22%) (0.27/0.29/0.00/0.22)

CMYK percentages

%26.77
%29.29
%0
%22.35

Codes

Color #918CC6 in popluar color models

918CC6
RGB145140198
HSL245°33.72%66.27%
HSB/HSV245°29.29%77.65%
CMYK26.77%29.29%0.00%
22.35%

Color #918CC6 in popluar number systems.

HEX918CC6
Decimal145140198
Binary100100011000110011000110
Octal221214306

Shades and tints

Shades of #918CC6

#918CC6
(145,140,198)
#8480B4
(132,128,180)
#7774A2
(119,116,162)
#6A6890
(106,104,144)
#5D5C7E
(93,92,126)
#50506C
(80,80,108)
#43445A
(67,68,90)
#363848
(54,56,72)
#292C36
(41,44,54)
#1C2024
(28,32,36)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #918CC6

#918CC6
(145,140,198)
#9B96CB
(155,150,203)
#A5A0D0
(165,160,208)
#AFAAD5
(175,170,213)
#B9B4DA
(185,180,218)
#C3BEDF
(195,190,223)
#CDC8E4
(205,200,228)
#D7D2E9
(215,210,233)
#E1DCEE
(225,220,238)
#EBE6F3
(235,230,243)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #918CC6 color. Also use rgb(145,140,198) instead hex code.

Text Font Color

.myTextColor { color: #918CC6; }

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

This text font color is #918CC6.


Background Color

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

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

This div background color is #918CC6.


Border color

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

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

This div border color is #918CC6.


Opacity

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

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

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

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

This text has shadow with #918CC6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #918CC6 on black background.


Color preview on white background

This text has color #918CC6 on white background.



Black color preview on #918CC6 background

This text has black color on #918CC6 background.


White color preview on #918CC6 background

This text has white color on #918CC6 background.