#8986DE

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

Shades of Portage #8986DE

Tints of Portage #8986DE

Color information

#8986DE (or 0x8986DE) is unknown color: approx Portage. HEX triplet: 89, 86 and DE. RGB value is (137,134,222). Sum of RGB (Red+Green+Blue) = 137+134+222=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #8986DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986DE is #767921. Grayscale: #909090. Windows color (decimal): -7764258 or 14583433. OLE color: 14583433.

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

Color convert

RGB137134222-
CMYK0.380.4000.13
HSL242.05º57.14%69.8%-
HSV(B)242.05º39.64%87.06%-
XYZ32.0327.6472.75-
YUV144.93171.49122.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.79%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=27.79%
G=27.18%
B=45.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371342220.380.4000.13242.0557.1469.8
Hex8986DE26280Df23946
Octal211206336465001536271106
Binary10001001100001101101111010011010100001101111100101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8986DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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