#879AC9

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

Shades of Portage #879AC9

Tints of Portage #879AC9

Color information

#879AC9 (or 0x879AC9) is unknown color: approx Portage. HEX triplet: 87, 9A and C9. RGB value is (135,154,201). Sum of RGB (Red+Green+Blue) = 135+154+201=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #879AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879AC9 is #786536. Grayscale: #999999. Windows color (decimal): -7890231 or 13212295. OLE color: 13212295.

HSL color Cylindrical-coordinate representation of color #879AC9: hue angle of 222.73º 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 #879AC9 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135154201-
CMYK0.330.2300.21
HSL222.73º37.93%65.88%-
HSV(B)222.73º32.84%78.82%-
XYZ32.0932.4859.84-
YUV153.68154.71114.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 201 (78.91% from 255) = 41.02%
R=27.55%
G=31.43%
B=41.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351542010.330.2300.21222.7337.9365.88
Hex879AC92117015df2642
Octal207232311412702533746102
Binary10000111100110101100100110000110111010101110111111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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