#8988EA

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

Shades of Portage #8988EA

Tints of Portage #8988EA

Color information

#8988EA (or 0x8988EA) is unknown color: approx Portage. HEX triplet: 89, 88 and EA. RGB value is (137,136,234). Sum of RGB (Red+Green+Blue) = 137+136+234=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #8988EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8988EA is #767715. Grayscale: #939393. Windows color (decimal): -7763734 or 15370377. OLE color: 15370377.

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

Color convert

RGB137136234-
CMYK0.410.4200.08
HSL240.61º70%72.55%-
HSV(B)240.61º41.88%91.76%-
XYZ33.9728.8781.62-
YUV147.47176.83120.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.02%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=27.02%
G=26.82%
B=46.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371362340.410.4200.08240.617072.55
Hex8988EA292A08f14649
Octal2112103525152010361106111
Binary100010011000100011101010101001101010010001111000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8988EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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