#879AD0

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

Shades of Portage #879AD0

Tints of Portage #879AD0

Color information

#879AD0 (or 0x879AD0) is unknown color: approx Portage. HEX triplet: 87, 9A and D0. RGB value is (135,154,208). Sum of RGB (Red+Green+Blue) = 135+154+208=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #879AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879AD0 is #78652F. Grayscale: #9A9A9A. Windows color (decimal): -7890224 or 13671047. OLE color: 13671047.

HSL color Cylindrical-coordinate representation of color #879AD0: hue angle of 224.38º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #879AD0 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135154208-
CMYK0.350.2600.18
HSL224.38º43.71%67.25%-
HSV(B)224.38º35.1%81.57%-
XYZ32.9332.8264.27-
YUV154.47158.21114.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.16%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 208 (81.64% from 255) = 41.85%
R=27.16%
G=30.99%
B=41.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351542080.350.2600.18224.3843.7167.25
Hex879AD0231A012e02c43
Octal207232320433202234054103
Binary10000111100110101101000010001111010010010111000001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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