#91ABED

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

Shades of Portage #91ABED

Tints of Portage #91ABED

Color information

#91ABED (or 0x91ABED) is unknown color: approx Portage. HEX triplet: 91, AB and ED. RGB value is (145,171,237). Sum of RGB (Red+Green+Blue) = 145+171+237=553 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.22% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #91ABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ABED is #6E5412. Grayscale: #AAAAAA. Windows color (decimal): -7230483 or 15575953. OLE color: 15575953.

HSL color Cylindrical-coordinate representation of color #91ABED: hue angle of 223.04º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91ABED is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145171237-
CMYK0.390.2800.07
HSL223.04º71.88%74.9%-
HSV(B)223.04º38.82%92.94%-
XYZ41.5341.2685.9-
YUV170.75165.39109.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.22%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=26.22%
G=30.92%
B=42.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451712370.390.2800.07223.0471.8874.9
Hex91ABED271C07df484b
Octal221253355473407337110113
Binary1001000110101011111011011001111110001111101111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,171,237); }

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

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

 a { background-color: rgb(145,171,237); }

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

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

 span { border-color: rgb(145,171,237); }

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