#91A1EB

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

Shades of Portage #91A1EB

Tints of Portage #91A1EB

Color information

#91A1EB (or 0x91A1EB) is unknown color: approx Portage. HEX triplet: 91, A1 and EB. RGB value is (145,161,235). Sum of RGB (Red+Green+Blue) = 145+161+235=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #91A1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A1EB is #6E5E14. Grayscale: #A4A4A4. Windows color (decimal): -7233045 or 15442321. OLE color: 15442321.

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

Color convert

RGB145161235-
CMYK0.380.3100.08
HSL229.33º69.23%74.51%-
HSV(B)229.33º38.3%92.16%-
XYZ39.4237.5183.76-
YUV164.65167.7113.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.80%
GREEN value IS 161 (63.28% from 255) = 29.76%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=26.80%
G=29.76%
B=43.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451612350.380.3100.08229.3369.2374.51
Hex91A1EB261F08e5454b
Octal2212413534637010345105113
Binary10010001101000011110101110011011111010001110010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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