#879BCC

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

Shades of Portage #879BCC

Tints of Portage #879BCC

Color information

#879BCC (or 0x879BCC) is unknown color: approx Portage. HEX triplet: 87, 9B and CC. RGB value is (135,155,204). Sum of RGB (Red+Green+Blue) = 135+155+204=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #879BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BCC is #786433. Grayscale: #9A9A9A. Windows color (decimal): -7889972 or 13409159. OLE color: 13409159.

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

Color convert

RGB135155204-
CMYK0.340.2400.2
HSL222.61º40.35%66.47%-
HSV(B)222.61º33.82%80%-
XYZ32.6132.9561.77-
YUV154.61155.87114.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=27.33%
G=31.38%
B=41.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351552040.340.2400.2222.6140.3566.47
Hex879BCC2218014df2842
Octal207233314423002433750102
Binary10000111100110111100110010001011000010100110111111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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