#879FD6

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

Shades of Portage #879FD6

Tints of Portage #879FD6

Color information

#879FD6 (or 0x879FD6) is unknown color: approx Portage. HEX triplet: 87, 9F and D6. RGB value is (135,159,214). Sum of RGB (Red+Green+Blue) = 135+159+214=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #879FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FD6 is #786029. Grayscale: #9D9D9D. Windows color (decimal): -7888938 or 14065543. OLE color: 14065543.

HSL color Cylindrical-coordinate representation of color #879FD6: hue angle of 221.77º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #879FD6 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB135159214-
CMYK0.370.2600.16
HSL221.77º49.07%68.43%-
HSV(B)221.77º36.92%83.92%-
XYZ34.5334.868.52-
YUV158.09159.55111.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.57%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 214 (83.98% from 255) = 42.13%
R=26.57%
G=31.30%
B=42.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1351592140.370.2600.16221.7749.0768.43
Hex879FD6251A010de3144
Octal207237326453202033661104
Binary10000111100111111101011010010111010010000110111101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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