#898EEA

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

Shades of Portage #898EEA

Tints of Portage #898EEA

Color information

#898EEA (or 0x898EEA) is unknown color: approx Portage. HEX triplet: 89, 8E and EA. RGB value is (137,142,234). Sum of RGB (Red+Green+Blue) = 137+142+234=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #898EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898EEA is #767115. Grayscale: #969696. Windows color (decimal): -7762198 or 15371913. OLE color: 15371913.

HSL color Cylindrical-coordinate representation of color #898EEA: hue angle of 236.91º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #898EEA is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137142234-
CMYK0.410.3900.08
HSL236.91º69.78%72.75%-
HSV(B)236.91º41.45%91.76%-
XYZ34.8430.681.91-
YUV150.99174.84118.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.71%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=26.71%
G=27.68%
B=45.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371422340.410.3900.08236.9169.7872.75
Hex898EEA292708ed4649
Octal2112163525147010355106111
Binary100010011000111011101010101001100111010001110110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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