#909EED

Color #909EED Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #909EED

Tints of Portage #909EED

Color information

#909EED (or 0x909EED) is unknown color: approx Portage. HEX triplet: 90, 9E and ED. RGB value is (144,158,237). Sum of RGB (Red+Green+Blue) = 144+158+237=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #909EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909EED is #6F6112. Grayscale: #A2A2A2. Windows color (decimal): -7299347 or 15572624. OLE color: 15572624.

HSL color Cylindrical-coordinate representation of color #909EED: hue angle of 230.97º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #909EED is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144158237-
CMYK0.390.3300.07
HSL230.97º72.09%74.71%-
HSV(B)230.97º39.24%92.94%-
XYZ39.0136.585.11-
YUV162.82169.86114.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 26.72%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 237 (92.97% from 255) = 43.97%
R=26.72%
G=29.31%
B=43.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441582370.390.3300.07230.9772.0974.71
Hex909EED272107e7484b
Octal220236355474107347110113
Binary10010000100111101110110110011110000101111110011110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909EED; }

 p { color: rgb(144,158,237); }

 H1.HeaderClassName
 {
   color: #909EED;
 }
 .AnyTagClassName
 {
   color: #909EED;
 }
</style>
background-color css

<style>
 a { background-color: #909EED; }

 a { background-color: rgb(144,158,237); }

 div.DivClassName
 {
   background-color: #909EED;
 }
 .BgClassName
 {
   background-color: #909EED;
 }
</style>
border-color css

<style>
 span { border-color: #909EED; }

 span { border-color: rgb(144,158,237); }

 td.TdClassName
 {
   border-color: #909EED;
 }
 .TagClassName
 {
   border-color: #909EED;
 }
</style>