#879CDB

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

Shades of Portage #879CDB

Tints of Portage #879CDB

Color information

#879CDB (or 0x879CDB) is unknown color: approx Portage. HEX triplet: 87, 9C and DB. RGB value is (135,156,219). Sum of RGB (Red+Green+Blue) = 135+156+219=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #879CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CDB is #786324. Grayscale: #9C9C9C. Windows color (decimal): -7889701 or 14392455. OLE color: 14392455.

HSL color Cylindrical-coordinate representation of color #879CDB: hue angle of 225º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #879CDB is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135156219-
CMYK0.380.2900.14
HSL225º53.85%69.41%-
HSV(B)225º38.36%85.88%-
XYZ34.6734.0471.76-
YUV156.9163.04112.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.47%
GREEN value IS 156 (61.33% from 255) = 30.59%
BLUE value IS 219 (85.94% from 255) = 42.94%
R=26.47%
G=30.59%
B=42.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351562190.380.2900.1422553.8569.41
Hex879CDB261D0Ee13645
Octal207234333463501634166105
Binary1000011110011100110110111001101110101110111000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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