#90A2FE

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

Shades of Portage #90A2FE

Tints of Portage #90A2FE

Color information

#90A2FE (or 0x90A2FE) is unknown color: approx Portage. HEX triplet: 90, A2 and FE. RGB value is (144,162,254). Sum of RGB (Red+Green+Blue) = 144+162+254=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #90A2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A2FE is #6F5D01. Grayscale: #A6A6A6. Windows color (decimal): -7298306 or 16687760. OLE color: 16687760.

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

Color convert

RGB144162254-
CMYK0.430.3600.00
HSL230.18º98.21%78.04%-
HSV(B)230.18º43.31%99.61%-
XYZ42.3138.9399.05-
YUV167.11177.04111.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.71%
GREEN value IS 162 (63.67% from 255) = 28.93%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=25.71%
G=28.93%
B=45.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1441622540.430.3600.00230.1898.2178.04
Hex90A2FE2B2400e6624e
Octal220242376534400346142116
Binary100100001010001011111110101011100100001110011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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