#879DED

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

Shades of Portage #879DED

Tints of Portage #879DED

Color information

#879DED (or 0x879DED) is unknown color: approx Portage. HEX triplet: 87, 9D and ED. RGB value is (135,157,237). Sum of RGB (Red+Green+Blue) = 135+157+237=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #879DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879DED is #786212. Grayscale: #9F9F9F. Windows color (decimal): -7889427 or 15572359. OLE color: 15572359.

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

Color convert

RGB135157237-
CMYK0.430.3400.07
HSL227.06º73.91%72.94%-
HSV(B)227.06º43.04%92.94%-
XYZ37.3335.3884.98-
YUV159.54171.71110.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.52%
GREEN value IS 157 (61.72% from 255) = 29.68%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=25.52%
G=29.68%
B=44.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351572370.430.3400.07227.0673.9172.94
Hex879DED2B2207e34a49
Octal207235355534207343112111
Binary10000111100111011110110110101110001001111110001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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