#8989DE

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

Shades of Portage #8989DE

Tints of Portage #8989DE

Color information

#8989DE (or 0x8989DE) is unknown color: approx Portage. HEX triplet: 89, 89 and DE. RGB value is (137,137,222). Sum of RGB (Red+Green+Blue) = 137+137+222=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #8989DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8989DE is #767621. Grayscale: #929292. Windows color (decimal): -7763490 or 14584201. OLE color: 14584201.

HSL color Cylindrical-coordinate representation of color #8989DE: hue angle of 240º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8989DE is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137137222-
CMYK0.380.3800.13
HSL240º56.29%70.39%-
HSV(B)240º38.29%87.06%-
XYZ32.4528.4872.89-
YUV146.69170.5121.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.62%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 222 (87.11% from 255) = 44.76%
R=27.62%
G=27.62%
B=44.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371372220.380.3800.1324056.2970.39
Hex8989DE26260Df03846
Octal211211336464601536070106
Binary10001001100010011101111010011010011001101111100001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8989DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8989DE; }

 p { color: rgb(137,137,222); }

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

<style>
 a { background-color: #8989DE; }

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

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

<style>
 span { border-color: #8989DE; }

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

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