#889EDC

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

Shades of Portage #889EDC

Tints of Portage #889EDC

Color information

#889EDC (or 0x889EDC) is unknown color: approx Portage. HEX triplet: 88, 9E and DC. RGB value is (136,158,220). Sum of RGB (Red+Green+Blue) = 136+158+220=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #889EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EDC is #776123. Grayscale: #9E9E9E. Windows color (decimal): -7823652 or 14458504. OLE color: 14458504.

HSL color Cylindrical-coordinate representation of color #889EDC: hue angle of 224.29º 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 #889EDC is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136158220-
CMYK0.380.2800.14
HSL224.29º54.55%69.8%-
HSV(B)224.29º38.18%86.27%-
XYZ35.334.8672.58-
YUV158.49162.71111.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.46%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=26.46%
G=30.74%
B=42.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361582200.380.2800.14224.2954.5569.8
Hex889EDC261C0Ee03746
Octal210236334463401634067106
Binary1000100010011110110111001001101110001110111000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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