#889BDC

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

Shades of Portage #889BDC

Tints of Portage #889BDC

Color information

#889BDC (or 0x889BDC) is unknown color: approx Portage. HEX triplet: 88, 9B and DC. RGB value is (136,155,220). Sum of RGB (Red+Green+Blue) = 136+155+220=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #889BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BDC is #776423. Grayscale: #9C9C9C. Windows color (decimal): -7824420 or 14457736. OLE color: 14457736.

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

Color convert

RGB136155220-
CMYK0.380.3000.14
HSL226.43º54.55%69.8%-
HSV(B)226.43º38.18%86.27%-
XYZ34.7933.8472.41-
YUV156.73163.71113.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.61%
GREEN value IS 155 (60.94% from 255) = 30.33%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=26.61%
G=30.33%
B=43.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361552200.380.3000.14226.4354.5569.8
Hex889BDC261E0Ee23746
Octal210233334463601634267106
Binary1000100010011011110111001001101111001110111000101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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