#8990EF

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

Shades of Portage #8990EF

Tints of Portage #8990EF

Color information

#8990EF (or 0x8990EF) is unknown color: approx Portage. HEX triplet: 89, 90 and EF. RGB value is (137,144,239). Sum of RGB (Red+Green+Blue) = 137+144+239=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #8990EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8990EF is #766F10. Grayscale: #989898. Windows color (decimal): -7761681 or 15700105. OLE color: 15700105.

HSL color Cylindrical-coordinate representation of color #8990EF: hue angle of 235.88º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8990EF is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB137144239-
CMYK0.430.4000.06
HSL235.88º76.12%73.73%-
HSV(B)235.88º42.68%93.73%-
XYZ35.8731.585.85-
YUV152.74176.68116.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.35%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 239 (93.75% from 255) = 45.96%
R=26.35%
G=27.69%
B=45.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1371442390.430.4000.06235.8876.1273.73
Hex8990EF2B2806ec4c4a
Octal211220357535006354114112
Binary10001001100100001110111110101110100001101110110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8990EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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