#8899CA

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

Shades of Portage #8899CA

Tints of Portage #8899CA

Color information

#8899CA (or 0x8899CA) is unknown color: approx Portage. HEX triplet: 88, 99 and CA. RGB value is (136,153,202). Sum of RGB (Red+Green+Blue) = 136+153+202=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #8899CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899CA is #776635. Grayscale: #999999. Windows color (decimal): -7824950 or 13277576. OLE color: 13277576.

HSL color Cylindrical-coordinate representation of color #8899CA: hue angle of 224.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8899CA is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136153202-
CMYK0.330.2400.21
HSL224.55º38.37%66.27%-
HSV(B)224.55º32.67%79.22%-
XYZ32.2132.2860.41-
YUV153.5155.37115.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.70%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=27.70%
G=31.16%
B=41.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361532020.330.2400.21224.5538.3766.27
Hex8899CA2118015e12642
Octal210231312413002534146102
Binary10001000100110011100101010000111000010101111000011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8899CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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