COLOR #908BD2

HEX: #908BD2
RGB: (144,139,210)

Color info

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

RGB color model

#908BD2 color RGB value is (144,139,210).

  • red value is 144;
  • green value is 139;
  • blue value is 210.
RGB:
(144,139,210)
(56%,55%,82%)

RGB channels and saturation

R 144 of 255 = 56%
G 139 of 255 = 55%
B 210 of 255 = 82%

144
139
210

R + G + B ~ 64%. #908BD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 139 + 210 = 493 (100%)
R 144 of 493 ~ 29.21%
G 139 of 493 ~ 28.19%
B 210 of 493 ~ 42.6%

%29.21
%28.19
%42.6

CMYK color model

#908BD2 color CMYK value is (31,34,0,18).

  • cyan value is 31.43%
  • magenta value is 33.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(31,34,0,18)
C31M34Y0K18 
(31%,34%,0%,18%)
(0.31/0.34/0.00/0.18)	

CMYK percentages

%31.43
%33.81
%0
%17.65

Codes

Color #908BD2 in popluar color models

908BD2
RGB144139210
HSL244°44.10%68.43%
HSB/HSV244°33.81%82.35%
CMYK31.43%33.81%0.00%
17.65%

Color #908BD2 in popluar number systems.

HEX908BD2
Decimal144139210
Binary100100001000101111010010
Octal220213322

Shades and tints

Shades of #908BD2

#908BD2
(144,139,210)
#837FBF
(131,127,191)
#7673AC
(118,115,172)
#696799
(105,103,153)
#5C5B86
(92,91,134)
#4F4F73
(79,79,115)
#424360
(66,67,96)
#35374D
(53,55,77)
#282B3A
(40,43,58)
#1B1F27
(27,31,39)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #908BD2

#908BD2
(144,139,210)
#9A95D6
(154,149,214)
#A49FDA
(164,159,218)
#AEA9DE
(174,169,222)
#B8B3E2
(184,179,226)
#C2BDE6
(194,189,230)
#CCC7EA
(204,199,234)
#D6D1EE
(214,209,238)
#E0DBF2
(224,219,242)
#EAE5F6
(234,229,246)
#F4EFFA
(244,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908BD2 color. Also use rgb(144,139,210) instead hex code.

Text Font Color

.myTextColor { color: #908BD2; }

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

This text font color is #908BD2.


Background Color

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

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

This div background color is #908BD2.


Border color

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

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

This div border color is #908BD2.


Opacity

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

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

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

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

This text has shadow with #908BD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908BD2 on black background.


Color preview on white background

This text has color #908BD2 on white background.



Black color preview on #908BD2 background

This text has black color on #908BD2 background.


White color preview on #908BD2 background

This text has white color on #908BD2 background.