#898DDE

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

Shades of Portage #898DDE

Tints of Portage #898DDE

Color information

#898DDE (or 0x898DDE) is unknown color: approx Portage. HEX triplet: 89, 8D and DE. RGB value is (137,141,222). Sum of RGB (Red+Green+Blue) = 137+141+222=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #898DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DDE is #767221. Grayscale: #949494. Windows color (decimal): -7762466 or 14585225. OLE color: 14585225.

HSL color Cylindrical-coordinate representation of color #898DDE: hue angle of 237.18º 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 #898DDE is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137141222-
CMYK0.380.3600.13
HSL237.18º56.29%70.39%-
HSV(B)237.18º38.29%87.06%-
XYZ33.0329.6473.09-
YUV149.04169.17119.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.4%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=27.4%
G=28.2%
B=44.4%

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
Decimal1371412220.380.3600.13237.1856.2970.39
Hex898DDE26240Ded3846
Octal211215336464401535570106
Binary10001001100011011101111010011010010001101111011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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