#879BDF

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

Shades of Portage #879BDF

Tints of Portage #879BDF

Color information

#879BDF (or 0x879BDF) is unknown color: approx Portage. HEX triplet: 87, 9B and DF. RGB value is (135,155,223). Sum of RGB (Red+Green+Blue) = 135+155+223=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #879BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BDF is #786420. Grayscale: #9C9C9C. Windows color (decimal): -7889953 or 14654343. OLE color: 14654343.

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

Color convert

RGB135155223-
CMYK0.390.3000.13
HSL226.36º57.89%70.2%-
HSV(B)226.36º39.46%87.45%-
XYZ35.0333.9274.51-
YUV156.77165.37112.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.32%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 223 (87.5% from 255) = 43.47%
R=26.32%
G=30.21%
B=43.47%

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
Decimal1351552230.390.3000.13226.3657.8970.2
Hex879BDF271E0De23a46
Octal207233337473601534272106
Binary1000011110011011110111111001111111001101111000101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,155,223); }

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

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

 a { background-color: rgb(135,155,223); }

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

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

 span { border-color: rgb(135,155,223); }

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