#879CE6

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

Shades of Portage #879CE6

Tints of Portage #879CE6

Color information

#879CE6 (or 0x879CE6) is unknown color: approx Portage. HEX triplet: 87, 9C and E6. RGB value is (135,156,230). Sum of RGB (Red+Green+Blue) = 135+156+230=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #879CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879CE6 is #786319. Grayscale: #9D9D9D. Windows color (decimal): -7889690 or 15113351. OLE color: 15113351.

HSL color Cylindrical-coordinate representation of color #879CE6: hue angle of 226.74º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #879CE6 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB135156230-
CMYK0.410.3200.10
HSL226.74º65.52%71.57%-
HSV(B)226.74º41.3%90.2%-
XYZ36.1634.6479.64-
YUV158.16168.54111.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.91%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 230 (90.23% from 255) = 44.15%
R=25.91%
G=29.94%
B=44.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1351562300.410.3200.10226.7465.5271.57
Hex879CE629200Ae34248
Octal2072343465140012343102110
Binary100001111001110011100110101001100000010101110001110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,156,230); }

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

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

 a { background-color: rgb(135,156,230); }

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

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

 span { border-color: rgb(135,156,230); }

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