#889DE3

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

Shades of Portage #889DE3

Tints of Portage #889DE3

Color information

#889DE3 (or 0x889DE3) is unknown color: approx Portage. HEX triplet: 88, 9D and E3. RGB value is (136,157,227). Sum of RGB (Red+Green+Blue) = 136+157+227=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #889DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DE3 is #77621C. Grayscale: #9E9E9E. Windows color (decimal): -7823901 or 14917000. OLE color: 14917000.

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

Color convert

RGB136157227-
CMYK0.400.3100.11
HSL226.15º61.9%71.18%-
HSV(B)226.15º40.09%89.02%-
XYZ36.0834.8977.51-
YUV158.7166.54111.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.15%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 227 (89.06% from 255) = 43.65%
R=26.15%
G=30.19%
B=43.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1361572270.400.3100.11226.1561.971.18
Hex889DE3281F0Be23e47
Octal210235343503701334276107
Binary1000100010011101111000111010001111101011111000101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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