COLOR #909DE7

HEX: #909DE7
RGB: (144,157,231)

Color info

#909DE7 contains mainly blue color. Web safe color of #909DE7 is #9999FF (or #99F).

RGB color model

#909DE7 color RGB value is (144,157,231).

  • red value is 144;
  • green value is 157;
  • blue value is 231.
RGB:
(144,157,231)
(56%,62%,91%)

RGB channels and saturation

R 144 of 255 = 56%
G 157 of 255 = 62%
B 231 of 255 = 91%

144
157
231

R + G + B ~ 70%. #909DE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 157 + 231 = 532 (100%)
R 144 of 532 ~ 27.07%
G 157 of 532 ~ 29.51%
B 231 of 532 ~ 43.42%

%27.07
%29.51
%43.42

CMYK color model

#909DE7 color CMYK value is (38,32,0,9).

  • cyan value is 37.66%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(38,32,0,9)
C38M32Y0K9 
(38%,32%,0%,9%)
(0.38/0.32/0.00/0.09)	

CMYK percentages

%37.66
%32.03
%0
%9.41

Codes

Color #909DE7 in popluar color models

909DE7
RGB144157231
HSL231°64.44%73.53%
HSB/HSV231°37.66%90.59%
CMYK37.66%32.03%0.00%
9.41%

Color #909DE7 in popluar number systems.

HEX909DE7
Decimal144157231
Binary100100001001110111100111
Octal220235347

Shades and tints

Shades of #909DE7

#909DE7
(144,157,231)
#838FD2
(131,143,210)
#7681BD
(118,129,189)
#6973A8
(105,115,168)
#5C6593
(92,101,147)
#4F577E
(79,87,126)
#424969
(66,73,105)
#353B54
(53,59,84)
#282D3F
(40,45,63)
#1B1F2A
(27,31,42)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #909DE7

#909DE7
(144,157,231)
#9AA5E9
(154,165,233)
#A4ADEB
(164,173,235)
#AEB5ED
(174,181,237)
#B8BDEF
(184,189,239)
#C2C5F1
(194,197,241)
#CCCDF3
(204,205,243)
#D6D5F5
(214,213,245)
#E0DDF7
(224,221,247)
#EAE5F9
(234,229,249)
#F4EDFB
(244,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #909DE7 color. Also use rgb(144,157,231) instead hex code.

Text Font Color

.myTextColor { color: #909DE7; }

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

This text font color is #909DE7.


Background Color

.myBgColor { background-color: #909DE7; }

<div style="background-color:#909DE7">Inner text</div>

This div background color is #909DE7.


Border color

.myBorderColor { border: 1px solid #909DE7; }

<div style="border:3px solid #909DE7">Div</div>

This div border color is #909DE7.


Opacity

.myOpacity80 { color: #909DE7; opacity: 0.8; }

<p style="color:#909DE7;opacity:0.8;">80%</p>

Text with #909DE7 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 #909DE7;}

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

This text has shadow with #909DE7 color.

.textShadow {text-shadow: 3px 3px 1px #909DE7, 3px 3px 1px red;}

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

This text has shadow with #909DE7 primary color and red secondary color.


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

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

This text has shadow with #909DE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #909DE7 on black background.


Color preview on white background

This text has color #909DE7 on white background.



Black color preview on #909DE7 background

This text has black color on #909DE7 background.


White color preview on #909DE7 background

This text has white color on #909DE7 background.