COLOR #918CC7

HEX: #918CC7 RGB: (145,140,199)

Color info

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

RGB color model

#918CC7 color RGB value is (145,140,199).

RGB: (145,140,199) (57%, 55%, 78%)

RGB channels and saturation

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

145
140
199

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

Portions of RGB colors in percentages

R + G + B = 145 + 140 + 199 = 484 (100%)
R 145 of 484 ~ 29.96%
G 140 of 484 ~ 28.93%
B 199 of 484 ~ 41.12'%

%29.96
%28.93
%41.12

CMYK color model

#918CC7 color CMYK value is (27,30,0,22).

  • cyan value is 27.14%
  • magenta value is 29.65%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (27,30,0,22) C27M30Y0K22 (27%,30%,0%,22%) (0.27/0.30/0.00/0.22) 

CMYK percentages

%27.14
%29.65
%0
%21.96

Codes

Color #918CC7 in popluar color models

91 8C C7
RGB 145 140 199
HSL 245° 34.50% 66.47%
HSB/HSV 245° 29.65% 78.04%
CMYK 27.14% 29.65% 0.00%
21.96%

Color #918CC7 in popluar number systems.

HEX 91 8C C7
Decimal 145 140 199
Binary 10010001 10001100 11000111
Octal 221 214 307

Shades and tints

Shades of #918CC7

#918CC7
(145,140,199)
#8480B5
(132,128,181)
#7774A3
(119,116,163)
#6A6891
(106,104,145)
#5D5C7F
(93,92,127)
#50506D
(80,80,109)
#43445B
(67,68,91)
#363849
(54,56,73)
#292C37
(41,44,55)
#1C2025
(28,32,37)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #918CC7

#918CC7
(145,140,199)
#9B96CC
(155,150,204)
#A5A0D1
(165,160,209)
#AFAAD6
(175,170,214)
#B9B4DB
(185,180,219)
#C3BEE0
(195,190,224)
#CDC8E5
(205,200,229)
#D7D2EA
(215,210,234)
#E1DCEF
(225,220,239)
#EBE6F4
(235,230,244)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918CC7; }

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

This text font color is #918CC7.

Background Color

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

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

This div background color is #918CC7.

Border color

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

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

This div border color is #918CC7.

Opacity

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

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

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

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

This text has shadow with #918CC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #918CC7.

Preview

Color preview on black background

This text has color #918CC7 on black background.


Color preview on white background

This text has color #918CC7 on white background.


Black color preview on #918CC7 background

This text has black color on #918CC7 background.


White color preview on #918CC7 background

This text has white color on #918CC7 background.


Related colors

Complementary color

Complementary color for #hex is #6E7338.


I love getcolorcode.com

Triadic colors

1 #C7918C and #8CC791 with #918CC7 are triadic colors.

2 #C78C91 and #8C91C7 with #918CC7 are triadic colors.