#90A4F3

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

Shades of Portage #90A4F3

Tints of Portage #90A4F3

Color information

#90A4F3 (or 0x90A4F3) is unknown color: approx Portage. HEX triplet: 90, A4 and F3. RGB value is (144,164,243). Sum of RGB (Red+Green+Blue) = 144+164+243=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #90A4F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A4F3 is #6F5B0C. Grayscale: #A6A6A6. Windows color (decimal): -7297805 or 15967376. OLE color: 15967376.

HSL color Cylindrical-coordinate representation of color #90A4F3: hue angle of 227.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90A4F3 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144164243-
CMYK0.410.3300.05
HSL227.88º80.49%75.88%-
HSV(B)227.88º40.74%95.29%-
XYZ40.9538.9590.15-
YUV167.03170.87111.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.13%
GREEN value IS 164 (64.45% from 255) = 29.76%
BLUE value IS 243 (95.31% from 255) = 44.10%
R=26.13%
G=29.76%
B=44.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441642430.410.3300.05227.8880.4975.88
Hex90A4F3292105e4504c
Octal220244363514105344120114
Binary10010000101001001111001110100110000101011110010010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,164,243); }

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

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

 a { background-color: rgb(144,164,243); }

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

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

 span { border-color: rgb(144,164,243); }

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