#889BCC

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

Shades of Portage #889BCC

Tints of Portage #889BCC

Color information

#889BCC (or 0x889BCC) is unknown color: approx Portage. HEX triplet: 88, 9B and CC. RGB value is (136,155,204). Sum of RGB (Red+Green+Blue) = 136+155+204=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #889BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BCC is #776433. Grayscale: #9A9A9A. Windows color (decimal): -7824436 or 13409160. OLE color: 13409160.

HSL color Cylindrical-coordinate representation of color #889BCC: hue angle of 223.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #889BCC is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136155204-
CMYK0.330.2400.2
HSL223.24º40%66.67%-
HSV(B)223.24º33.33%80%-
XYZ32.7733.0461.78-
YUV154.9155.71114.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=27.47%
G=31.31%
B=41.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361552040.330.2400.2223.244066.67
Hex889BCC2118014df2843
Octal210233314413002433750103
Binary10001000100110111100110010000111000010100110111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889BCC; }

 p { color: rgb(136,155,204); }

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

<style>
 a { background-color: #889BCC; }

 a { background-color: rgb(136,155,204); }

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

<style>
 span { border-color: #889BCC; }

 span { border-color: rgb(136,155,204); }

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