#91A4EB

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

Shades of Portage #91A4EB

Tints of Portage #91A4EB

Color information

#91A4EB (or 0x91A4EB) is unknown color: approx Portage. HEX triplet: 91, A4 and EB. RGB value is (145,164,235). Sum of RGB (Red+Green+Blue) = 145+164+235=544 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.65% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #91A4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A4EB is #6E5B14. Grayscale: #A6A6A6. Windows color (decimal): -7232277 or 15443089. OLE color: 15443089.

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

Color convert

RGB145164235-
CMYK0.380.3000.08
HSL227.33º69.23%74.51%-
HSV(B)227.33º38.3%92.16%-
XYZ39.9538.5783.94-
YUV166.41166.71112.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.65%
GREEN value IS 164 (64.45% from 255) = 30.15%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=26.65%
G=30.15%
B=43.20%

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
Decimal1451642350.380.3000.08227.3369.2374.51
Hex91A4EB261E08e3454b
Octal2212443534636010343105113
Binary10010001101001001110101110011011110010001110001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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