#8899D6

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

Shades of Portage #8899D6

Tints of Portage #8899D6

Color information

#8899D6 (or 0x8899D6) is unknown color: approx Portage. HEX triplet: 88, 99 and D6. RGB value is (136,153,214). Sum of RGB (Red+Green+Blue) = 136+153+214=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #8899D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899D6 is #776629. Grayscale: #9A9A9A. Windows color (decimal): -7824938 or 14064008. OLE color: 14064008.

HSL color Cylindrical-coordinate representation of color #8899D6: hue angle of 226.92º 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 #8899D6 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB136153214-
CMYK0.360.2900.16
HSL226.92º48.75%68.63%-
HSV(B)226.92º36.45%83.92%-
XYZ33.6832.8768.19-
YUV154.87161.37114.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.04%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 214 (83.98% from 255) = 42.54%
R=27.04%
G=30.42%
B=42.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1361532140.360.2900.16226.9248.7568.63
Hex8899D6241D010e33145
Octal210231326443502034361105
Binary10001000100110011101011010010011101010000111000111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8899D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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