#898EDC

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

Shades of Portage #898EDC

Tints of Portage #898EDC

Color information

#898EDC (or 0x898EDC) is unknown color: approx Portage. HEX triplet: 89, 8E and DC. RGB value is (137,142,220). Sum of RGB (Red+Green+Blue) = 137+142+220=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #898EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EDC is #767123. Grayscale: #959595. Windows color (decimal): -7762212 or 14454409. OLE color: 14454409.

HSL color Cylindrical-coordinate representation of color #898EDC: hue angle of 236.39º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #898EDC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137142220-
CMYK0.380.3500.14
HSL236.39º54.25%70%-
HSV(B)236.39º37.73%86.27%-
XYZ32.9129.8371.73-
YUV149.4167.84119.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.45%
GREEN value IS 142 (55.86% from 255) = 28.46%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=27.45%
G=28.46%
B=44.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371422200.380.3500.14236.3954.2570
Hex898EDC26230Eec3646
Octal211216334464301635466106
Binary10001001100011101101110010011010001101110111011001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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