#889AE3

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

Shades of Portage #889AE3

Tints of Portage #889AE3

Color information

#889AE3 (or 0x889AE3) is unknown color: approx Portage. HEX triplet: 88, 9A and E3. RGB value is (136,154,227). Sum of RGB (Red+Green+Blue) = 136+154+227=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 227 (89.06% from 255 or 43.91% from 517); Max value from RGB is 227 - color contains mainly: blue. Hex color #889AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889AE3 is #77651C. Grayscale: #9C9C9C. Windows color (decimal): -7824669 or 14916232. OLE color: 14916232.

HSL color Cylindrical-coordinate representation of color #889AE3: hue angle of 228.13º 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 #889AE3 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB136154227-
CMYK0.400.3200.11
HSL228.13º61.9%71.18%-
HSV(B)228.13º40.09%89.02%-
XYZ35.5733.8977.34-
YUV156.94167.54113.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.31%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 227 (89.06% from 255) = 43.91%
R=26.31%
G=29.79%
B=43.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1361542270.400.3200.11228.1361.971.18
Hex889AE328200Be43e47
Octal210232343504001334476107
Binary10001000100110101110001110100010000001011111001001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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