#878ACC

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

Shades of Portage #878ACC

Tints of Portage #878ACC

Color information

#878ACC (or 0x878ACC) is unknown color: approx Portage. HEX triplet: 87, 8A and CC. RGB value is (135,138,204). Sum of RGB (Red+Green+Blue) = 135+138+204=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #878ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ACC is #787533. Grayscale: #909090. Windows color (decimal): -7894324 or 13404807. OLE color: 13404807.

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

Color convert

RGB135138204-
CMYK0.340.3200.2
HSL237.39º40.35%66.47%-
HSV(B)237.39º33.82%80%-
XYZ29.9827.6960.89-
YUV144.63161.51121.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.30%
GREEN value IS 138 (54.30% from 255) = 28.93%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=28.30%
G=28.93%
B=42.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351382040.340.3200.2237.3940.3566.47
Hex878ACC2220014ed2842
Octal207212314424002435550102
Binary100001111000101011001100100010100000010100111011011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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