#8991F7

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

Shades of Portage #8991F7

Tints of Portage #8991F7

Color information

#8991F7 (or 0x8991F7) is unknown color: approx Portage. HEX triplet: 89, 91 and F7. RGB value is (137,145,247). Sum of RGB (Red+Green+Blue) = 137+145+247=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #8991F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8991F7 is #766E08. Grayscale: #999999. Windows color (decimal): -7761417 or 16224649. OLE color: 16224649.

HSL color Cylindrical-coordinate representation of color #8991F7: hue angle of 235.64º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8991F7 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB137145247-
CMYK0.450.4100.03
HSL235.64º87.3%75.29%-
HSV(B)235.64º44.53%96.86%-
XYZ37.2332.2892.26-
YUV154.24180.35115.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.90%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 247 (96.88% from 255) = 46.69%
R=25.90%
G=27.41%
B=46.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1371452470.450.4100.03235.6487.375.29
Hex8991F72D2903ec574b
Octal211221367555103354127113
Binary1000100110010001111101111011011010010111110110010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8991F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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