#8891DC

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

Shades of Portage #8891DC

Tints of Portage #8891DC

Color information

#8891DC (or 0x8891DC) is unknown color: approx Portage. HEX triplet: 88, 91 and DC. RGB value is (136,145,220). Sum of RGB (Red+Green+Blue) = 136+145+220=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #8891DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8891DC is #776E23. Grayscale: #969696. Windows color (decimal): -7826980 or 14455176. OLE color: 14455176.

HSL color Cylindrical-coordinate representation of color #8891DC: hue angle of 233.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8891DC is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136145220-
CMYK0.380.3400.14
HSL233.57º54.55%69.8%-
HSV(B)233.57º38.18%86.27%-
XYZ33.230.6571.88-
YUV150.86167.02117.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.15%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=27.15%
G=28.94%
B=43.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361452200.380.3400.14233.5754.5569.8
Hex8891DC26220Eea3746
Octal210221334464201635267106
Binary10001000100100011101110010011010001001110111010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8891DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8891DC; }

 p { color: rgb(136,145,220); }

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

<style>
 a { background-color: #8891DC; }

 a { background-color: rgb(136,145,220); }

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

<style>
 span { border-color: #8891DC; }

 span { border-color: rgb(136,145,220); }

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