#91A6EA

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

Shades of Portage #91A6EA

Tints of Portage #91A6EA

Color information

#91A6EA (or 0x91A6EA) is unknown color: approx Portage. HEX triplet: 91, A6 and EA. RGB value is (145,166,234). Sum of RGB (Red+Green+Blue) = 145+166+234=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #91A6EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A6EA is #6E5915. Grayscale: #A7A7A7. Windows color (decimal): -7231766 or 15378065. OLE color: 15378065.

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

Color convert

RGB145166234-
CMYK0.380.2900.08
HSL225.84º67.94%74.31%-
HSV(B)225.84º38.03%91.76%-
XYZ40.1639.2383.3-
YUV167.47165.54111.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.61%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=26.61%
G=30.46%
B=42.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451662340.380.2900.08225.8467.9474.31
Hex91A6EA261D08e2444a
Octal2212463524635010342104112
Binary10010001101001101110101010011011101010001110001010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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