#889BD4

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

Shades of Portage #889BD4

Tints of Portage #889BD4

Color information

#889BD4 (or 0x889BD4) is unknown color: approx Portage. HEX triplet: 88, 9B and D4. RGB value is (136,155,212). Sum of RGB (Red+Green+Blue) = 136+155+212=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #889BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BD4 is #77642B. Grayscale: #9B9B9B. Windows color (decimal): -7824428 or 13933448. OLE color: 13933448.

HSL color Cylindrical-coordinate representation of color #889BD4: hue angle of 225º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #889BD4 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB136155212-
CMYK0.360.2700.17
HSL225º46.91%68.24%-
HSV(B)225º35.85%83.14%-
XYZ33.7633.4366.96-
YUV155.82159.71113.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.04%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=27.04%
G=30.82%
B=42.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1361552120.360.2700.1722546.9168.24
Hex889BD4241B011e12f44
Octal210233324443302134157104
Binary10001000100110111101010010010011011010001111000011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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