#889ACE

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

Shades of Portage #889ACE

Tints of Portage #889ACE

Color information

#889ACE (or 0x889ACE) is unknown color: approx Portage. HEX triplet: 88, 9A and CE. RGB value is (136,154,206). Sum of RGB (Red+Green+Blue) = 136+154+206=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #889ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ACE is #776531. Grayscale: #9A9A9A. Windows color (decimal): -7824690 or 13539976. OLE color: 13539976.

HSL color Cylindrical-coordinate representation of color #889ACE: hue angle of 224.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #889ACE is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136154206-
CMYK0.340.2500.19
HSL224.57º41.67%67.06%-
HSV(B)224.57º33.98%80.78%-
XYZ32.8532.862.99-
YUV154.55157.04114.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.42%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=27.42%
G=31.05%
B=41.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361542060.340.2500.19224.5741.6767.06
Hex889ACE2219013e12a43
Octal210232316423102334152103
Binary10001000100110101100111010001011001010011111000011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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