#879DEC

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

Shades of Portage #879DEC

Tints of Portage #879DEC

Color information

#879DEC (or 0x879DEC) is unknown color: approx Portage. HEX triplet: 87, 9D and EC. RGB value is (135,157,236). Sum of RGB (Red+Green+Blue) = 135+157+236=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #879DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879DEC is #786213. Grayscale: #9F9F9F. Windows color (decimal): -7889428 or 15506823. OLE color: 15506823.

HSL color Cylindrical-coordinate representation of color #879DEC: hue angle of 226.93º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #879DEC is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135157236-
CMYK0.430.3300.07
HSL226.93º72.66%72.75%-
HSV(B)226.93º42.8%92.55%-
XYZ37.1935.3284.21-
YUV159.43171.21110.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.57%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=25.57%
G=29.73%
B=44.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351572360.430.3300.07226.9372.6672.75
Hex879DEC2B2107e34949
Octal207235354534107343111111
Binary10000111100111011110110010101110000101111110001110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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