#8889D6

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

Shades of Portage #8889D6

Tints of Portage #8889D6

Color information

#8889D6 (or 0x8889D6) is unknown color: approx Portage. HEX triplet: 88, 89 and D6. RGB value is (136,137,214). Sum of RGB (Red+Green+Blue) = 136+137+214=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #8889D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8889D6 is #777629. Grayscale: #919191. Windows color (decimal): -7829034 or 14059912. OLE color: 14059912.

HSL color Cylindrical-coordinate representation of color #8889D6: hue angle of 239.23º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8889D6 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB136137214-
CMYK0.360.3600.16
HSL239.23º48.75%68.63%-
HSV(B)239.23º36.45%83.92%-
XYZ31.2427.9867.37-
YUV145.48166.67121.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.93%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 214 (83.98% from 255) = 43.94%
R=27.93%
G=28.13%
B=43.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1361372140.360.3600.16239.2348.7568.63
Hex8889D62424010ef3145
Octal210211326444402035761105
Binary100010001000100111010110100100100100010000111011111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8889D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8889D6; }

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

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

<style>
 a { background-color: #8889D6; }

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

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

<style>
 span { border-color: #8889D6; }

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

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