#879DDA

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

Shades of Portage #879DDA

Tints of Portage #879DDA

Color information

#879DDA (or 0x879DDA) is unknown color: approx Portage. HEX triplet: 87, 9D and DA. RGB value is (135,157,218). Sum of RGB (Red+Green+Blue) = 135+157+218=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #879DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DDA is #786225. Grayscale: #9D9D9D. Windows color (decimal): -7889446 or 14327175. OLE color: 14327175.

HSL color Cylindrical-coordinate representation of color #879DDA: hue angle of 224.1º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #879DDA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135157218-
CMYK0.380.2800.15
HSL224.1º52.87%69.22%-
HSV(B)224.1º38.07%85.49%-
XYZ34.734.3371.13-
YUV157.38162.21112.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.47%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 218 (85.55% from 255) = 42.75%
R=26.47%
G=30.78%
B=42.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351572180.380.2800.15224.152.8769.22
Hex879DDA261C0Fe03545
Octal207235332463401734065105
Binary1000011110011101110110101001101110001111111000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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