#889DE9

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

Shades of Portage #889DE9

Tints of Portage #889DE9

Color information

#889DE9 (or 0x889DE9) is unknown color: approx Portage. HEX triplet: 88, 9D and E9. RGB value is (136,157,233). Sum of RGB (Red+Green+Blue) = 136+157+233=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #889DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889DE9 is #776216. Grayscale: #9F9F9F. Windows color (decimal): -7823895 or 15310216. OLE color: 15310216.

HSL color Cylindrical-coordinate representation of color #889DE9: hue angle of 227.01º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #889DE9 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB136157233-
CMYK0.420.3300.09
HSL227.01º68.79%72.35%-
HSV(B)227.01º41.63%91.37%-
XYZ36.9235.2381.95-
YUV159.38169.54111.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.86%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 233 (91.41% from 255) = 44.30%
R=25.86%
G=29.85%
B=44.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1361572330.420.3300.09227.0168.7972.35
Hex889DE92A2109e34548
Octal2102353515241011343105110
Binary100010001001110111101001101010100001010011110001110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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