#879BDC

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

Shades of Portage #879BDC

Tints of Portage #879BDC

Color information

#879BDC (or 0x879BDC) is unknown color: approx Portage. HEX triplet: 87, 9B and DC. RGB value is (135,155,220). Sum of RGB (Red+Green+Blue) = 135+155+220=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #879BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BDC is #786423. Grayscale: #9C9C9C. Windows color (decimal): -7889956 or 14457735. OLE color: 14457735.

HSL color Cylindrical-coordinate representation of color #879BDC: hue angle of 225.88º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #879BDC is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135155220-
CMYK0.390.3000.14
HSL225.88º54.84%69.61%-
HSV(B)225.88º38.64%86.27%-
XYZ34.6333.7672.4-
YUV156.43163.87112.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.47%
GREEN value IS 155 (60.94% from 255) = 30.39%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=26.47%
G=30.39%
B=43.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351552200.390.3000.14225.8854.8469.61
Hex879BDC271E0Ee23746
Octal207233334473601634267106
Binary1000011110011011110111001001111111001110111000101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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