#91A3F9

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

Shades of Portage #91A3F9

Tints of Portage #91A3F9

Color information

#91A3F9 (or 0x91A3F9) is unknown color: approx Portage. HEX triplet: 91, A3 and F9. RGB value is (145,163,249). Sum of RGB (Red+Green+Blue) = 145+163+249=557 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.03% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #91A3F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A3F9 is #6E5C06. Grayscale: #A7A7A7. Windows color (decimal): -7232519 or 16360337. OLE color: 16360337.

HSL color Cylindrical-coordinate representation of color #91A3F9: hue angle of 229.62º 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 #91A3F9 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145163249-
CMYK0.420.3500.02
HSL229.62º89.66%77.25%-
HSV(B)229.62º41.77%97.65%-
XYZ41.8739.0594.95-
YUV167.42174.04112.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.03%
GREEN value IS 163 (64.06% from 255) = 29.26%
BLUE value IS 249 (97.66% from 255) = 44.70%
R=26.03%
G=29.26%
B=44.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451632490.420.3500.02229.6289.6677.25
Hex91A3F92A2302e65a4d
Octal221243371524302346132115
Binary1001000110100011111110011010101000110101110011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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