#8991EF

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

Shades of Portage #8991EF

Tints of Portage #8991EF

Color information

#8991EF (or 0x8991EF) is unknown color: approx Portage. HEX triplet: 89, 91 and EF. RGB value is (137,145,239). Sum of RGB (Red+Green+Blue) = 137+145+239=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #8991EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8991EF is #766E10. Grayscale: #989898. Windows color (decimal): -7761425 or 15700361. OLE color: 15700361.

HSL color Cylindrical-coordinate representation of color #8991EF: hue angle of 235.29º 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 #8991EF is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB137145239-
CMYK0.430.3900.06
HSL235.29º76.12%73.73%-
HSV(B)235.29º42.68%93.73%-
XYZ36.0231.885.9-
YUV153.32176.35116.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.30%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 239 (93.75% from 255) = 45.87%
R=26.30%
G=27.83%
B=45.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1371452390.430.3900.06235.2976.1273.73
Hex8991EF2B2706eb4c4a
Octal211221357534706353114112
Binary10001001100100011110111110101110011101101110101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8991EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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