#878ACE

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

Shades of Portage #878ACE

Tints of Portage #878ACE

Color information

#878ACE (or 0x878ACE) is unknown color: approx Portage. HEX triplet: 87, 8A and CE. RGB value is (135,138,206). Sum of RGB (Red+Green+Blue) = 135+138+206=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #878ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ACE is #787531. Grayscale: #909090. Windows color (decimal): -7894322 or 13535879. OLE color: 13535879.

HSL color Cylindrical-coordinate representation of color #878ACE: hue angle of 237.46º 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 #878ACE is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135138206-
CMYK0.340.3300.19
HSL237.46º42.01%66.86%-
HSV(B)237.46º34.47%80.78%-
XYZ30.2227.7862.16-
YUV144.85162.51120.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.18%
GREEN value IS 138 (54.30% from 255) = 28.81%
BLUE value IS 206 (80.86% from 255) = 43.01%
R=28.18%
G=28.81%
B=43.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351382060.340.3300.19237.4642.0166.86
Hex878ACE2221013ed2a43
Octal207212316424102335552103
Binary100001111000101011001110100010100001010011111011011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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