#90A1FA

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

Shades of Portage #90A1FA

Tints of Portage #90A1FA

Color information

#90A1FA (or 0x90A1FA) is unknown color: approx Portage. HEX triplet: 90, A1 and FA. RGB value is (144,161,250). Sum of RGB (Red+Green+Blue) = 144+161+250=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #90A1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A1FA is #6F5E05. Grayscale: #A5A5A5. Windows color (decimal): -7298566 or 16425360. OLE color: 16425360.

HSL color Cylindrical-coordinate representation of color #90A1FA: hue angle of 230.38º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90A1FA is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144161250-
CMYK0.420.3600.02
HSL230.38º91.38%77.25%-
HSV(B)230.38º42.4%98.04%-
XYZ41.538.3295.65-
YUV166.06175.37112.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.95%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=25.95%
G=29.01%
B=45.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441612500.420.3600.02230.3891.3877.25
Hex90A1FA2A2402e65b4d
Octal220241372524402346133115
Binary1001000010100001111110101010101001000101110011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A1FA; }

 p { color: rgb(144,161,250); }

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

<style>
 a { background-color: #90A1FA; }

 a { background-color: rgb(144,161,250); }

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

<style>
 span { border-color: #90A1FA; }

 span { border-color: rgb(144,161,250); }

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