#898EDE

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

Shades of Portage #898EDE

Tints of Portage #898EDE

Color information

#898EDE (or 0x898EDE) is unknown color: approx Portage. HEX triplet: 89, 8E and DE. RGB value is (137,142,222). Sum of RGB (Red+Green+Blue) = 137+142+222=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #898EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EDE is #767121. Grayscale: #959595. Windows color (decimal): -7762210 or 14585481. OLE color: 14585481.

HSL color Cylindrical-coordinate representation of color #898EDE: hue angle of 236.47º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #898EDE is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137142222-
CMYK0.380.3600.13
HSL236.47º56.29%70.39%-
HSV(B)236.47º38.29%87.06%-
XYZ33.1729.9473.14-
YUV149.62168.84119-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.35%
GREEN value IS 142 (55.86% from 255) = 28.34%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=27.35%
G=28.34%
B=44.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371422220.380.3600.13236.4756.2970.39
Hex898EDE26240Dec3846
Octal211216336464401535470106
Binary10001001100011101101111010011010010001101111011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898EDE; }

 p { color: rgb(137,142,222); }

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

<style>
 a { background-color: #898EDE; }

 a { background-color: rgb(137,142,222); }

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

<style>
 span { border-color: #898EDE; }

 span { border-color: rgb(137,142,222); }

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