#91A2E9

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

Shades of Portage #91A2E9

Tints of Portage #91A2E9

Color information

#91A2E9 (or 0x91A2E9) is unknown color: approx Portage. HEX triplet: 91, A2 and E9. RGB value is (145,162,233). Sum of RGB (Red+Green+Blue) = 145+162+233=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #91A2E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A2E9 is #6E5D16. Grayscale: #A4A4A4. Windows color (decimal): -7232791 or 15311505. OLE color: 15311505.

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

Color convert

RGB145162233-
CMYK0.380.3000.09
HSL228.41º66.67%74.12%-
HSV(B)228.41º37.77%91.37%-
XYZ39.3137.7482.3-
YUV165.01166.37113.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.85%
GREEN value IS 162 (63.67% from 255) = 30%
BLUE value IS 233 (91.41% from 255) = 43.15%
R=26.85%
G=30%
B=43.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1451622330.380.3000.09228.4166.6774.12
Hex91A2E9261E09e4434a
Octal2212423514636011344103112
Binary10010001101000101110100110011011110010011110010010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,162,233); }

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

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

 a { background-color: rgb(145,162,233); }

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

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

 span { border-color: rgb(145,162,233); }

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