#91A4DA

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

Shades of Portage #91A4DA

Tints of Portage #91A4DA

Color information

#91A4DA (or 0x91A4DA) is unknown color: approx Portage. HEX triplet: 91, A4 and DA. RGB value is (145,164,218). Sum of RGB (Red+Green+Blue) = 145+164+218=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #91A4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A4DA is #6E5B25. Grayscale: #A4A4A4. Windows color (decimal): -7232294 or 14328977. OLE color: 14328977.

HSL color Cylindrical-coordinate representation of color #91A4DA: hue angle of 224.38º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91A4DA is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145164218-
CMYK0.330.2500.15
HSL224.38º49.66%71.18%-
HSV(B)224.38º33.49%85.49%-
XYZ37.6137.6371.61-
YUV164.48158.21114.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.51%
GREEN value IS 164 (64.45% from 255) = 31.12%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=27.51%
G=31.12%
B=41.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451642180.330.2500.15224.3849.6671.18
Hex91A4DA21190Fe03247
Octal221244332413101734062107
Binary1001000110100100110110101000011100101111111000001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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