#879AE7

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

Shades of Portage #879AE7

Tints of Portage #879AE7

Color information

#879AE7 (or 0x879AE7) is unknown color: approx Portage. HEX triplet: 87, 9A and E7. RGB value is (135,154,231). Sum of RGB (Red+Green+Blue) = 135+154+231=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #879AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879AE7 is #786518. Grayscale: #9C9C9C. Windows color (decimal): -7890201 or 15178375. OLE color: 15178375.

HSL color Cylindrical-coordinate representation of color #879AE7: hue angle of 228.12º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #879AE7 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB135154231-
CMYK0.420.3300.09
HSL228.12º66.67%71.76%-
HSV(B)228.12º41.56%90.59%-
XYZ35.9734.0380.27-
YUV157.1169.71112.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.96%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 231 (90.62% from 255) = 44.42%
R=25.96%
G=29.62%
B=44.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1351542310.420.3300.09228.1266.6771.76
Hex879AE72A2109e44348
Octal2072323475241011344103110
Binary100001111001101011100111101010100001010011110010010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,154,231); }

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

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

 a { background-color: rgb(135,154,231); }

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

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

 span { border-color: rgb(135,154,231); }

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