#879ACE

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

Shades of Portage #879ACE

Tints of Portage #879ACE

Color information

#879ACE (or 0x879ACE) is unknown color: approx Portage. HEX triplet: 87, 9A and CE. RGB value is (135,154,206). Sum of RGB (Red+Green+Blue) = 135+154+206=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #879ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ACE is #786531. Grayscale: #9A9A9A. Windows color (decimal): -7890226 or 13539975. OLE color: 13539975.

HSL color Cylindrical-coordinate representation of color #879ACE: hue angle of 223.94º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #879ACE is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135154206-
CMYK0.340.2500.19
HSL223.94º42.01%66.86%-
HSV(B)223.94º34.47%80.78%-
XYZ32.6932.7262.98-
YUV154.25157.21114.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.27%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=27.27%
G=31.11%
B=41.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351542060.340.2500.19223.9442.0166.86
Hex879ACE2219013e02a43
Octal207232316423102334052103
Binary10000111100110101100111010001011001010011111000001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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