#90A3EE

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

Shades of Portage #90A3EE

Tints of Portage #90A3EE

Color information

#90A3EE (or 0x90A3EE) is unknown color: approx Portage. HEX triplet: 90, A3 and EE. RGB value is (144,163,238). Sum of RGB (Red+Green+Blue) = 144+163+238=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #90A3EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A3EE is #6F5C11. Grayscale: #A5A5A5. Windows color (decimal): -7298066 or 15639440. OLE color: 15639440.

HSL color Cylindrical-coordinate representation of color #90A3EE: hue angle of 227.87º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90A3EE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144163238-
CMYK0.390.3200.07
HSL227.87º73.44%74.9%-
HSV(B)227.87º39.5%93.33%-
XYZ40.0338.386.17-
YUV165.87168.71112.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.42%
GREEN value IS 163 (64.06% from 255) = 29.91%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=26.42%
G=29.91%
B=43.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441632380.390.3200.07227.8773.4474.9
Hex90A3EE272007e4494b
Octal220243356474007344111113
Binary10010000101000111110111010011110000001111110010010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,163,238); }

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

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

 a { background-color: rgb(144,163,238); }

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

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

 span { border-color: rgb(144,163,238); }

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