#898ECC

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

Shades of Portage #898ECC

Tints of Portage #898ECC

Color information

#898ECC (or 0x898ECC) is unknown color: approx Portage. HEX triplet: 89, 8E and CC. RGB value is (137,142,204). Sum of RGB (Red+Green+Blue) = 137+142+204=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #898ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ECC is #767133. Grayscale: #939393. Windows color (decimal): -7762228 or 13405833. OLE color: 13405833.

HSL color Cylindrical-coordinate representation of color #898ECC: hue angle of 235.52º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #898ECC is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB137142204-
CMYK0.330.3000.2
HSL235.52º39.64%66.86%-
HSV(B)235.52º32.84%80%-
XYZ30.8929.0261.1-
YUV147.57159.84120.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.36%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=28.36%
G=29.40%
B=42.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371422040.330.3000.2235.5239.6466.86
Hex898ECC211E014ec2843
Octal211216314413602435450103
Binary10001001100011101100110010000111110010100111011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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