#90A0FA

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

Shades of Portage #90A0FA

Tints of Portage #90A0FA

Color information

#90A0FA (or 0x90A0FA) is unknown color: approx Portage. HEX triplet: 90, A0 and FA. RGB value is (144,160,250). Sum of RGB (Red+Green+Blue) = 144+160+250=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #90A0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A0FA is #6F5F05. Grayscale: #A5A5A5. Windows color (decimal): -7298822 or 16425104. OLE color: 16425104.

HSL color Cylindrical-coordinate representation of color #90A0FA: hue angle of 230.94º 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 #90A0FA is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144160250-
CMYK0.420.3600.02
HSL230.94º91.38%77.25%-
HSV(B)230.94º42.4%98.04%-
XYZ41.3337.9795.59-
YUV165.48175.7112.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.99%
GREEN value IS 160 (62.89% from 255) = 28.88%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=25.99%
G=28.88%
B=45.13%

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
Decimal1441602500.420.3600.02230.9491.3877.25
Hex90A0FA2A2402e75b4d
Octal220240372524402347133115
Binary1001000010100000111110101010101001000101110011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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