#91A3E5

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

Shades of Portage #91A3E5

Tints of Portage #91A3E5

Color information

#91A3E5 (or 0x91A3E5) is unknown color: approx Portage. HEX triplet: 91, A3 and E5. RGB value is (145,163,229). Sum of RGB (Red+Green+Blue) = 145+163+229=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #91A3E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A3E5 is #6E5C1A. Grayscale: #A4A4A4. Windows color (decimal): -7232539 or 15049617. OLE color: 15049617.

HSL color Cylindrical-coordinate representation of color #91A3E5: hue angle of 227.14º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91A3E5 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB145163229-
CMYK0.370.2900.10
HSL227.14º61.76%73.33%-
HSV(B)227.14º36.68%89.8%-
XYZ38.9237.8779.39-
YUV165.14164.04113.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.00%
GREEN value IS 163 (64.06% from 255) = 30.35%
BLUE value IS 229 (89.84% from 255) = 42.64%
R=27.00%
G=30.35%
B=42.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1451632290.370.2900.10227.1461.7673.33
Hex91A3E5251D0Ae33e49
Octal221243345453501234376111
Binary1001000110100011111001011001011110101010111000111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,163,229); }

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

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

 a { background-color: rgb(145,163,229); }

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

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

 span { border-color: rgb(145,163,229); }

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