#90A7EB

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

Shades of Portage #90A7EB

Tints of Portage #90A7EB

Color information

#90A7EB (or 0x90A7EB) is unknown color: approx Portage. HEX triplet: 90, A7 and EB. RGB value is (144,167,235). Sum of RGB (Red+Green+Blue) = 144+167+235=546 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.37% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #90A7EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A7EB is #6F5814. Grayscale: #A7A7A7. Windows color (decimal): -7297045 or 15443856. OLE color: 15443856.

HSL color Cylindrical-coordinate representation of color #90A7EB: hue angle of 224.84º 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 #90A7EB is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144167235-
CMYK0.390.2900.08
HSL224.84º69.47%74.31%-
HSV(B)224.84º38.72%92.16%-
XYZ40.3239.5684.11-
YUV167.87165.88110.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.37%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=26.37%
G=30.59%
B=43.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441672350.390.2900.08224.8469.4774.31
Hex90A7EB271D08e1454a
Octal2202473534735010341105112
Binary10010000101001111110101110011111101010001110000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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