#90A1EB

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

Shades of Portage #90A1EB

Tints of Portage #90A1EB

Color information

#90A1EB (or 0x90A1EB) is unknown color: approx Portage. HEX triplet: 90, A1 and EB. RGB value is (144,161,235). Sum of RGB (Red+Green+Blue) = 144+161+235=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #90A1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A1EB is #6F5E14. Grayscale: #A4A4A4. Windows color (decimal): -7298581 or 15442320. OLE color: 15442320.

HSL color Cylindrical-coordinate representation of color #90A1EB: hue angle of 228.79º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90A1EB is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144161235-
CMYK0.390.3100.08
HSL228.79º69.47%74.31%-
HSV(B)228.79º38.72%92.16%-
XYZ39.2437.4283.75-
YUV164.35167.87113.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.67%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=26.67%
G=29.81%
B=43.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441612350.390.3100.08228.7969.4774.31
Hex90A1EB271F08e5454a
Octal2202413534737010345105112
Binary10010000101000011110101110011111111010001110010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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