#909AEB

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

Shades of Portage #909AEB

Tints of Portage #909AEB

Color information

#909AEB (or 0x909AEB) is unknown color: approx Portage. HEX triplet: 90, 9A and EB. RGB value is (144,154,235). Sum of RGB (Red+Green+Blue) = 144+154+235=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #909AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909AEB is #6F6514. Grayscale: #9F9F9F. Windows color (decimal): -7300373 or 15440528. OLE color: 15440528.

HSL color Cylindrical-coordinate representation of color #909AEB: hue angle of 233.41º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #909AEB is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144154235-
CMYK0.390.3400.08
HSL233.41º69.47%74.31%-
HSV(B)233.41º38.72%92.16%-
XYZ38.0535.0483.35-
YUV160.24170.19116.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.02%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=27.02%
G=28.89%
B=44.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441542350.390.3400.08233.4169.4774.31
Hex909AEB272208e9454a
Octal2202323534742010351105112
Binary100100001001101011101011100111100010010001110100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,154,235); }

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

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

 a { background-color: rgb(144,154,235); }

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

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

 span { border-color: rgb(144,154,235); }

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