#91A4EA

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

Shades of Portage #91A4EA

Tints of Portage #91A4EA

Color information

#91A4EA (or 0x91A4EA) is unknown color: approx Portage. HEX triplet: 91, A4 and EA. RGB value is (145,164,234). Sum of RGB (Red+Green+Blue) = 145+164+234=543 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.70% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #91A4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A4EA is #6E5B15. Grayscale: #A6A6A6. Windows color (decimal): -7232278 or 15377553. OLE color: 15377553.

HSL color Cylindrical-coordinate representation of color #91A4EA: hue angle of 227.19º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91A4EA is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145164234-
CMYK0.380.3000.08
HSL227.19º67.94%74.31%-
HSV(B)227.19º38.03%91.76%-
XYZ39.838.5183.18-
YUV166.3166.21112.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.70%
GREEN value IS 164 (64.45% from 255) = 30.20%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=26.70%
G=30.20%
B=43.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451642340.380.3000.08227.1967.9474.31
Hex91A4EA261E08e3444a
Octal2212443524636010343104112
Binary10010001101001001110101010011011110010001110001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91A4EA; }

 p { color: rgb(145,164,234); }

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

<style>
 a { background-color: #91A4EA; }

 a { background-color: rgb(145,164,234); }

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

<style>
 span { border-color: #91A4EA; }

 span { border-color: rgb(145,164,234); }

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