#88A1E4

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

Shades of Portage #88A1E4

Tints of Portage #88A1E4

Color information

#88A1E4 (or 0x88A1E4) is unknown color: approx Portage. HEX triplet: 88, A1 and E4. RGB value is (136,161,228). Sum of RGB (Red+Green+Blue) = 136+161+228=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #88A1E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A1E4 is #775E1B. Grayscale: #A0A0A0. Windows color (decimal): -7822876 or 14983560. OLE color: 14983560.

HSL color Cylindrical-coordinate representation of color #88A1E4: hue angle of 223.7º degrees, saturation: 0.63, 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 #88A1E4 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB136161228-
CMYK0.400.2900.11
HSL223.7º63.01%71.37%-
HSV(B)223.7º40.35%89.41%-
XYZ36.936.3378.47-
YUV161.16165.72110.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.90%
GREEN value IS 161 (63.28% from 255) = 30.67%
BLUE value IS 228 (89.45% from 255) = 43.43%
R=25.90%
G=30.67%
B=43.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1361612280.400.2900.11223.763.0171.37
Hex88A1E4281D0Be03f47
Octal210241344503501334077107
Binary1000100010100001111001001010001110101011111000001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,161,228); }

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

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

 a { background-color: rgb(136,161,228); }

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

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

 span { border-color: rgb(136,161,228); }

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