#879CD4

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

Shades of Portage #879CD4

Tints of Portage #879CD4

Color information

#879CD4 (or 0x879CD4) is unknown color: approx Portage. HEX triplet: 87, 9C and D4. RGB value is (135,156,212). Sum of RGB (Red+Green+Blue) = 135+156+212=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #879CD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CD4 is #78632B. Grayscale: #9B9B9B. Windows color (decimal): -7889708 or 13933703. OLE color: 13933703.

HSL color Cylindrical-coordinate representation of color #879CD4: hue angle of 223.64º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #879CD4 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB135156212-
CMYK0.360.2600.17
HSL223.64º47.24%68.04%-
HSV(B)223.64º36.32%83.14%-
XYZ33.7633.6867.01-
YUV156.1159.54112.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.84%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=26.84%
G=31.01%
B=42.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1351562120.360.2600.17223.6447.2468.04
Hex879CD4241A011e02f44
Octal207234324443202134057104
Binary10000111100111001101010010010011010010001111000001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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