#898DEC

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

Shades of Portage #898DEC

Tints of Portage #898DEC

Color information

#898DEC (or 0x898DEC) is unknown color: approx Portage. HEX triplet: 89, 8D and EC. RGB value is (137,141,236). Sum of RGB (Red+Green+Blue) = 137+141+236=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #898DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898DEC is #767213. Grayscale: #969696. Windows color (decimal): -7762452 or 15502729. OLE color: 15502729.

HSL color Cylindrical-coordinate representation of color #898DEC: hue angle of 237.58º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #898DEC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137141236-
CMYK0.420.4000.07
HSL237.58º72.26%73.14%-
HSV(B)237.58º41.95%92.55%-
XYZ34.9830.4283.39-
YUV150.63176.17118.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.65%
GREEN value IS 141 (55.47% from 255) = 27.43%
BLUE value IS 236 (92.58% from 255) = 45.91%
R=26.65%
G=27.43%
B=45.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371412360.420.4000.07237.5872.2673.14
Hex898DEC2A2807ee4849
Octal211215354525007356110111
Binary10001001100011011110110010101010100001111110111010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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