#879FD8

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

Shades of Portage #879FD8

Tints of Portage #879FD8

Color information

#879FD8 (or 0x879FD8) is unknown color: approx Portage. HEX triplet: 87, 9F and D8. RGB value is (135,159,216). Sum of RGB (Red+Green+Blue) = 135+159+216=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #879FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FD8 is #786027. Grayscale: #9E9E9E. Windows color (decimal): -7888936 or 14196615. OLE color: 14196615.

HSL color Cylindrical-coordinate representation of color #879FD8: hue angle of 222.22º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #879FD8 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135159216-
CMYK0.380.2600.15
HSL222.22º50.94%68.82%-
HSV(B)222.22º37.5%84.71%-
XYZ34.7834.9169.87-
YUV158.32160.55111.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.47%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 216 (84.77% from 255) = 42.35%
R=26.47%
G=31.18%
B=42.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351592160.380.2600.15222.2250.9468.82
Hex879FD8261A0Fde3345
Octal207237330463201733663105
Binary1000011110011111110110001001101101001111110111101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,159,216); }

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

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

 a { background-color: rgb(135,159,216); }

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

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

 span { border-color: rgb(135,159,216); }

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