#879DE6

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

Shades of Portage #879DE6

Tints of Portage #879DE6

Color information

#879DE6 (or 0x879DE6) is unknown color: approx Portage. HEX triplet: 87, 9D and E6. RGB value is (135,157,230). Sum of RGB (Red+Green+Blue) = 135+157+230=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #879DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879DE6 is #786219. Grayscale: #9E9E9E. Windows color (decimal): -7889434 or 15113607. OLE color: 15113607.

HSL color Cylindrical-coordinate representation of color #879DE6: hue angle of 226.11º 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 #879DE6 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB135157230-
CMYK0.410.3200.10
HSL226.11º65.52%71.57%-
HSV(B)226.11º41.3%90.2%-
XYZ36.3334.9879.7-
YUV158.74168.21111.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.86%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 230 (90.23% from 255) = 44.06%
R=25.86%
G=30.08%
B=44.06%

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
Decimal1351572300.410.3200.10226.1165.5271.57
Hex879DE629200Ae24248
Octal2072353465140012342102110
Binary100001111001110111100110101001100000010101110001010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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