#879ACA

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

Shades of Portage #879ACA

Tints of Portage #879ACA

Color information

#879ACA (or 0x879ACA) is unknown color: approx Portage. HEX triplet: 87, 9A and CA. RGB value is (135,154,202). Sum of RGB (Red+Green+Blue) = 135+154+202=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #879ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ACA is #786535. Grayscale: #999999. Windows color (decimal): -7890230 or 13277831. OLE color: 13277831.

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

Color convert

RGB135154202-
CMYK0.330.2400.21
HSL222.99º38.73%66.08%-
HSV(B)222.99º33.17%79.22%-
XYZ32.2132.5360.46-
YUV153.79155.21114.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=27.49%
G=31.36%
B=41.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351542020.330.2400.21222.9938.7366.08
Hex879ACA2118015df2742
Octal207232312413002533747102
Binary10000111100110101100101010000111000010101110111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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