#889AEC

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

Shades of Portage #889AEC

Tints of Portage #889AEC

Color information

#889AEC (or 0x889AEC) is unknown color: approx Portage. HEX triplet: 88, 9A and EC. RGB value is (136,154,236). Sum of RGB (Red+Green+Blue) = 136+154+236=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #889AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889AEC is #776513. Grayscale: #9D9D9D. Windows color (decimal): -7824660 or 15506056. OLE color: 15506056.

HSL color Cylindrical-coordinate representation of color #889AEC: hue angle of 229.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #889AEC is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136154236-
CMYK0.420.3500.07
HSL229.2º72.46%72.94%-
HSV(B)229.2º42.37%92.55%-
XYZ36.8534.484.05-
YUV157.97172.04112.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.86%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 236 (92.58% from 255) = 44.87%
R=25.86%
G=29.28%
B=44.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361542360.420.3500.07229.272.4672.94
Hex889AEC2A2307e54849
Octal210232354524307345110111
Binary10001000100110101110110010101010001101111110010110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889AEC; }

 p { color: rgb(136,154,236); }

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

<style>
 a { background-color: #889AEC; }

 a { background-color: rgb(136,154,236); }

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

<style>
 span { border-color: #889AEC; }

 span { border-color: rgb(136,154,236); }

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