#879BCE

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

Shades of Portage #879BCE

Tints of Portage #879BCE

Color information

#879BCE (or 0x879BCE) is unknown color: approx Portage. HEX triplet: 87, 9B and CE. RGB value is (135,155,206). Sum of RGB (Red+Green+Blue) = 135+155+206=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #879BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BCE is #786431. Grayscale: #9A9A9A. Windows color (decimal): -7889970 or 13540231. OLE color: 13540231.

HSL color Cylindrical-coordinate representation of color #879BCE: hue angle of 223.1º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #879BCE is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135155206-
CMYK0.340.2500.19
HSL223.1º42.01%66.86%-
HSV(B)223.1º34.47%80.78%-
XYZ32.8533.0563.04-
YUV154.83156.87113.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=27.22%
G=31.25%
B=41.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351552060.340.2500.19223.142.0166.86
Hex879BCE2219013df2a43
Octal207233316423102333752103
Binary10000111100110111100111010001011001010011110111111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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