#879BD0

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

Shades of Portage #879BD0

Tints of Portage #879BD0

Color information

#879BD0 (or 0x879BD0) is unknown color: approx Portage. HEX triplet: 87, 9B and D0. RGB value is (135,155,208). Sum of RGB (Red+Green+Blue) = 135+155+208=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #879BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BD0 is #78642F. Grayscale: #9A9A9A. Windows color (decimal): -7889968 or 13671303. OLE color: 13671303.

HSL color Cylindrical-coordinate representation of color #879BD0: hue angle of 223.56º 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 #879BD0 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135155208-
CMYK0.350.2500.18
HSL223.56º43.71%67.25%-
HSV(B)223.56º35.1%81.57%-
XYZ33.133.1564.33-
YUV155.06157.87113.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.11%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 208 (81.64% from 255) = 41.77%
R=27.11%
G=31.12%
B=41.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351552080.350.2500.18223.5643.7167.25
Hex879BD02319012e02c43
Octal207233320433102234054103
Binary10000111100110111101000010001111001010010111000001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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