#8892CB

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

Shades of Portage #8892CB

Tints of Portage #8892CB

Color information

#8892CB (or 0x8892CB) is unknown color: approx Portage. HEX triplet: 88, 92 and CB. RGB value is (136,146,203). Sum of RGB (Red+Green+Blue) = 136+146+203=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #8892CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8892CB is #776D34. Grayscale: #959595. Windows color (decimal): -7826741 or 13341320. OLE color: 13341320.

HSL color Cylindrical-coordinate representation of color #8892CB: hue angle of 231.04º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8892CB is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136146203-
CMYK0.330.2800.20
HSL231.04º39.18%66.47%-
HSV(B)231.04º33%79.61%-
XYZ31.2130.160.67-
YUV149.51158.19118.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.04%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=28.04%
G=30.10%
B=41.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361462030.330.2800.20231.0439.1866.47
Hex8892CB211C014e72742
Octal210222313413402434747102
Binary10001000100100101100101110000111100010100111001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8892CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8892CB; }

 p { color: rgb(136,146,203); }

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

<style>
 a { background-color: #8892CB; }

 a { background-color: rgb(136,146,203); }

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

<style>
 span { border-color: #8892CB; }

 span { border-color: rgb(136,146,203); }

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