#879CDA

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

Shades of Portage #879CDA

Tints of Portage #879CDA

Color information

#879CDA (or 0x879CDA) is unknown color: approx Portage. HEX triplet: 87, 9C and DA. RGB value is (135,156,218). Sum of RGB (Red+Green+Blue) = 135+156+218=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #879CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CDA is #786325. Grayscale: #9C9C9C. Windows color (decimal): -7889702 or 14326919. OLE color: 14326919.

HSL color Cylindrical-coordinate representation of color #879CDA: hue angle of 224.82º 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 #879CDA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135156218-
CMYK0.380.2800.15
HSL224.82º52.87%69.22%-
HSV(B)224.82º38.07%85.49%-
XYZ34.5433.9971.07-
YUV156.79162.54112.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.52%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=26.52%
G=30.65%
B=42.83%

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
Decimal1351562180.380.2800.15224.8252.8769.22
Hex879CDA261C0Fe13545
Octal207234332463401734165105
Binary1000011110011100110110101001101110001111111000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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