#91A5F9

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

Shades of Portage #91A5F9

Tints of Portage #91A5F9

Color information

#91A5F9 (or 0x91A5F9) is unknown color: approx Portage. HEX triplet: 91, A5 and F9. RGB value is (145,165,249). Sum of RGB (Red+Green+Blue) = 145+165+249=559 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.94% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #91A5F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A5F9 is #6E5A06. Grayscale: #A8A8A8. Windows color (decimal): -7232007 or 16360849. OLE color: 16360849.

HSL color Cylindrical-coordinate representation of color #91A5F9: hue angle of 228.46º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91A5F9 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145165249-
CMYK0.420.3400.02
HSL228.46º89.66%77.25%-
HSV(B)228.46º41.77%97.65%-
XYZ42.2339.7795.07-
YUV168.6173.37111.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.94%
GREEN value IS 165 (64.84% from 255) = 29.52%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=25.94%
G=29.52%
B=44.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451652490.420.3400.02228.4689.6677.25
Hex91A5F92A2202e45a4d
Octal221245371524202344132115
Binary1001000110100101111110011010101000100101110010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,165,249); }

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

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

 a { background-color: rgb(145,165,249); }

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

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

 span { border-color: rgb(145,165,249); }

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