COLOR #908CC7

HEX: #908CC7
RGB: (144,140,199)

Color info

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

RGB color model

#908CC7 color RGB value is (144,140,199).

  • red value is 144;
  • green value is 140;
  • blue value is 199.
RGB:
(144,140,199)
(56%,55%,78%)

RGB channels and saturation

R 144 of 255 = 56%
G 140 of 255 = 55%
B 199 of 255 = 78%

144
140
199

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

Portions of RGB colors in percentages

R + G + B =
144 + 140 + 199 = 483 (100%)
R 144 of 483 ~ 29.81%
G 140 of 483 ~ 28.99%
B 199 of 483 ~ 41.2%

%29.81
%28.99
%41.2

CMYK color model

#908CC7 color CMYK value is (28,30,0,22).

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

CMYK percentages

%27.64
%29.65
%0
%21.96

Codes

Color #908CC7 in popluar color models

908CC7
RGB144140199
HSL244°34.50%66.47%
HSB/HSV244°29.65%78.04%
CMYK27.64%29.65%0.00%
21.96%

Color #908CC7 in popluar number systems.

HEX908CC7
Decimal144140199
Binary100100001000110011000111
Octal220214307

Shades and tints

Shades of #908CC7

#908CC7
(144,140,199)
#8380B5
(131,128,181)
#7674A3
(118,116,163)
#696891
(105,104,145)
#5C5C7F
(92,92,127)
#4F506D
(79,80,109)
#42445B
(66,68,91)
#353849
(53,56,73)
#282C37
(40,44,55)
#1B2025
(27,32,37)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #908CC7

#908CC7
(144,140,199)
#9A96CC
(154,150,204)
#A4A0D1
(164,160,209)
#AEAAD6
(174,170,214)
#B8B4DB
(184,180,219)
#C2BEE0
(194,190,224)
#CCC8E5
(204,200,229)
#D6D2EA
(214,210,234)
#E0DCEF
(224,220,239)
#EAE6F4
(234,230,244)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908CC7; }

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

This text font color is #908CC7.


Background Color

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

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

This div background color is #908CC7.


Border color

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

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

This div border color is #908CC7.


Opacity

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

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

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

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

This text has shadow with #908CC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908CC7 on black background.


Color preview on white background

This text has color #908CC7 on white background.



Black color preview on #908CC7 background

This text has black color on #908CC7 background.


White color preview on #908CC7 background

This text has white color on #908CC7 background.