#879CDD

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

Shades of Portage #879CDD

Tints of Portage #879CDD

Color information

#879CDD (or 0x879CDD) is unknown color: approx Portage. HEX triplet: 87, 9C and DD. RGB value is (135,156,221). Sum of RGB (Red+Green+Blue) = 135+156+221=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #879CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CDD is #786322. Grayscale: #9C9C9C. Windows color (decimal): -7889699 or 14523527. OLE color: 14523527.

HSL color Cylindrical-coordinate representation of color #879CDD: hue angle of 225.35º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #879CDD is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135156221-
CMYK0.390.2900.13
HSL225.35º55.84%69.8%-
HSV(B)225.35º38.91%86.67%-
XYZ34.9334.1573.16-
YUV157.13164.04112.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.37%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=26.37%
G=30.47%
B=43.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351562210.390.2900.13225.3555.8469.8
Hex879CDD271D0De13846
Octal207234335473501534170106
Binary1000011110011100110111011001111110101101111000011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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