#898ECD

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

Shades of Portage #898ECD

Tints of Portage #898ECD

Color information

#898ECD (or 0x898ECD) is unknown color: approx Portage. HEX triplet: 89, 8E and CD. RGB value is (137,142,205). Sum of RGB (Red+Green+Blue) = 137+142+205=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #898ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ECD is #767132. Grayscale: #939393. Windows color (decimal): -7762227 or 13471369. OLE color: 13471369.

HSL color Cylindrical-coordinate representation of color #898ECD: hue angle of 235.59º 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 #898ECD is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137142205-
CMYK0.330.3100.20
HSL235.59º40.48%67.06%-
HSV(B)235.59º33.17%80.39%-
XYZ31.0129.0761.73-
YUV147.69160.34120.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.31%
GREEN value IS 142 (55.86% from 255) = 29.34%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=28.31%
G=29.34%
B=42.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371422050.330.3100.20235.5940.4867.06
Hex898ECD211F014ec2843
Octal211216315413702435450103
Binary10001001100011101100110110000111111010100111011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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