#879EED

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

Shades of Portage #879EED

Tints of Portage #879EED

Color information

#879EED (or 0x879EED) is unknown color: approx Portage. HEX triplet: 87, 9E and ED. RGB value is (135,158,237). Sum of RGB (Red+Green+Blue) = 135+158+237=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #879EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879EED is #786112. Grayscale: #9F9F9F. Windows color (decimal): -7889171 or 15572615. OLE color: 15572615.

HSL color Cylindrical-coordinate representation of color #879EED: hue angle of 226.47º degrees, saturation: 0.74, 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 #879EED is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135158237-
CMYK0.430.3300.07
HSL226.47º73.91%72.94%-
HSV(B)226.47º43.04%92.94%-
XYZ37.535.7285.04-
YUV160.13171.38110.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.47%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=25.47%
G=29.81%
B=44.72%

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
Decimal1351582370.430.3300.07226.4773.9172.94
Hex879EED2B2107e24a49
Octal207236355534107342112111
Binary10000111100111101110110110101110000101111110001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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