#90A2FF

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

Shades of Portage #90A2FF

Tints of Portage #90A2FF

Color information

#90A2FF (or 0x90A2FF) is unknown color: approx Portage. HEX triplet: 90, A2 and FF. RGB value is (144,162,255). Sum of RGB (Red+Green+Blue) = 144+162+255=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #90A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A2FF is #6F5D00. Grayscale: #A6A6A6. Windows color (decimal): -7298305 or 16753296. OLE color: 16753296.

HSL color Cylindrical-coordinate representation of color #90A2FF: hue angle of 230.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90A2FF is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB144162255-
CMYK0.440.3600
HSL230.27º100%78.24%-
HSV(B)230.27º43.53%100%-
XYZ42.4738.9999.9-
YUV167.22177.54111.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.67%
GREEN value IS 162 (63.67% from 255) = 28.88%
BLUE value IS 255 (100% from 255) = 45.45%
R=25.67%
G=28.88%
B=45.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1441622550.440.3600230.2710078.24
Hex90A2FF2C2400e6644e
Octal220242377544400346144116
Binary100100001010001011111111101100100100001110011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,162,255); }

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

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

 a { background-color: rgb(144,162,255); }

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

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

 span { border-color: rgb(144,162,255); }

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