#88A4E2

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

Shades of Portage #88A4E2

Tints of Portage #88A4E2

Color information

#88A4E2 (or 0x88A4E2) is unknown color: approx Portage. HEX triplet: 88, A4 and E2. RGB value is (136,164,226). Sum of RGB (Red+Green+Blue) = 136+164+226=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 226 - color contains mainly: blue. Hex color #88A4E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A4E2 is #775B1D. Grayscale: #A2A2A2. Windows color (decimal): -7822110 or 14853256. OLE color: 14853256.

HSL color Cylindrical-coordinate representation of color #88A4E2: hue angle of 221.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88A4E2 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB136164226-
CMYK0.400.2700.11
HSL221.33º60.81%70.98%-
HSV(B)221.33º39.82%88.63%-
XYZ37.1637.2877.19-
YUV162.7163.72108.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.86%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 226 (88.67% from 255) = 42.97%
R=25.86%
G=31.18%
B=42.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1361642260.400.2700.11221.3360.8170.98
Hex88A4E2281B0Bdd3d47
Octal210244342503301333575107
Binary1000100010100100111000101010001101101011110111011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A4E2; }

 p { color: rgb(136,164,226); }

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

<style>
 a { background-color: #88A4E2; }

 a { background-color: rgb(136,164,226); }

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

<style>
 span { border-color: #88A4E2; }

 span { border-color: rgb(136,164,226); }

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