#8986DB

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

Shades of Portage #8986DB

Tints of Portage #8986DB

Color information

#8986DB (or 0x8986DB) is unknown color: approx Portage. HEX triplet: 89, 86 and DB. RGB value is (137,134,219). Sum of RGB (Red+Green+Blue) = 137+134+219=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #8986DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986DB is #767924. Grayscale: #909090. Windows color (decimal): -7764261 or 14386825. OLE color: 14386825.

HSL color Cylindrical-coordinate representation of color #8986DB: hue angle of 242.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8986DB is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137134219-
CMYK0.370.3900.14
HSL242.12º54.14%69.22%-
HSV(B)242.12º38.81%85.88%-
XYZ31.6327.4870.66-
YUV144.59169.99122.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.96%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 219 (85.94% from 255) = 44.69%
R=27.96%
G=27.35%
B=44.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371342190.370.3900.14242.1254.1469.22
Hex8986DB25270Ef23645
Octal211206333454701636266105
Binary10001001100001101101101110010110011101110111100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8986DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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