#879CD7

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

Shades of Portage #879CD7

Tints of Portage #879CD7

Color information

#879CD7 (or 0x879CD7) is unknown color: approx Portage. HEX triplet: 87, 9C and D7. RGB value is (135,156,215). Sum of RGB (Red+Green+Blue) = 135+156+215=506 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.68% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #879CD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CD7 is #786328. Grayscale: #9C9C9C. Windows color (decimal): -7889705 or 14130311. OLE color: 14130311.

HSL color Cylindrical-coordinate representation of color #879CD7: hue angle of 224.25º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #879CD7 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB135156215-
CMYK0.370.2700.16
HSL224.25º50%68.63%-
HSV(B)224.25º37.21%84.31%-
XYZ34.1533.8369.02-
YUV156.45161.04112.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.68%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 215 (84.38% from 255) = 42.49%
R=26.68%
G=30.83%
B=42.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1351562150.370.2700.16224.255068.63
Hex879CD7251B010e03245
Octal207234327453302034062105
Binary10000111100111001101011110010111011010000111000001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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