#909FE1

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

Shades of Portage #909FE1

Tints of Portage #909FE1

Color information

#909FE1 (or 0x909FE1) is unknown color: approx Portage. HEX triplet: 90, 9F and E1. RGB value is (144,159,225). Sum of RGB (Red+Green+Blue) = 144+159+225=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #909FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FE1 is #6F601E. Grayscale: #A1A1A1. Windows color (decimal): -7299103 or 14786448. OLE color: 14786448.

HSL color Cylindrical-coordinate representation of color #909FE1: hue angle of 228.89º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #909FE1 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB144159225-
CMYK0.360.2900.12
HSL228.89º57.45%72.35%-
HSV(B)228.89º36%88.24%-
XYZ37.4936.1676.24-
YUV162.04163.53115.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.27%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 225 (88.28% from 255) = 42.61%
R=27.27%
G=30.11%
B=42.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1441592250.360.2900.12228.8957.4572.35
Hex909FE1241D0Ce53948
Octal220237341443501434571110
Binary1001000010011111111000011001001110101100111001011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,159,225); }

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

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

 a { background-color: rgb(144,159,225); }

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

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

 span { border-color: rgb(144,159,225); }

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