#889DDC

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

Shades of Portage #889DDC

Tints of Portage #889DDC

Color information

#889DDC (or 0x889DDC) is unknown color: approx Portage. HEX triplet: 88, 9D and DC. RGB value is (136,157,220). Sum of RGB (Red+Green+Blue) = 136+157+220=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #889DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DDC is #776223. Grayscale: #9D9D9D. Windows color (decimal): -7823908 or 14458248. OLE color: 14458248.

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

Color convert

RGB136157220-
CMYK0.380.2900.14
HSL225º54.55%69.8%-
HSV(B)225º38.18%86.27%-
XYZ35.1334.5272.52-
YUV157.9163.04112.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.51%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=26.51%
G=30.60%
B=42.88%

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
Decimal1361572200.380.2900.1422554.5569.8
Hex889DDC261D0Ee13746
Octal210235334463501634167106
Binary1000100010011101110111001001101110101110111000011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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