#8990EA

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

Shades of Portage #8990EA

Tints of Portage #8990EA

Color information

#8990EA (or 0x8990EA) is unknown color: approx Portage. HEX triplet: 89, 90 and EA. RGB value is (137,144,234). Sum of RGB (Red+Green+Blue) = 137+144+234=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #8990EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8990EA is #766F15. Grayscale: #979797. Windows color (decimal): -7761686 or 15372425. OLE color: 15372425.

HSL color Cylindrical-coordinate representation of color #8990EA: hue angle of 235.67º 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 #8990EA is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137144234-
CMYK0.410.3800.08
HSL235.67º69.78%72.75%-
HSV(B)235.67º41.45%91.76%-
XYZ35.1431.2182.01-
YUV152.17174.18117.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.60%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=26.60%
G=27.96%
B=45.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371442340.410.3800.08235.6769.7872.75
Hex8990EA292608ec4649
Octal2112203525146010354106111
Binary100010011001000011101010101001100110010001110110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8990EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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