#91A3E1

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

Shades of Portage #91A3E1

Tints of Portage #91A3E1

Color information

#91A3E1 (or 0x91A3E1) is unknown color: approx Portage. HEX triplet: 91, A3 and E1. RGB value is (145,163,225). Sum of RGB (Red+Green+Blue) = 145+163+225=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #91A3E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A3E1 is #6E5C1E. Grayscale: #A4A4A4. Windows color (decimal): -7232543 or 14787473. OLE color: 14787473.

HSL color Cylindrical-coordinate representation of color #91A3E1: hue angle of 226.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91A3E1 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB145163225-
CMYK0.360.2800.12
HSL226.5º57.14%72.55%-
HSV(B)226.5º35.56%88.24%-
XYZ38.3637.6576.48-
YUV164.69162.04113.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.20%
GREEN value IS 163 (64.06% from 255) = 30.58%
BLUE value IS 225 (88.28% from 255) = 42.21%
R=27.20%
G=30.58%
B=42.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1451632250.360.2800.12226.557.1472.55
Hex91A3E1241C0Ce23949
Octal221243341443401434271111
Binary1001000110100011111000011001001110001100111000101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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