#878ACA

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

Shades of Portage #878ACA

Tints of Portage #878ACA

Color information

#878ACA (or 0x878ACA) is unknown color: approx Portage. HEX triplet: 87, 8A and CA. RGB value is (135,138,202). Sum of RGB (Red+Green+Blue) = 135+138+202=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #878ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ACA is #787535. Grayscale: #909090. Windows color (decimal): -7894326 or 13273735. OLE color: 13273735.

HSL color Cylindrical-coordinate representation of color #878ACA: hue angle of 237.31º degrees, saturation: 0.39, 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 #878ACA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135138202-
CMYK0.330.3200.21
HSL237.31º38.73%66.08%-
HSV(B)237.31º33.17%79.22%-
XYZ29.7427.5959.64-
YUV144.4160.51121.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.42%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=28.42%
G=29.05%
B=42.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351382020.330.3200.21237.3138.7366.08
Hex878ACA2120015ed2742
Octal207212312414002535547102
Binary100001111000101011001010100001100000010101111011011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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