#8890EA

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

Shades of Portage #8890EA

Tints of Portage #8890EA

Color information

#8890EA (or 0x8890EA) is unknown color: approx Portage. HEX triplet: 88, 90 and EA. RGB value is (136,144,234). Sum of RGB (Red+Green+Blue) = 136+144+234=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #8890EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8890EA is #776F15. Grayscale: #979797. Windows color (decimal): -7827222 or 15372424. OLE color: 15372424.

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

Color convert

RGB136144234-
CMYK0.420.3800.08
HSL235.1º70%72.55%-
HSV(B)235.1º41.88%91.76%-
XYZ34.9831.1282.01-
YUV151.87174.35116.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.46%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 234 (91.80% from 255) = 45.53%
R=26.46%
G=28.02%
B=45.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361442340.420.3800.08235.17072.55
Hex8890EA2A2608eb4649
Octal2102203525246010353106111
Binary100010001001000011101010101010100110010001110101110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8890EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8890EA; }

 p { color: rgb(136,144,234); }

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

<style>
 a { background-color: #8890EA; }

 a { background-color: rgb(136,144,234); }

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

<style>
 span { border-color: #8890EA; }

 span { border-color: rgb(136,144,234); }

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