#879BD1

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

Shades of Portage #879BD1

Tints of Portage #879BD1

Color information

#879BD1 (or 0x879BD1) is unknown color: approx Portage. HEX triplet: 87, 9B and D1. RGB value is (135,155,209). Sum of RGB (Red+Green+Blue) = 135+155+209=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #879BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BD1 is #78642E. Grayscale: #9A9A9A. Windows color (decimal): -7889967 or 13736839. OLE color: 13736839.

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

Color convert

RGB135155209-
CMYK0.350.2600.18
HSL223.78º44.58%67.45%-
HSV(B)223.78º35.41%81.96%-
XYZ33.2233.264.98-
YUV155.18158.37113.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 209 (82.03% from 255) = 41.88%
R=27.05%
G=31.06%
B=41.88%

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
Decimal1351552090.350.2600.18223.7844.5867.45
Hex879BD1231A012e02d43
Octal207233321433202234055103
Binary10000111100110111101000110001111010010010111000001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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