#91A0DB

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

Shades of Portage #91A0DB

Tints of Portage #91A0DB

Color information

#91A0DB (or 0x91A0DB) is unknown color: approx Portage. HEX triplet: 91, A0 and DB. RGB value is (145,160,219). Sum of RGB (Red+Green+Blue) = 145+160+219=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #91A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A0DB is #6E5F24. Grayscale: #A1A1A1. Windows color (decimal): -7233317 or 14393489. OLE color: 14393489.

HSL color Cylindrical-coordinate representation of color #91A0DB: hue angle of 227.84º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91A0DB is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145160219-
CMYK0.340.2700.14
HSL227.84º50.68%71.37%-
HSV(B)227.84º33.79%85.88%-
XYZ37.0336.2872.07-
YUV162.24160.03115.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.67%
GREEN value IS 160 (62.89% from 255) = 30.53%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=27.67%
G=30.53%
B=41.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451602190.340.2700.14227.8450.6871.37
Hex91A0DB221B0Ee43347
Octal221240333423301634463107
Binary1001000110100000110110111000101101101110111001001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,160,219); }

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

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

 a { background-color: rgb(145,160,219); }

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

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

 span { border-color: rgb(145,160,219); }

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