#889BE1

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

Shades of Portage #889BE1

Tints of Portage #889BE1

Color information

#889BE1 (or 0x889BE1) is unknown color: approx Portage. HEX triplet: 88, 9B and E1. RGB value is (136,155,225). Sum of RGB (Red+Green+Blue) = 136+155+225=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #889BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BE1 is #77641E. Grayscale: #9D9D9D. Windows color (decimal): -7824415 or 14785416. OLE color: 14785416.

HSL color Cylindrical-coordinate representation of color #889BE1: hue angle of 227.19º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #889BE1 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136155225-
CMYK0.400.3100.12
HSL227.19º59.73%70.78%-
HSV(B)227.19º39.56%88.24%-
XYZ35.4734.1175.95-
YUV157.3166.21112.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.36%
GREEN value IS 155 (60.94% from 255) = 30.04%
BLUE value IS 225 (88.28% from 255) = 43.60%
R=26.36%
G=30.04%
B=43.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1361552250.400.3100.12227.1959.7370.78
Hex889BE1281F0Ce33c47
Octal210233341503701434374107
Binary1000100010011011111000011010001111101100111000111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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