#8899DA

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

Shades of Portage #8899DA

Tints of Portage #8899DA

Color information

#8899DA (or 0x8899DA) is unknown color: approx Portage. HEX triplet: 88, 99 and DA. RGB value is (136,153,218). Sum of RGB (Red+Green+Blue) = 136+153+218=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #8899DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899DA is #776625. Grayscale: #9B9B9B. Windows color (decimal): -7824934 or 14326152. OLE color: 14326152.

HSL color Cylindrical-coordinate representation of color #8899DA: hue angle of 227.56º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8899DA is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136153218-
CMYK0.380.3000.15
HSL227.56º52.56%69.41%-
HSV(B)227.56º37.61%85.49%-
XYZ34.233.0870.91-
YUV155.33163.37114.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.82%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=26.82%
G=30.18%
B=43.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361532180.380.3000.15227.5652.5669.41
Hex8899DA261E0Fe43545
Octal210231332463601734465105
Binary1000100010011001110110101001101111001111111001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8899DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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