#879ACC

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

Shades of Portage #879ACC

Tints of Portage #879ACC

Color information

#879ACC (or 0x879ACC) is unknown color: approx Portage. HEX triplet: 87, 9A and CC. RGB value is (135,154,204). Sum of RGB (Red+Green+Blue) = 135+154+204=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #879ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ACC is #786533. Grayscale: #999999. Windows color (decimal): -7890228 or 13408903. OLE color: 13408903.

HSL color Cylindrical-coordinate representation of color #879ACC: hue angle of 223.48º 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 #879ACC is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135154204-
CMYK0.340.2500.2
HSL223.48º40.35%66.47%-
HSV(B)223.48º33.82%80%-
XYZ32.4532.6261.71-
YUV154.02156.21114.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.38%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=27.38%
G=31.24%
B=41.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351542040.340.2500.2223.4840.3566.47
Hex879ACC2219014df2842
Octal207232314423102433750102
Binary10000111100110101100110010001011001010100110111111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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