#889CDC

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

Shades of Portage #889CDC

Tints of Portage #889CDC

Color information

#889CDC (or 0x889CDC) is unknown color: approx Portage. HEX triplet: 88, 9C and DC. RGB value is (136,156,220). Sum of RGB (Red+Green+Blue) = 136+156+220=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #889CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CDC is #776323. Grayscale: #9D9D9D. Windows color (decimal): -7824164 or 14457992. OLE color: 14457992.

HSL color Cylindrical-coordinate representation of color #889CDC: hue angle of 225.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #889CDC is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136156220-
CMYK0.380.2900.14
HSL225.71º54.55%69.8%-
HSV(B)225.71º38.18%86.27%-
XYZ34.9634.1872.46-
YUV157.32163.37112.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.56%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=26.56%
G=30.47%
B=42.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361562200.380.2900.14225.7154.5569.8
Hex889CDC261D0Ee23746
Octal210234334463501634267106
Binary1000100010011100110111001001101110101110111000101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,156,220); }

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

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

 a { background-color: rgb(136,156,220); }

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

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

 span { border-color: rgb(136,156,220); }

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