#879DE5

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

Shades of Portage #879DE5

Tints of Portage #879DE5

Color information

#879DE5 (or 0x879DE5) is unknown color: approx Portage. HEX triplet: 87, 9D and E5. RGB value is (135,157,229). Sum of RGB (Red+Green+Blue) = 135+157+229=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #879DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DE5 is #78621A. Grayscale: #9E9E9E. Windows color (decimal): -7889435 or 15048071. OLE color: 15048071.

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

Color convert

RGB135157229-
CMYK0.410.3100.10
HSL225.96º64.38%71.37%-
HSV(B)225.96º41.05%89.8%-
XYZ36.1934.9278.96-
YUV158.63167.71111.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.91%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 229 (89.84% from 255) = 43.95%
R=25.91%
G=30.13%
B=43.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1351572290.410.3100.10225.9664.3871.37
Hex879DE5291F0Ae24047
Octal2072353455137012342100107
Binary10000111100111011110010110100111111010101110001010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,157,229); }

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

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

 a { background-color: rgb(135,157,229); }

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

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

 span { border-color: rgb(135,157,229); }

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