#879EDA

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

Shades of Portage #879EDA

Tints of Portage #879EDA

Color information

#879EDA (or 0x879EDA) is unknown color: approx Portage. HEX triplet: 87, 9E and DA. RGB value is (135,158,218). Sum of RGB (Red+Green+Blue) = 135+158+218=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #879EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EDA is #786125. Grayscale: #9D9D9D. Windows color (decimal): -7889190 or 14327431. OLE color: 14327431.

HSL color Cylindrical-coordinate representation of color #879EDA: hue angle of 223.37º degrees, saturation: 0.53, 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 #879EDA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135158218-
CMYK0.380.2800.15
HSL223.37º52.87%69.22%-
HSV(B)223.37º38.07%85.49%-
XYZ34.8734.6771.18-
YUV157.96161.88111.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.42%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=26.42%
G=30.92%
B=42.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351582180.380.2800.15223.3752.8769.22
Hex879EDA261C0Fdf3545
Octal207236332463401733765105
Binary1000011110011110110110101001101110001111110111111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,158,218); }

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

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

 a { background-color: rgb(135,158,218); }

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

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

 span { border-color: rgb(135,158,218); }

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