#91A5FD

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

Shades of Portage #91A5FD

Tints of Portage #91A5FD

Color information

#91A5FD (or 0x91A5FD) is unknown color: approx Portage. HEX triplet: 91, A5 and FD. RGB value is (145,165,253). Sum of RGB (Red+Green+Blue) = 145+165+253=563 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.75% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #91A5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A5FD is #6E5A02. Grayscale: #A8A8A8. Windows color (decimal): -7232003 or 16622993. OLE color: 16622993.

HSL color Cylindrical-coordinate representation of color #91A5FD: hue angle of 228.89º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91A5FD is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB145165253-
CMYK0.430.3500.01
HSL228.89º96.43%78.04%-
HSV(B)228.89º42.69%99.22%-
XYZ42.8640.0298.39-
YUV169.05175.37110.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.75%
GREEN value IS 165 (64.84% from 255) = 29.31%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=25.75%
G=29.31%
B=44.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451652530.430.3500.01228.8996.4378.04
Hex91A5FD2B2301e5604e
Octal221245375534301345140116
Binary100100011010010111111101101011100011011110010111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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