#879CDE

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

Shades of Portage #879CDE

Tints of Portage #879CDE

Color information

#879CDE (or 0x879CDE) is unknown color: approx Portage. HEX triplet: 87, 9C and DE. RGB value is (135,156,222). Sum of RGB (Red+Green+Blue) = 135+156+222=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #879CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CDE is #786321. Grayscale: #9C9C9C. Windows color (decimal): -7889698 or 14589063. OLE color: 14589063.

HSL color Cylindrical-coordinate representation of color #879CDE: hue angle of 225.52º degrees, saturation: 0.57, 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 #879CDE is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135156222-
CMYK0.390.3000.13
HSL225.52º56.86%70%-
HSV(B)225.52º39.19%87.06%-
XYZ35.0634.273.86-
YUV157.24164.54112.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.32%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=26.32%
G=30.41%
B=43.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351562220.390.3000.13225.5256.8670
Hex879CDE271E0De23946
Octal207234336473601534271106
Binary1000011110011100110111101001111111001101111000101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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